Shades of Lemon Ginger #8E8027
Tints of Lemon Ginger #8E8027
RGB
CMYK
RGB Variations
Color information
#8E8027 (or 0x8E8027) is known color: Lemon Ginger. HEX triplet: 8E, 80 and 27. RGB value is (142,128,39). Sum of RGB (Red+Green+Blue) = 142+128+39=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8027 is #717FD8. Grayscale: #7A7A7A. Windows color (decimal): -7438297 or 2588814. OLE color: 2588814.
HSL color Cylindrical-coordinate representation of color #8E8027: hue angle of 51.84º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E8027 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 128 | 39 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.44 |
| HSL | 51.84º | 0.57% | 0.35% | - |
| HSV(B) | 51.84º | 0.73% | 0.56% | - |
| XYZ | 19.24 | 21.34 | 5.02 | - |
| YUV | 122.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 39 | 0 | 0.10 | 0.73 | 0.44 | 51.84 | 0.57 | 0.35 |
| Hex | 8E | 80 | 27 | 0 | A | 49 | 2C | 34 | 39 | 23 |
| Octal | 216 | 200 | 47 | 0 | 12 | 111 | 54 | 64 | 71 | 43 |
| Binary | 10001110 | 10000000 | 100111 | 0 | 1010 | 1001001 | 101100 | 110100 | 111001 | 100011 |
Color Harmonies of #8E8027
Complementary color
Monochromatic Colors of #8E8027
Black with #8E8027
Text Example
Text Example
White with #8E8027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8027; }
p { color: rgb(142,128,39); }
H1.HeaderClassName
{
color: #8E8027;
}
.AnyTagClassName
{
color: #8E8027;
}
</style>
background-color css
<style>
a { background-color: #8E8027; }
a { background-color: rgb(142,128,39); }
div.DivClassName
{
background-color: #8E8027;
}
.BgClassName
{
background-color: #8E8027;
}
</style>
border-color css
<style>
span { border-color: #8E8027; }
span { border-color: rgb(142,128,39); }
td.TdClassName
{
border-color: #8E8027;
}
.TagClassName
{
border-color: #8E8027;
}
</style>