Shades of Lucky #9E9916
Tints of Lucky #9E9916
RGB
CMYK
RGB Variations
Color information
#9E9916 (or 0x9E9916) is known color: Lucky. HEX triplet: 9E, 99 and 16. RGB value is (158,153,22). Sum of RGB (Red+Green+Blue) = 158+153+22=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9916 is #6166E9. Grayscale: #8C8C8C. Windows color (decimal): -6383338 or 1481118. OLE color: 1481118.
HSL color Cylindrical-coordinate representation of color #9E9916: hue angle of 57.79º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E9916 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 153 | 22 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.38 |
| HSL | 57.79º | 0.76% | 0.35% | - |
| HSV(B) | 57.79º | 0.86% | 0.62% | - |
| XYZ | 25.64 | 30.11 | 5.22 | - |
| YUV | 139.56 | 61.66 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 22 | 0 | 0.03 | 0.86 | 0.38 | 57.79 | 0.76 | 0.35 |
| Hex | 9E | 99 | 16 | 0 | 3 | 56 | 26 | 3A | 4C | 23 |
| Octal | 236 | 231 | 26 | 0 | 3 | 126 | 46 | 72 | 114 | 43 |
| Binary | 10011110 | 10011001 | 10110 | 0 | 11 | 1010110 | 100110 | 111010 | 1001100 | 100011 |
Color Harmonies of #9E9916
Complementary color
Monochromatic Colors of #9E9916
Black with #9E9916
Text Example
Text Example
White with #9E9916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9916; }
p { color: rgb(158,153,22); }
H1.HeaderClassName
{
color: #9E9916;
}
.AnyTagClassName
{
color: #9E9916;
}
</style>
background-color css
<style>
a { background-color: #9E9916; }
a { background-color: rgb(158,153,22); }
div.DivClassName
{
background-color: #9E9916;
}
.BgClassName
{
background-color: #9E9916;
}
</style>
border-color css
<style>
span { border-color: #9E9916; }
span { border-color: rgb(158,153,22); }
td.TdClassName
{
border-color: #9E9916;
}
.TagClassName
{
border-color: #9E9916;
}
</style>