Shades of Lucky #9E9518
Tints of Lucky #9E9518
RGB
CMYK
RGB Variations
Color information
#9E9518 (or 0x9E9518) is known color: Lucky. HEX triplet: 9E, 95 and 18. RGB value is (158,149,24). Sum of RGB (Red+Green+Blue) = 158+149+24=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9518 is #616AE7. Grayscale: #898989. Windows color (decimal): -6384360 or 1611166. OLE color: 1611166.
HSL color Cylindrical-coordinate representation of color #9E9518: hue angle of 55.97º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E9518 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 149 | 24 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.38 |
| HSL | 55.97º | 0.74% | 0.36% | - |
| HSV(B) | 55.97º | 0.85% | 0.62% | - |
| XYZ | 25.01 | 28.83 | 5.11 | - |
| YUV | 137.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 149 | 24 | 0 | 0.06 | 0.85 | 0.38 | 55.97 | 0.74 | 0.36 |
| Hex | 9E | 95 | 18 | 0 | 6 | 55 | 26 | 38 | 4A | 24 |
| Octal | 236 | 225 | 30 | 0 | 6 | 125 | 46 | 70 | 112 | 44 |
| Binary | 10011110 | 10010101 | 11000 | 0 | 110 | 1010101 | 100110 | 111000 | 1001010 | 100100 |
Color Harmonies of #9E9518
Complementary color
Monochromatic Colors of #9E9518
Black with #9E9518
Text Example
Text Example
White with #9E9518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9518; }
p { color: rgb(158,149,24); }
H1.HeaderClassName
{
color: #9E9518;
}
.AnyTagClassName
{
color: #9E9518;
}
</style>
background-color css
<style>
a { background-color: #9E9518; }
a { background-color: rgb(158,149,24); }
div.DivClassName
{
background-color: #9E9518;
}
.BgClassName
{
background-color: #9E9518;
}
</style>
border-color css
<style>
span { border-color: #9E9518; }
span { border-color: rgb(158,149,24); }
td.TdClassName
{
border-color: #9E9518;
}
.TagClassName
{
border-color: #9E9518;
}
</style>