Shades of Lemon Ginger #8E802E
Tints of Lemon Ginger #8E802E
RGB
CMYK
RGB Variations
Color information
#8E802E (or 0x8E802E) is known color: Lemon Ginger. HEX triplet: 8E, 80 and 2E. RGB value is (142,128,46). Sum of RGB (Red+Green+Blue) = 142+128+46=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E802E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E802E is #717FD1. Grayscale: #7B7B7B. Windows color (decimal): -7438290 or 3047566. OLE color: 3047566.
HSL color Cylindrical-coordinate representation of color #8E802E: hue angle of 51.25º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E802E is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 128 | 46 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.44 |
| HSL | 51.25º | 0.51% | 0.37% | - |
| HSV(B) | 51.25º | 0.68% | 0.56% | - |
| XYZ | 19.37 | 21.39 | 5.69 | - |
| YUV | 122.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 46 | 0 | 0.10 | 0.68 | 0.44 | 51.25 | 0.51 | 0.37 |
| Hex | 8E | 80 | 2E | 0 | A | 44 | 2C | 33 | 33 | 25 |
| Octal | 216 | 200 | 56 | 0 | 12 | 104 | 54 | 63 | 63 | 45 |
| Binary | 10001110 | 10000000 | 101110 | 0 | 1010 | 1000100 | 101100 | 110011 | 110011 | 100101 |
Color Harmonies of #8E802E
Complementary color
Monochromatic Colors of #8E802E
Black with #8E802E
Text Example
Text Example
White with #8E802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E802E; }
p { color: rgb(142,128,46); }
H1.HeaderClassName
{
color: #8E802E;
}
.AnyTagClassName
{
color: #8E802E;
}
</style>
background-color css
<style>
a { background-color: #8E802E; }
a { background-color: rgb(142,128,46); }
div.DivClassName
{
background-color: #8E802E;
}
.BgClassName
{
background-color: #8E802E;
}
</style>
border-color css
<style>
span { border-color: #8E802E; }
span { border-color: rgb(142,128,46); }
td.TdClassName
{
border-color: #8E802E;
}
.TagClassName
{
border-color: #8E802E;
}
</style>