Shades of Lemon Ginger #9E8C2B
Tints of Lemon Ginger #9E8C2B
RGB
CMYK
RGB Variations
Color information
#9E8C2B (or 0x9E8C2B) is known color: Lemon Ginger. HEX triplet: 9E, 8C and 2B. RGB value is (158,140,43). Sum of RGB (Red+Green+Blue) = 158+140+43=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8C2B is #6173D4. Grayscale: #868686. Windows color (decimal): -6386645 or 2854046. OLE color: 2854046.
HSL color Cylindrical-coordinate representation of color #9E8C2B: hue angle of 50.61º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E8C2B is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 140 | 43 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.38 |
| HSL | 50.61º | 0.57% | 0.39% | - |
| HSV(B) | 50.61º | 0.73% | 0.62% | - |
| XYZ | 23.91 | 26.2 | 6.08 | - |
| YUV | 134.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 43 | 0 | 0.11 | 0.73 | 0.38 | 50.61 | 0.57 | 0.39 |
| Hex | 9E | 8C | 2B | 0 | B | 49 | 26 | 33 | 39 | 27 |
| Octal | 236 | 214 | 53 | 0 | 13 | 111 | 46 | 63 | 71 | 47 |
| Binary | 10011110 | 10001100 | 101011 | 0 | 1011 | 1001001 | 100110 | 110011 | 111001 | 100111 |
Color Harmonies of #9E8C2B
Complementary color
Monochromatic Colors of #9E8C2B
Black with #9E8C2B
Text Example
Text Example
White with #9E8C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8C2B; }
p { color: rgb(158,140,43); }
H1.HeaderClassName
{
color: #9E8C2B;
}
.AnyTagClassName
{
color: #9E8C2B;
}
</style>
background-color css
<style>
a { background-color: #9E8C2B; }
a { background-color: rgb(158,140,43); }
div.DivClassName
{
background-color: #9E8C2B;
}
.BgClassName
{
background-color: #9E8C2B;
}
</style>
border-color css
<style>
span { border-color: #9E8C2B; }
span { border-color: rgb(158,140,43); }
td.TdClassName
{
border-color: #9E8C2B;
}
.TagClassName
{
border-color: #9E8C2B;
}
</style>