Shades of Lucky #9C9416
Tints of Lucky #9C9416
RGB
CMYK
RGB Variations
Color information
#9C9416 (or 0x9C9416) is known color: Lucky. HEX triplet: 9C, 94 and 16. RGB value is (156,148,22). Sum of RGB (Red+Green+Blue) = 156+148+22=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9416 is #636BE9. Grayscale: #888888. Windows color (decimal): -6515690 or 1479836. OLE color: 1479836.
HSL color Cylindrical-coordinate representation of color #9C9416: hue angle of 56.42º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C9416 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 148 | 22 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.39 |
| HSL | 56.42º | 0.75% | 0.35% | - |
| HSV(B) | 56.42º | 0.86% | 0.61% | - |
| XYZ | 24.45 | 28.31 | 4.93 | - |
| YUV | 136.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 22 | 0 | 0.05 | 0.86 | 0.39 | 56.42 | 0.75 | 0.35 |
| Hex | 9C | 94 | 16 | 0 | 5 | 56 | 27 | 38 | 4B | 23 |
| Octal | 234 | 224 | 26 | 0 | 5 | 126 | 47 | 70 | 113 | 43 |
| Binary | 10011100 | 10010100 | 10110 | 0 | 101 | 1010110 | 100111 | 111000 | 1001011 | 100011 |
Color Harmonies of #9C9416
Complementary color
Monochromatic Colors of #9C9416
Black with #9C9416
Text Example
Text Example
White with #9C9416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9416; }
p { color: rgb(156,148,22); }
H1.HeaderClassName
{
color: #9C9416;
}
.AnyTagClassName
{
color: #9C9416;
}
</style>
background-color css
<style>
a { background-color: #9C9416; }
a { background-color: rgb(156,148,22); }
div.DivClassName
{
background-color: #9C9416;
}
.BgClassName
{
background-color: #9C9416;
}
</style>
border-color css
<style>
span { border-color: #9C9416; }
span { border-color: rgb(156,148,22); }
td.TdClassName
{
border-color: #9C9416;
}
.TagClassName
{
border-color: #9C9416;
}
</style>