Shades of Lucky #9C9906
Tints of Lucky #9C9906
RGB
CMYK
RGB Variations
Color information
#9C9906 (or 0x9C9906) is known color: Lucky. HEX triplet: 9C, 99 and 06. RGB value is (156,153,6). Sum of RGB (Red+Green+Blue) = 156+153+6=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9906 is #6366F9. Grayscale: #898989. Windows color (decimal): -6514426 or 432540. OLE color: 432540.
HSL color Cylindrical-coordinate representation of color #9C9906: hue angle of 58.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C9906 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 6 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.39 |
| HSL | 58.8º | 0.93% | 0.32% | - |
| HSV(B) | 58.8º | 0.96% | 0.61% | - |
| XYZ | 25.13 | 29.86 | 4.61 | - |
| YUV | 137.14 | 53.99 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 6 | 0 | 0.02 | 0.96 | 0.39 | 58.8 | 0.93 | 0.32 |
| Hex | 9C | 99 | 6 | 0 | 2 | 60 | 27 | 3B | 5D | 20 |
| Octal | 234 | 231 | 6 | 0 | 2 | 140 | 47 | 73 | 135 | 40 |
| Binary | 10011100 | 10011001 | 110 | 0 | 10 | 1100000 | 100111 | 111011 | 1011101 | 100000 |
Color Harmonies of #9C9906
Complementary color
Monochromatic Colors of #9C9906
Black with #9C9906
Text Example
Text Example
White with #9C9906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9906; }
p { color: rgb(156,153,6); }
H1.HeaderClassName
{
color: #9C9906;
}
.AnyTagClassName
{
color: #9C9906;
}
</style>
background-color css
<style>
a { background-color: #9C9906; }
a { background-color: rgb(156,153,6); }
div.DivClassName
{
background-color: #9C9906;
}
.BgClassName
{
background-color: #9C9906;
}
</style>
border-color css
<style>
span { border-color: #9C9906; }
span { border-color: rgb(156,153,6); }
td.TdClassName
{
border-color: #9C9906;
}
.TagClassName
{
border-color: #9C9906;
}
</style>