Shades of Lucky #999205
Tints of Lucky #999205
RGB
CMYK
RGB Variations
Color information
#999205 (or 0x999205) is known color: Lucky. HEX triplet: 99, 92 and 05. RGB value is (153,146,5). Sum of RGB (Red+Green+Blue) = 153+146+5=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #999205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999205 is #666DFA. Grayscale: #848484. Windows color (decimal): -6712827 or 365209. OLE color: 365209.
HSL color Cylindrical-coordinate representation of color #999205: hue angle of 57.16º 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 #999205 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 5 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.4 |
| HSL | 57.16º | 0.94% | 0.31% | - |
| HSV(B) | 57.16º | 0.97% | 0.6% | - |
| XYZ | 23.44 | 27.34 | 4.19 | - |
| YUV | 132.02 | 56.32 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 5 | 0 | 0.05 | 0.97 | 0.4 | 57.16 | 0.94 | 0.31 |
| Hex | 99 | 92 | 5 | 0 | 5 | 61 | 28 | 39 | 5E | 1F |
| Octal | 231 | 222 | 5 | 0 | 5 | 141 | 50 | 71 | 136 | 37 |
| Binary | 10011001 | 10010010 | 101 | 0 | 101 | 1100001 | 101000 | 111001 | 1011110 | 11111 |
Color Harmonies of #999205
Complementary color
Monochromatic Colors of #999205
Black with #999205
Text Example
Text Example
White with #999205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999205; }
p { color: rgb(153,146,5); }
H1.HeaderClassName
{
color: #999205;
}
.AnyTagClassName
{
color: #999205;
}
</style>
background-color css
<style>
a { background-color: #999205; }
a { background-color: rgb(153,146,5); }
div.DivClassName
{
background-color: #999205;
}
.BgClassName
{
background-color: #999205;
}
</style>
border-color css
<style>
span { border-color: #999205; }
span { border-color: rgb(153,146,5); }
td.TdClassName
{
border-color: #999205;
}
.TagClassName
{
border-color: #999205;
}
</style>