Color #999900

#999900rgb(153, 153, 0)

Color Codes

HEX#999900
RGBrgb(153, 153, 0)
HSLhsl(60°, 100%, 30%)
CMYKcmyk(0%, 0%, 100%, 40%)
CIELABLab(61.3, -14.7, 64.5)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #999900;
color: #999900;
border: 2px solid #999900;
background: linear-gradient(135deg, #999900, #000099);

Code Export

css
:root {
  --color-primary: #999900;
  --color-primary-rgb: 153, 153, 0;
  --color-primary-hsl: 60, 100%, 30%;
}

Related Tools