Shades of Lucky #9E9310
Tints of Lucky #9E9310
RGB
CMYK
RGB Variations
Color information
#9E9310 (or 0x9E9310) is known color: Lucky. HEX triplet: 9E, 93 and 10. RGB value is (158,147,16). Sum of RGB (Red+Green+Blue) = 158+147+16=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9310 is #616CEF. Grayscale: #878787. Windows color (decimal): -6384880 or 1086366. OLE color: 1086366.
HSL color Cylindrical-coordinate representation of color #9E9310: hue angle of 55.35º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E9310 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 16 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.38 |
| HSL | 55.35º | 0.82% | 0.34% | - |
| HSV(B) | 55.35º | 0.9% | 0.62% | - |
| XYZ | 24.63 | 28.17 | 4.63 | - |
| YUV | 135.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 16 | 0 | 0.07 | 0.90 | 0.38 | 55.35 | 0.82 | 0.34 |
| Hex | 9E | 93 | 10 | 0 | 7 | 5A | 26 | 37 | 52 | 22 |
| Octal | 236 | 223 | 20 | 0 | 7 | 132 | 46 | 67 | 122 | 42 |
| Binary | 10011110 | 10010011 | 10000 | 0 | 111 | 1011010 | 100110 | 110111 | 1010010 | 100010 |
Color Harmonies of #9E9310
Complementary color
Monochromatic Colors of #9E9310
Black with #9E9310
Text Example
Text Example
White with #9E9310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9310; }
p { color: rgb(158,147,16); }
H1.HeaderClassName
{
color: #9E9310;
}
.AnyTagClassName
{
color: #9E9310;
}
</style>
background-color css
<style>
a { background-color: #9E9310; }
a { background-color: rgb(158,147,16); }
div.DivClassName
{
background-color: #9E9310;
}
.BgClassName
{
background-color: #9E9310;
}
</style>
border-color css
<style>
span { border-color: #9E9310; }
span { border-color: rgb(158,147,16); }
td.TdClassName
{
border-color: #9E9310;
}
.TagClassName
{
border-color: #9E9310;
}
</style>