Shades of Lucky #9C9905
Tints of Lucky #9C9905
RGB
CMYK
RGB Variations
Color information
#9C9905 (or 0x9C9905) is known color: Lucky. HEX triplet: 9C, 99 and 05. RGB value is (156,153,5). Sum of RGB (Red+Green+Blue) = 156+153+5=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9905 is #6366FA. Grayscale: #898989. Windows color (decimal): -6514427 or 367004. OLE color: 367004.
HSL color Cylindrical-coordinate representation of color #9C9905: hue angle of 58.81º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C9905 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 5 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.39 |
| HSL | 58.81º | 0.94% | 0.32% | - |
| HSV(B) | 58.81º | 0.97% | 0.61% | - |
| XYZ | 25.13 | 29.86 | 4.58 | - |
| YUV | 137.03 | 53.49 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 5 | 0 | 0.02 | 0.97 | 0.39 | 58.81 | 0.94 | 0.32 |
| Hex | 9C | 99 | 5 | 0 | 2 | 61 | 27 | 3B | 5E | 20 |
| Octal | 234 | 231 | 5 | 0 | 2 | 141 | 47 | 73 | 136 | 40 |
| Binary | 10011100 | 10011001 | 101 | 0 | 10 | 1100001 | 100111 | 111011 | 1011110 | 100000 |
Color Harmonies of #9C9905
Complementary color
Monochromatic Colors of #9C9905
Black with #9C9905
Text Example
Text Example
White with #9C9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9905; }
p { color: rgb(156,153,5); }
H1.HeaderClassName
{
color: #9C9905;
}
.AnyTagClassName
{
color: #9C9905;
}
</style>
background-color css
<style>
a { background-color: #9C9905; }
a { background-color: rgb(156,153,5); }
div.DivClassName
{
background-color: #9C9905;
}
.BgClassName
{
background-color: #9C9905;
}
</style>
border-color css
<style>
span { border-color: #9C9905; }
span { border-color: rgb(156,153,5); }
td.TdClassName
{
border-color: #9C9905;
}
.TagClassName
{
border-color: #9C9905;
}
</style>