In a RGB color space, #999900 hex color is composed of 60% red, 60% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 100% yellow and 40% black. It has a hue angle of 60 degrees, a saturation of 100% and a lightness of 30%. #999900 color hex could be obtained by blending #ffff00 with #333300. #999900(or #990) is a websafe color.
The hexadecimal color #999900 has RGB values of R:153, G:153, B:0 and CMYK values of C:0, M:0, Y:1, K:0.4. Its decimal value is 10066176.
Hex triplet | 999900 | #999900 |
RGB Decimal | 153, 153, 0 | rgb(153,153,0) |
RGB Percent | 60, 60, 0 | rgb(60%,60%,0%) |
CMYK | 0, 0, 100, 40 | |
HSL | 60°, 100, 30 | hsl(60,100%,30%) |
HSV(HSB) | 60°, 100, 60 | |
Web Safe | 999900 | #990 |
XYZ | 24.528, 29.555, 4.412 |
xyY | 0.419, 0.505, 29.555 |
CIE-LAB | 61.268, -14.722, 64.527 |
CIE-LCH | 61.268, 66.185, 102.852 |
CIE-LUV | 61.268, 4.859, 67.355 |
Hunter-Lab | 54.364, -14.602, 33.243 |
Binary | 10011001, 10011001, 00000000 |
Below, you can see some colors close to #999900. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #999900.
<span style="color:#999900">Text here</span>
This paragraph has a background color of #999900.
<p style="background-color:#999900;">Content here</p>
This element has a border color of #999900.
<div style="border:1px #999900;">Content here</div>
.text {color:#999900;}
.background {background-color:#999900;}
.border {border:1px solid #999900;}
.text-shadow {border:1px solid #999900;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #040400 is the darkest color, while #ffffee is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #4d4d4c is the less saturated color, while #939306 is the most saturated one.