Shades of Lucky #9E9302
Tints of Lucky #9E9302
RGB
CMYK
RGB Variations
Color information
#9E9302 (or 0x9E9302) is known color: Lucky. HEX triplet: 9E, 93 and 02. RGB value is (158,147,2). Sum of RGB (Red+Green+Blue) = 158+147+2=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9302 is #616CFD. Grayscale: #868686. Windows color (decimal): -6384894 or 168862. OLE color: 168862.
HSL color Cylindrical-coordinate representation of color #9E9302: hue angle of 55.77º 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 #9E9302 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.38 |
| HSL | 55.77º | 0.98% | 0.31% | - |
| HSV(B) | 55.77º | 0.99% | 0.62% | - |
| XYZ | 24.55 | 28.14 | 4.2 | - |
| YUV | 133.76 | 53.64 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 2 | 0 | 0.07 | 0.99 | 0.38 | 55.77 | 0.98 | 0.31 |
| Hex | 9E | 93 | 2 | 0 | 7 | 63 | 26 | 38 | 62 | 1F |
| Octal | 236 | 223 | 2 | 0 | 7 | 143 | 46 | 70 | 142 | 37 |
| Binary | 10011110 | 10010011 | 10 | 0 | 111 | 1100011 | 100110 | 111000 | 1100010 | 11111 |
Color Harmonies of #9E9302
Complementary color
Monochromatic Colors of #9E9302
Black with #9E9302
Text Example
Text Example
White with #9E9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9302; }
p { color: rgb(158,147,2); }
H1.HeaderClassName
{
color: #9E9302;
}
.AnyTagClassName
{
color: #9E9302;
}
</style>
background-color css
<style>
a { background-color: #9E9302; }
a { background-color: rgb(158,147,2); }
div.DivClassName
{
background-color: #9E9302;
}
.BgClassName
{
background-color: #9E9302;
}
</style>
border-color css
<style>
span { border-color: #9E9302; }
span { border-color: rgb(158,147,2); }
td.TdClassName
{
border-color: #9E9302;
}
.TagClassName
{
border-color: #9E9302;
}
</style>