Shades of Lucky #9C9610
Tints of Lucky #9C9610
RGB
CMYK
RGB Variations
Color information
#9C9610 (or 0x9C9610) is known color: Lucky. HEX triplet: 9C, 96 and 10. RGB value is (156,150,16). Sum of RGB (Red+Green+Blue) = 156+150+16=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9610 is #6369EF. Grayscale: #898989. Windows color (decimal): -6515184 or 1087132. OLE color: 1087132.
HSL color Cylindrical-coordinate representation of color #9C9610: hue angle of 57.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C9610 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 150 | 16 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.39 |
| HSL | 57.43º | 0.81% | 0.34% | - |
| HSV(B) | 57.43º | 0.9% | 0.61% | - |
| XYZ | 24.71 | 28.92 | 4.77 | - |
| YUV | 136.52 | 59.99 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 16 | 0 | 0.04 | 0.90 | 0.39 | 57.43 | 0.81 | 0.34 |
| Hex | 9C | 96 | 10 | 0 | 4 | 5A | 27 | 39 | 51 | 22 |
| Octal | 234 | 226 | 20 | 0 | 4 | 132 | 47 | 71 | 121 | 42 |
| Binary | 10011100 | 10010110 | 10000 | 0 | 100 | 1011010 | 100111 | 111001 | 1010001 | 100010 |
Color Harmonies of #9C9610
Complementary color
Monochromatic Colors of #9C9610
Black with #9C9610
Text Example
Text Example
White with #9C9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9610; }
p { color: rgb(156,150,16); }
H1.HeaderClassName
{
color: #9C9610;
}
.AnyTagClassName
{
color: #9C9610;
}
</style>
background-color css
<style>
a { background-color: #9C9610; }
a { background-color: rgb(156,150,16); }
div.DivClassName
{
background-color: #9C9610;
}
.BgClassName
{
background-color: #9C9610;
}
</style>
border-color css
<style>
span { border-color: #9C9610; }
span { border-color: rgb(156,150,16); }
td.TdClassName
{
border-color: #9C9610;
}
.TagClassName
{
border-color: #9C9610;
}
</style>