Shades of Lucky #999805
Tints of Lucky #999805
RGB
CMYK
RGB Variations
Color information
#999805 (or 0x999805) is known color: Lucky. HEX triplet: 99, 98 and 05. RGB value is (153,152,5). Sum of RGB (Red+Green+Blue) = 153+152+5=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #999805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999805 is #6667FA. Grayscale: #888888. Windows color (decimal): -6711291 or 366745. OLE color: 366745.
HSL color Cylindrical-coordinate representation of color #999805: hue angle of 59.59º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #999805 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 152 | 5 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.4 |
| HSL | 59.59º | 0.94% | 0.31% | - |
| HSV(B) | 59.59º | 0.97% | 0.6% | - |
| XYZ | 24.39 | 29.24 | 4.5 | - |
| YUV | 135.54 | 54.33 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 5 | 0 | 0.01 | 0.97 | 0.4 | 59.59 | 0.94 | 0.31 |
| Hex | 99 | 98 | 5 | 0 | 1 | 61 | 28 | 3C | 5E | 1F |
| Octal | 231 | 230 | 5 | 0 | 1 | 141 | 50 | 74 | 136 | 37 |
| Binary | 10011001 | 10011000 | 101 | 0 | 1 | 1100001 | 101000 | 111100 | 1011110 | 11111 |
Color Harmonies of #999805
Complementary color
Monochromatic Colors of #999805
Black with #999805
Text Example
Text Example
White with #999805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999805; }
p { color: rgb(153,152,5); }
H1.HeaderClassName
{
color: #999805;
}
.AnyTagClassName
{
color: #999805;
}
</style>
background-color css
<style>
a { background-color: #999805; }
a { background-color: rgb(153,152,5); }
div.DivClassName
{
background-color: #999805;
}
.BgClassName
{
background-color: #999805;
}
</style>
border-color css
<style>
span { border-color: #999805; }
span { border-color: rgb(153,152,5); }
td.TdClassName
{
border-color: #999805;
}
.TagClassName
{
border-color: #999805;
}
</style>