Shades of Lemon Ginger #8E822F
Tints of Lemon Ginger #8E822F
RGB
CMYK
RGB Variations
Color information
#8E822F (or 0x8E822F) is known color: Lemon Ginger. HEX triplet: 8E, 82 and 2F. RGB value is (142,130,47). Sum of RGB (Red+Green+Blue) = 142+130+47=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E822F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E822F is #717DD0. Grayscale: #7C7C7C. Windows color (decimal): -7437777 or 3113614. OLE color: 3113614.
HSL color Cylindrical-coordinate representation of color #8E822F: hue angle of 52.42º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E822F is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 130 | 47 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.44 |
| HSL | 52.42º | 0.5% | 0.37% | - |
| HSV(B) | 52.42º | 0.67% | 0.56% | - |
| XYZ | 19.65 | 21.92 | 5.88 | - |
| YUV | 124.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 47 | 0 | 0.08 | 0.67 | 0.44 | 52.42 | 0.5 | 0.37 |
| Hex | 8E | 82 | 2F | 0 | 8 | 43 | 2C | 34 | 32 | 25 |
| Octal | 216 | 202 | 57 | 0 | 10 | 103 | 54 | 64 | 62 | 45 |
| Binary | 10001110 | 10000010 | 101111 | 0 | 1000 | 1000011 | 101100 | 110100 | 110010 | 100101 |
Color Harmonies of #8E822F
Complementary color
Monochromatic Colors of #8E822F
Black with #8E822F
Text Example
Text Example
White with #8E822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E822F; }
p { color: rgb(142,130,47); }
H1.HeaderClassName
{
color: #8E822F;
}
.AnyTagClassName
{
color: #8E822F;
}
</style>
background-color css
<style>
a { background-color: #8E822F; }
a { background-color: rgb(142,130,47); }
div.DivClassName
{
background-color: #8E822F;
}
.BgClassName
{
background-color: #8E822F;
}
</style>
border-color css
<style>
span { border-color: #8E822F; }
span { border-color: rgb(142,130,47); }
td.TdClassName
{
border-color: #8E822F;
}
.TagClassName
{
border-color: #8E822F;
}
</style>