Shades of Lemon Ginger #9E902C
Tints of Lemon Ginger #9E902C
RGB
CMYK
RGB Variations
Color information
#9E902C (or 0x9E902C) is known color: Lemon Ginger. HEX triplet: 9E, 90 and 2C. RGB value is (158,144,44). Sum of RGB (Red+Green+Blue) = 158+144+44=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E902C is #616FD3. Grayscale: #898989. Windows color (decimal): -6385620 or 2920606. OLE color: 2920606.
HSL color Cylindrical-coordinate representation of color #9E902C: hue angle of 52.63º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E902C is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 144 | 44 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.38 |
| HSL | 52.63º | 0.56% | 0.4% | - |
| HSV(B) | 52.63º | 0.72% | 0.62% | - |
| XYZ | 24.53 | 27.4 | 6.38 | - |
| YUV | 136.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 44 | 0 | 0.09 | 0.72 | 0.38 | 52.63 | 0.56 | 0.4 |
| Hex | 9E | 90 | 2C | 0 | 9 | 48 | 26 | 35 | 38 | 28 |
| Octal | 236 | 220 | 54 | 0 | 11 | 110 | 46 | 65 | 70 | 50 |
| Binary | 10011110 | 10010000 | 101100 | 0 | 1001 | 1001000 | 100110 | 110101 | 111000 | 101000 |
Color Harmonies of #9E902C
Complementary color
Monochromatic Colors of #9E902C
Black with #9E902C
Text Example
Text Example
White with #9E902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E902C; }
p { color: rgb(158,144,44); }
H1.HeaderClassName
{
color: #9E902C;
}
.AnyTagClassName
{
color: #9E902C;
}
</style>
background-color css
<style>
a { background-color: #9E902C; }
a { background-color: rgb(158,144,44); }
div.DivClassName
{
background-color: #9E902C;
}
.BgClassName
{
background-color: #9E902C;
}
</style>
border-color css
<style>
span { border-color: #9E902C; }
span { border-color: rgb(158,144,44); }
td.TdClassName
{
border-color: #9E902C;
}
.TagClassName
{
border-color: #9E902C;
}
</style>