Shades of Lemon Ginger #9E8C2C
Tints of Lemon Ginger #9E8C2C
RGB
CMYK
RGB Variations
Color information
#9E8C2C (or 0x9E8C2C) is known color: Lemon Ginger. HEX triplet: 9E, 8C and 2C. RGB value is (158,140,44). Sum of RGB (Red+Green+Blue) = 158+140+44=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8C2C is #6173D3. Grayscale: #868686. Windows color (decimal): -6386644 or 2919582. OLE color: 2919582.
HSL color Cylindrical-coordinate representation of color #9E8C2C: hue angle of 50.53º 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 #9E8C2C is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 140 | 44 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.38 |
| HSL | 50.53º | 0.56% | 0.4% | - |
| HSV(B) | 50.53º | 0.72% | 0.62% | - |
| XYZ | 23.93 | 26.21 | 6.18 | - |
| YUV | 134.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 44 | 0 | 0.11 | 0.72 | 0.38 | 50.53 | 0.56 | 0.4 |
| Hex | 9E | 8C | 2C | 0 | B | 48 | 26 | 33 | 38 | 28 |
| Octal | 236 | 214 | 54 | 0 | 13 | 110 | 46 | 63 | 70 | 50 |
| Binary | 10011110 | 10001100 | 101100 | 0 | 1011 | 1001000 | 100110 | 110011 | 111000 | 101000 |
Color Harmonies of #9E8C2C
Complementary color
Monochromatic Colors of #9E8C2C
Black with #9E8C2C
Text Example
Text Example
White with #9E8C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8C2C; }
p { color: rgb(158,140,44); }
H1.HeaderClassName
{
color: #9E8C2C;
}
.AnyTagClassName
{
color: #9E8C2C;
}
</style>
background-color css
<style>
a { background-color: #9E8C2C; }
a { background-color: rgb(158,140,44); }
div.DivClassName
{
background-color: #9E8C2C;
}
.BgClassName
{
background-color: #9E8C2C;
}
</style>
border-color css
<style>
span { border-color: #9E8C2C; }
span { border-color: rgb(158,140,44); }
td.TdClassName
{
border-color: #9E8C2C;
}
.TagClassName
{
border-color: #9E8C2C;
}
</style>