Shades of Lemon Ginger #8E832C
Tints of Lemon Ginger #8E832C
RGB
CMYK
RGB Variations
Color information
#8E832C (or 0x8E832C) is known color: Lemon Ginger. HEX triplet: 8E, 83 and 2C. RGB value is (142,131,44). Sum of RGB (Red+Green+Blue) = 142+131+44=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E832C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E832C is #717CD3. Grayscale: #7C7C7C. Windows color (decimal): -7437524 or 2917262. OLE color: 2917262.
HSL color Cylindrical-coordinate representation of color #8E832C: hue angle of 53.27º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E832C is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 44 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.44 |
| HSL | 53.27º | 0.53% | 0.36% | - |
| HSV(B) | 53.27º | 0.69% | 0.56% | - |
| XYZ | 19.73 | 22.17 | 5.62 | - |
| YUV | 124.37 | 82.64 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 44 | 0 | 0.08 | 0.69 | 0.44 | 53.27 | 0.53 | 0.36 |
| Hex | 8E | 83 | 2C | 0 | 8 | 45 | 2C | 35 | 35 | 24 |
| Octal | 216 | 203 | 54 | 0 | 10 | 105 | 54 | 65 | 65 | 44 |
| Binary | 10001110 | 10000011 | 101100 | 0 | 1000 | 1000101 | 101100 | 110101 | 110101 | 100100 |
Color Harmonies of #8E832C
Complementary color
Monochromatic Colors of #8E832C
Black with #8E832C
Text Example
Text Example
White with #8E832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E832C; }
p { color: rgb(142,131,44); }
H1.HeaderClassName
{
color: #8E832C;
}
.AnyTagClassName
{
color: #8E832C;
}
</style>
background-color css
<style>
a { background-color: #8E832C; }
a { background-color: rgb(142,131,44); }
div.DivClassName
{
background-color: #8E832C;
}
.BgClassName
{
background-color: #8E832C;
}
</style>
border-color css
<style>
span { border-color: #8E832C; }
span { border-color: rgb(142,131,44); }
td.TdClassName
{
border-color: #8E832C;
}
.TagClassName
{
border-color: #8E832C;
}
</style>