Shades of Lucky #9C8E0E
Tints of Lucky #9C8E0E
RGB
CMYK
RGB Variations
Color information
#9C8E0E (or 0x9C8E0E) is known color: Lucky. HEX triplet: 9C, 8E and 0E. RGB value is (156,142,14). Sum of RGB (Red+Green+Blue) = 156+142+14=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8E0E is #6371F1. Grayscale: #848484. Windows color (decimal): -6517234 or 954012. OLE color: 954012.
HSL color Cylindrical-coordinate representation of color #9C8E0E: hue angle of 54.08º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C8E0E is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 142 | 14 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.39 |
| HSL | 54.08º | 0.84% | 0.33% | - |
| HSV(B) | 54.08º | 0.91% | 0.61% | - |
| XYZ | 23.46 | 26.45 | 4.28 | - |
| YUV | 131.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 14 | 0 | 0.09 | 0.91 | 0.39 | 54.08 | 0.84 | 0.33 |
| Hex | 9C | 8E | E | 0 | 9 | 5B | 27 | 36 | 54 | 21 |
| Octal | 234 | 216 | 16 | 0 | 11 | 133 | 47 | 66 | 124 | 41 |
| Binary | 10011100 | 10001110 | 1110 | 0 | 1001 | 1011011 | 100111 | 110110 | 1010100 | 100001 |
Color Harmonies of #9C8E0E
Complementary color
Monochromatic Colors of #9C8E0E
Black with #9C8E0E
Text Example
Text Example
White with #9C8E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8E0E; }
p { color: rgb(156,142,14); }
H1.HeaderClassName
{
color: #9C8E0E;
}
.AnyTagClassName
{
color: #9C8E0E;
}
</style>
background-color css
<style>
a { background-color: #9C8E0E; }
a { background-color: rgb(156,142,14); }
div.DivClassName
{
background-color: #9C8E0E;
}
.BgClassName
{
background-color: #9C8E0E;
}
</style>
border-color css
<style>
span { border-color: #9C8E0E; }
span { border-color: rgb(156,142,14); }
td.TdClassName
{
border-color: #9C8E0E;
}
.TagClassName
{
border-color: #9C8E0E;
}
</style>