Shades of Lucky #9E9716
Tints of Lucky #9E9716
RGB
CMYK
RGB Variations
Color information
#9E9716 (or 0x9E9716) is known color: Lucky. HEX triplet: 9E, 97 and 16. RGB value is (158,151,22). Sum of RGB (Red+Green+Blue) = 158+151+22=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9716 is #6168E9. Grayscale: #8A8A8A. Windows color (decimal): -6383850 or 1480606. OLE color: 1480606.
HSL color Cylindrical-coordinate representation of color #9E9716: hue angle of 56.91º 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 #9E9716 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 151 | 22 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.38 |
| HSL | 56.91º | 0.76% | 0.35% | - |
| HSV(B) | 56.91º | 0.86% | 0.62% | - |
| XYZ | 25.31 | 29.46 | 5.11 | - |
| YUV | 138.39 | 62.32 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 151 | 22 | 0 | 0.04 | 0.86 | 0.38 | 56.91 | 0.76 | 0.35 |
| Hex | 9E | 97 | 16 | 0 | 4 | 56 | 26 | 39 | 4C | 23 |
| Octal | 236 | 227 | 26 | 0 | 4 | 126 | 46 | 71 | 114 | 43 |
| Binary | 10011110 | 10010111 | 10110 | 0 | 100 | 1010110 | 100110 | 111001 | 1001100 | 100011 |
Color Harmonies of #9E9716
Complementary color
Monochromatic Colors of #9E9716
Black with #9E9716
Text Example
Text Example
White with #9E9716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9716; }
p { color: rgb(158,151,22); }
H1.HeaderClassName
{
color: #9E9716;
}
.AnyTagClassName
{
color: #9E9716;
}
</style>
background-color css
<style>
a { background-color: #9E9716; }
a { background-color: rgb(158,151,22); }
div.DivClassName
{
background-color: #9E9716;
}
.BgClassName
{
background-color: #9E9716;
}
</style>
border-color css
<style>
span { border-color: #9E9716; }
span { border-color: rgb(158,151,22); }
td.TdClassName
{
border-color: #9E9716;
}
.TagClassName
{
border-color: #9E9716;
}
</style>