Shades of Lemon Ginger #8E852F
Tints of Lemon Ginger #8E852F
RGB
CMYK
RGB Variations
Color information
#8E852F (or 0x8E852F) is known color: Lemon Ginger. HEX triplet: 8E, 85 and 2F. RGB value is (142,133,47). Sum of RGB (Red+Green+Blue) = 142+133+47=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E852F is #717AD0. Grayscale: #7E7E7E. Windows color (decimal): -7437009 or 3114382. OLE color: 3114382.
HSL color Cylindrical-coordinate representation of color #8E852F: hue angle of 54.32º 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 #8E852F is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 133 | 47 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.44 |
| HSL | 54.32º | 0.5% | 0.37% | - |
| HSV(B) | 54.32º | 0.67% | 0.56% | - |
| XYZ | 20.06 | 22.73 | 6.02 | - |
| YUV | 125.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 133 | 47 | 0 | 0.06 | 0.67 | 0.44 | 54.32 | 0.5 | 0.37 |
| Hex | 8E | 85 | 2F | 0 | 6 | 43 | 2C | 36 | 32 | 25 |
| Octal | 216 | 205 | 57 | 0 | 6 | 103 | 54 | 66 | 62 | 45 |
| Binary | 10001110 | 10000101 | 101111 | 0 | 110 | 1000011 | 101100 | 110110 | 110010 | 100101 |
Color Harmonies of #8E852F
Complementary color
Monochromatic Colors of #8E852F
Black with #8E852F
Text Example
Text Example
White with #8E852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E852F; }
p { color: rgb(142,133,47); }
H1.HeaderClassName
{
color: #8E852F;
}
.AnyTagClassName
{
color: #8E852F;
}
</style>
background-color css
<style>
a { background-color: #8E852F; }
a { background-color: rgb(142,133,47); }
div.DivClassName
{
background-color: #8E852F;
}
.BgClassName
{
background-color: #8E852F;
}
</style>
border-color css
<style>
span { border-color: #8E852F; }
span { border-color: rgb(142,133,47); }
td.TdClassName
{
border-color: #8E852F;
}
.TagClassName
{
border-color: #8E852F;
}
</style>