Shades of Lemon Ginger #8E8720
Tints of Lemon Ginger #8E8720
RGB
CMYK
RGB Variations
Color information
#8E8720 (or 0x8E8720) is known color: Lemon Ginger. HEX triplet: 8E, 87 and 20. RGB value is (142,135,32). Sum of RGB (Red+Green+Blue) = 142+135+32=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8720 is #7178DF. Grayscale: #7D7D7D. Windows color (decimal): -7436512 or 2131854. OLE color: 2131854.
HSL color Cylindrical-coordinate representation of color #8E8720: hue angle of 56.18º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E8720 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 135 | 32 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.44 |
| HSL | 56.18º | 0.63% | 0.34% | - |
| HSV(B) | 56.18º | 0.77% | 0.56% | - |
| XYZ | 20.08 | 23.18 | 4.78 | - |
| YUV | 125.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 32 | 0 | 0.05 | 0.77 | 0.44 | 56.18 | 0.63 | 0.34 |
| Hex | 8E | 87 | 20 | 0 | 5 | 4D | 2C | 38 | 3F | 22 |
| Octal | 216 | 207 | 40 | 0 | 5 | 115 | 54 | 70 | 77 | 42 |
| Binary | 10001110 | 10000111 | 100000 | 0 | 101 | 1001101 | 101100 | 111000 | 111111 | 100010 |
Color Harmonies of #8E8720
Complementary color
Monochromatic Colors of #8E8720
Black with #8E8720
Text Example
Text Example
White with #8E8720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8720; }
p { color: rgb(142,135,32); }
H1.HeaderClassName
{
color: #8E8720;
}
.AnyTagClassName
{
color: #8E8720;
}
</style>
background-color css
<style>
a { background-color: #8E8720; }
a { background-color: rgb(142,135,32); }
div.DivClassName
{
background-color: #8E8720;
}
.BgClassName
{
background-color: #8E8720;
}
</style>
border-color css
<style>
span { border-color: #8E8720; }
span { border-color: rgb(142,135,32); }
td.TdClassName
{
border-color: #8E8720;
}
.TagClassName
{
border-color: #8E8720;
}
</style>