Shades of Lucky #9E9304
Tints of Lucky #9E9304
RGB
CMYK
RGB Variations
Color information
#9E9304 (or 0x9E9304) is known color: Lucky. HEX triplet: 9E, 93 and 04. RGB value is (158,147,4). Sum of RGB (Red+Green+Blue) = 158+147+4=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9304 is #616CFB. Grayscale: #868686. Windows color (decimal): -6384892 or 299934. OLE color: 299934.
HSL color Cylindrical-coordinate representation of color #9E9304: hue angle of 55.71º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E9304 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 4 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.38 |
| HSL | 55.71º | 0.95% | 0.32% | - |
| HSV(B) | 55.71º | 0.97% | 0.62% | - |
| XYZ | 24.56 | 28.15 | 4.25 | - |
| YUV | 133.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 4 | 0 | 0.07 | 0.97 | 0.38 | 55.71 | 0.95 | 0.32 |
| Hex | 9E | 93 | 4 | 0 | 7 | 61 | 26 | 38 | 5F | 20 |
| Octal | 236 | 223 | 4 | 0 | 7 | 141 | 46 | 70 | 137 | 40 |
| Binary | 10011110 | 10010011 | 100 | 0 | 111 | 1100001 | 100110 | 111000 | 1011111 | 100000 |
Color Harmonies of #9E9304
Complementary color
Monochromatic Colors of #9E9304
Black with #9E9304
Text Example
Text Example
White with #9E9304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9304; }
p { color: rgb(158,147,4); }
H1.HeaderClassName
{
color: #9E9304;
}
.AnyTagClassName
{
color: #9E9304;
}
</style>
background-color css
<style>
a { background-color: #9E9304; }
a { background-color: rgb(158,147,4); }
div.DivClassName
{
background-color: #9E9304;
}
.BgClassName
{
background-color: #9E9304;
}
</style>
border-color css
<style>
span { border-color: #9E9304; }
span { border-color: rgb(158,147,4); }
td.TdClassName
{
border-color: #9E9304;
}
.TagClassName
{
border-color: #9E9304;
}
</style>