Shades of Lucky #999602
Tints of Lucky #999602
RGB
CMYK
RGB Variations
Color information
#999602 (or 0x999602) is known color: Lucky. HEX triplet: 99, 96 and 02. RGB value is (153,150,2). Sum of RGB (Red+Green+Blue) = 153+150+2=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #999602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999602 is #6669FD. Grayscale: #868686. Windows color (decimal): -6711806 or 169625. OLE color: 169625.
HSL color Cylindrical-coordinate representation of color #999602: hue angle of 58.81º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #999602 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.4 |
| HSL | 58.81º | 0.97% | 0.3% | - |
| HSV(B) | 58.81º | 0.99% | 0.6% | - |
| XYZ | 24.05 | 28.59 | 4.31 | - |
| YUV | 134.03 | 53.49 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 2 | 0 | 0.02 | 0.99 | 0.4 | 58.81 | 0.97 | 0.3 |
| Hex | 99 | 96 | 2 | 0 | 2 | 63 | 28 | 3B | 61 | 1E |
| Octal | 231 | 226 | 2 | 0 | 2 | 143 | 50 | 73 | 141 | 36 |
| Binary | 10011001 | 10010110 | 10 | 0 | 10 | 1100011 | 101000 | 111011 | 1100001 | 11110 |
Color Harmonies of #999602
Complementary color
Monochromatic Colors of #999602
Black with #999602
Text Example
Text Example
White with #999602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999602; }
p { color: rgb(153,150,2); }
H1.HeaderClassName
{
color: #999602;
}
.AnyTagClassName
{
color: #999602;
}
</style>
background-color css
<style>
a { background-color: #999602; }
a { background-color: rgb(153,150,2); }
div.DivClassName
{
background-color: #999602;
}
.BgClassName
{
background-color: #999602;
}
</style>
border-color css
<style>
span { border-color: #999602; }
span { border-color: rgb(153,150,2); }
td.TdClassName
{
border-color: #999602;
}
.TagClassName
{
border-color: #999602;
}
</style>