Shades of Lucky #9E8C09
Tints of Lucky #9E8C09
RGB
CMYK
RGB Variations
Color information
#9E8C09 (or 0x9E8C09) is known color: Lucky. HEX triplet: 9E, 8C and 09. RGB value is (158,140,9). Sum of RGB (Red+Green+Blue) = 158+140+9=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8C09 is #6173F6. Grayscale: #828282. Windows color (decimal): -6386679 or 625822. OLE color: 625822.
HSL color Cylindrical-coordinate representation of color #9E8C09: hue angle of 52.75º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E8C09 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 140 | 9 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.38 |
| HSL | 52.75º | 0.89% | 0.33% | - |
| HSV(B) | 52.75º | 0.94% | 0.62% | - |
| XYZ | 23.53 | 26.04 | 4.05 | - |
| YUV | 130.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 9 | 0 | 0.11 | 0.94 | 0.38 | 52.75 | 0.89 | 0.33 |
| Hex | 9E | 8C | 9 | 0 | B | 5E | 26 | 35 | 59 | 21 |
| Octal | 236 | 214 | 11 | 0 | 13 | 136 | 46 | 65 | 131 | 41 |
| Binary | 10011110 | 10001100 | 1001 | 0 | 1011 | 1011110 | 100110 | 110101 | 1011001 | 100001 |
Color Harmonies of #9E8C09
Complementary color
Monochromatic Colors of #9E8C09
Black with #9E8C09
Text Example
Text Example
White with #9E8C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8C09; }
p { color: rgb(158,140,9); }
H1.HeaderClassName
{
color: #9E8C09;
}
.AnyTagClassName
{
color: #9E8C09;
}
</style>
background-color css
<style>
a { background-color: #9E8C09; }
a { background-color: rgb(158,140,9); }
div.DivClassName
{
background-color: #9E8C09;
}
.BgClassName
{
background-color: #9E8C09;
}
</style>
border-color css
<style>
span { border-color: #9E8C09; }
span { border-color: rgb(158,140,9); }
td.TdClassName
{
border-color: #9E8C09;
}
.TagClassName
{
border-color: #9E8C09;
}
</style>