Shades of Lemon Ginger #8E822E
Tints of Lemon Ginger #8E822E
RGB
CMYK
RGB Variations
Color information
#8E822E (or 0x8E822E) is known color: Lemon Ginger. HEX triplet: 8E, 82 and 2E. RGB value is (142,130,46). Sum of RGB (Red+Green+Blue) = 142+130+46=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E822E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E822E is #717DD1. Grayscale: #7C7C7C. Windows color (decimal): -7437778 or 3048078. OLE color: 3048078.
HSL color Cylindrical-coordinate representation of color #8E822E: hue angle of 52.5º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E822E is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 130 | 46 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.44 |
| HSL | 52.5º | 0.51% | 0.37% | - |
| HSV(B) | 52.5º | 0.68% | 0.56% | - |
| XYZ | 19.63 | 21.91 | 5.78 | - |
| YUV | 124.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 46 | 0 | 0.08 | 0.68 | 0.44 | 52.5 | 0.51 | 0.37 |
| Hex | 8E | 82 | 2E | 0 | 8 | 44 | 2C | 34 | 33 | 25 |
| Octal | 216 | 202 | 56 | 0 | 10 | 104 | 54 | 64 | 63 | 45 |
| Binary | 10001110 | 10000010 | 101110 | 0 | 1000 | 1000100 | 101100 | 110100 | 110011 | 100101 |
Color Harmonies of #8E822E
Complementary color
Monochromatic Colors of #8E822E
Black with #8E822E
Text Example
Text Example
White with #8E822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E822E; }
p { color: rgb(142,130,46); }
H1.HeaderClassName
{
color: #8E822E;
}
.AnyTagClassName
{
color: #8E822E;
}
</style>
background-color css
<style>
a { background-color: #8E822E; }
a { background-color: rgb(142,130,46); }
div.DivClassName
{
background-color: #8E822E;
}
.BgClassName
{
background-color: #8E822E;
}
</style>
border-color css
<style>
span { border-color: #8E822E; }
span { border-color: rgb(142,130,46); }
td.TdClassName
{
border-color: #8E822E;
}
.TagClassName
{
border-color: #8E822E;
}
</style>