Shades of Lemon Ginger #8E8A29
Tints of Lemon Ginger #8E8A29
RGB
CMYK
RGB Variations
Color information
#8E8A29 (or 0x8E8A29) is known color: Lemon Ginger. HEX triplet: 8E, 8A and 29. RGB value is (142,138,41). Sum of RGB (Red+Green+Blue) = 142+138+41=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8A29 is #7175D6. Grayscale: #808080. Windows color (decimal): -7435735 or 2722446. OLE color: 2722446.
HSL color Cylindrical-coordinate representation of color #8E8A29: hue angle of 57.62º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E8A29 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 138 | 41 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.44 |
| HSL | 57.62º | 0.55% | 0.36% | - |
| HSV(B) | 57.62º | 0.71% | 0.56% | - |
| XYZ | 20.64 | 24.09 | 5.66 | - |
| YUV | 128.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 41 | 0 | 0.03 | 0.71 | 0.44 | 57.62 | 0.55 | 0.36 |
| Hex | 8E | 8A | 29 | 0 | 3 | 47 | 2C | 3A | 37 | 24 |
| Octal | 216 | 212 | 51 | 0 | 3 | 107 | 54 | 72 | 67 | 44 |
| Binary | 10001110 | 10001010 | 101001 | 0 | 11 | 1000111 | 101100 | 111010 | 110111 | 100100 |
Color Harmonies of #8E8A29
Complementary color
Monochromatic Colors of #8E8A29
Black with #8E8A29
Text Example
Text Example
White with #8E8A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8A29; }
p { color: rgb(142,138,41); }
H1.HeaderClassName
{
color: #8E8A29;
}
.AnyTagClassName
{
color: #8E8A29;
}
</style>
background-color css
<style>
a { background-color: #8E8A29; }
a { background-color: rgb(142,138,41); }
div.DivClassName
{
background-color: #8E8A29;
}
.BgClassName
{
background-color: #8E8A29;
}
</style>
border-color css
<style>
span { border-color: #8E8A29; }
span { border-color: rgb(142,138,41); }
td.TdClassName
{
border-color: #8E8A29;
}
.TagClassName
{
border-color: #8E8A29;
}
</style>