Shades of Lucky #9E9610
Tints of Lucky #9E9610
RGB
CMYK
RGB Variations
Color information
#9E9610 (or 0x9E9610) is known color: Lucky. HEX triplet: 9E, 96 and 10. RGB value is (158,150,16). Sum of RGB (Red+Green+Blue) = 158+150+16=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9610 is #6169EF. Grayscale: #898989. Windows color (decimal): -6384112 or 1087134. OLE color: 1087134.
HSL color Cylindrical-coordinate representation of color #9E9610: hue angle of 56.62º 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 #9E9610 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 150 | 16 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.38 |
| HSL | 56.62º | 0.82% | 0.34% | - |
| HSV(B) | 56.62º | 0.9% | 0.62% | - |
| XYZ | 25.1 | 29.12 | 4.79 | - |
| YUV | 137.12 | 59.65 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 16 | 0 | 0.05 | 0.90 | 0.38 | 56.62 | 0.82 | 0.34 |
| Hex | 9E | 96 | 10 | 0 | 5 | 5A | 26 | 39 | 52 | 22 |
| Octal | 236 | 226 | 20 | 0 | 5 | 132 | 46 | 71 | 122 | 42 |
| Binary | 10011110 | 10010110 | 10000 | 0 | 101 | 1011010 | 100110 | 111001 | 1010010 | 100010 |
Color Harmonies of #9E9610
Complementary color
Monochromatic Colors of #9E9610
Black with #9E9610
Text Example
Text Example
White with #9E9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9610; }
p { color: rgb(158,150,16); }
H1.HeaderClassName
{
color: #9E9610;
}
.AnyTagClassName
{
color: #9E9610;
}
</style>
background-color css
<style>
a { background-color: #9E9610; }
a { background-color: rgb(158,150,16); }
div.DivClassName
{
background-color: #9E9610;
}
.BgClassName
{
background-color: #9E9610;
}
</style>
border-color css
<style>
span { border-color: #9E9610; }
span { border-color: rgb(158,150,16); }
td.TdClassName
{
border-color: #9E9610;
}
.TagClassName
{
border-color: #9E9610;
}
</style>