Shades of Lucky #9E9102
Tints of Lucky #9E9102
RGB
CMYK
RGB Variations
Color information
#9E9102 (or 0x9E9102) is known color: Lucky. HEX triplet: 9E, 91 and 02. RGB value is (158,145,2). Sum of RGB (Red+Green+Blue) = 158+145+2=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9102 is #616EFD. Grayscale: #858585. Windows color (decimal): -6385406 or 168350. OLE color: 168350.
HSL color Cylindrical-coordinate representation of color #9E9102: hue angle of 55º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E9102 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 145 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.38 |
| HSL | 55º | 0.98% | 0.31% | - |
| HSV(B) | 55º | 0.99% | 0.62% | - |
| XYZ | 24.24 | 27.52 | 4.09 | - |
| YUV | 132.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 2 | 0 | 0.08 | 0.99 | 0.38 | 55 | 0.98 | 0.31 |
| Hex | 9E | 91 | 2 | 0 | 8 | 63 | 26 | 37 | 62 | 1F |
| Octal | 236 | 221 | 2 | 0 | 10 | 143 | 46 | 67 | 142 | 37 |
| Binary | 10011110 | 10010001 | 10 | 0 | 1000 | 1100011 | 100110 | 110111 | 1100010 | 11111 |
Color Harmonies of #9E9102
Complementary color
Monochromatic Colors of #9E9102
Black with #9E9102
Text Example
Text Example
White with #9E9102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9102; }
p { color: rgb(158,145,2); }
H1.HeaderClassName
{
color: #9E9102;
}
.AnyTagClassName
{
color: #9E9102;
}
</style>
background-color css
<style>
a { background-color: #9E9102; }
a { background-color: rgb(158,145,2); }
div.DivClassName
{
background-color: #9E9102;
}
.BgClassName
{
background-color: #9E9102;
}
</style>
border-color css
<style>
span { border-color: #9E9102; }
span { border-color: rgb(158,145,2); }
td.TdClassName
{
border-color: #9E9102;
}
.TagClassName
{
border-color: #9E9102;
}
</style>