Shades of Lucky #9E9519
Tints of Lucky #9E9519
RGB
CMYK
RGB Variations
Color information
#9E9519 (or 0x9E9519) is known color: Lucky. HEX triplet: 9E, 95 and 19. RGB value is (158,149,25). Sum of RGB (Red+Green+Blue) = 158+149+25=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9519 is #616AE6. Grayscale: #8A8A8A. Windows color (decimal): -6384359 or 1676702. OLE color: 1676702.
HSL color Cylindrical-coordinate representation of color #9E9519: hue angle of 55.94º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E9519 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 149 | 25 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.38 |
| HSL | 55.94º | 0.73% | 0.36% | - |
| HSV(B) | 55.94º | 0.84% | 0.62% | - |
| XYZ | 25.02 | 28.83 | 5.17 | - |
| YUV | 137.56 | 64.48 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 149 | 25 | 0 | 0.06 | 0.84 | 0.38 | 55.94 | 0.73 | 0.36 |
| Hex | 9E | 95 | 19 | 0 | 6 | 54 | 26 | 38 | 49 | 24 |
| Octal | 236 | 225 | 31 | 0 | 6 | 124 | 46 | 70 | 111 | 44 |
| Binary | 10011110 | 10010101 | 11001 | 0 | 110 | 1010100 | 100110 | 111000 | 1001001 | 100100 |
Color Harmonies of #9E9519
Complementary color
Monochromatic Colors of #9E9519
Black with #9E9519
Text Example
Text Example
White with #9E9519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9519; }
p { color: rgb(158,149,25); }
H1.HeaderClassName
{
color: #9E9519;
}
.AnyTagClassName
{
color: #9E9519;
}
</style>
background-color css
<style>
a { background-color: #9E9519; }
a { background-color: rgb(158,149,25); }
div.DivClassName
{
background-color: #9E9519;
}
.BgClassName
{
background-color: #9E9519;
}
</style>
border-color css
<style>
span { border-color: #9E9519; }
span { border-color: rgb(158,149,25); }
td.TdClassName
{
border-color: #9E9519;
}
.TagClassName
{
border-color: #9E9519;
}
</style>