Shades of Lemon Ginger #8E8132
Tints of Lemon Ginger #8E8132
RGB
CMYK
RGB Variations
Color information
#8E8132 (or 0x8E8132) is known color: Lemon Ginger. HEX triplet: 8E, 81 and 32. RGB value is (142,129,50). Sum of RGB (Red+Green+Blue) = 142+129+50=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8132 is #717ECD. Grayscale: #7C7C7C. Windows color (decimal): -7438030 or 3309966. OLE color: 3309966.
HSL color Cylindrical-coordinate representation of color #8E8132: hue angle of 51.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E8132 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 129 | 50 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.44 |
| HSL | 51.52º | 0.48% | 0.38% | - |
| HSV(B) | 51.52º | 0.65% | 0.56% | - |
| XYZ | 19.58 | 21.68 | 6.17 | - |
| YUV | 123.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 129 | 50 | 0 | 0.09 | 0.65 | 0.44 | 51.52 | 0.48 | 0.38 |
| Hex | 8E | 81 | 32 | 0 | 9 | 41 | 2C | 34 | 30 | 26 |
| Octal | 216 | 201 | 62 | 0 | 11 | 101 | 54 | 64 | 60 | 46 |
| Binary | 10001110 | 10000001 | 110010 | 0 | 1001 | 1000001 | 101100 | 110100 | 110000 | 100110 |
Color Harmonies of #8E8132
Complementary color
Monochromatic Colors of #8E8132
Black with #8E8132
Text Example
Text Example
White with #8E8132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8132; }
p { color: rgb(142,129,50); }
H1.HeaderClassName
{
color: #8E8132;
}
.AnyTagClassName
{
color: #8E8132;
}
</style>
background-color css
<style>
a { background-color: #8E8132; }
a { background-color: rgb(142,129,50); }
div.DivClassName
{
background-color: #8E8132;
}
.BgClassName
{
background-color: #8E8132;
}
</style>
border-color css
<style>
span { border-color: #8E8132; }
span { border-color: rgb(142,129,50); }
td.TdClassName
{
border-color: #8E8132;
}
.TagClassName
{
border-color: #8E8132;
}
</style>