Shades of Lucky #9E9503
Tints of Lucky #9E9503
RGB
CMYK
RGB Variations
Color information
#9E9503 (or 0x9E9503) is known color: Lucky. HEX triplet: 9E, 95 and 03. RGB value is (158,149,3). Sum of RGB (Red+Green+Blue) = 158+149+3=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9503 is #616AFC. Grayscale: #878787. Windows color (decimal): -6384381 or 234910. OLE color: 234910.
HSL color Cylindrical-coordinate representation of color #9E9503: hue angle of 56.52º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E9503 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 149 | 3 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.38 |
| HSL | 56.52º | 0.96% | 0.32% | - |
| HSV(B) | 56.52º | 0.98% | 0.62% | - |
| XYZ | 24.86 | 28.77 | 4.33 | - |
| YUV | 135.05 | 53.48 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 149 | 3 | 0 | 0.06 | 0.98 | 0.38 | 56.52 | 0.96 | 0.32 |
| Hex | 9E | 95 | 3 | 0 | 6 | 62 | 26 | 39 | 60 | 20 |
| Octal | 236 | 225 | 3 | 0 | 6 | 142 | 46 | 71 | 140 | 40 |
| Binary | 10011110 | 10010101 | 11 | 0 | 110 | 1100010 | 100110 | 111001 | 1100000 | 100000 |
Color Harmonies of #9E9503
Complementary color
Monochromatic Colors of #9E9503
Black with #9E9503
Text Example
Text Example
White with #9E9503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9503; }
p { color: rgb(158,149,3); }
H1.HeaderClassName
{
color: #9E9503;
}
.AnyTagClassName
{
color: #9E9503;
}
</style>
background-color css
<style>
a { background-color: #9E9503; }
a { background-color: rgb(158,149,3); }
div.DivClassName
{
background-color: #9E9503;
}
.BgClassName
{
background-color: #9E9503;
}
</style>
border-color css
<style>
span { border-color: #9E9503; }
span { border-color: rgb(158,149,3); }
td.TdClassName
{
border-color: #9E9503;
}
.TagClassName
{
border-color: #9E9503;
}
</style>