Shades of Lemon Ginger #8C862E
Tints of Lemon Ginger #8C862E
RGB
CMYK
RGB Variations
Color information
#8C862E (or 0x8C862E) is known color: Lemon Ginger. HEX triplet: 8C, 86 and 2E. RGB value is (140,134,46). Sum of RGB (Red+Green+Blue) = 140+134+46=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C862E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C862E is #7379D1. Grayscale: #7E7E7E. Windows color (decimal): -7567826 or 3049100. OLE color: 3049100.
HSL color Cylindrical-coordinate representation of color #8C862E: hue angle of 56.17º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C862E is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 46 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.45 |
| HSL | 56.17º | 0.51% | 0.36% | - |
| HSV(B) | 56.17º | 0.67% | 0.55% | - |
| XYZ | 19.83 | 22.82 | 5.94 | - |
| YUV | 125.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 46 | 0 | 0.04 | 0.67 | 0.45 | 56.17 | 0.51 | 0.36 |
| Hex | 8C | 86 | 2E | 0 | 4 | 43 | 2D | 38 | 33 | 24 |
| Octal | 214 | 206 | 56 | 0 | 4 | 103 | 55 | 70 | 63 | 44 |
| Binary | 10001100 | 10000110 | 101110 | 0 | 100 | 1000011 | 101101 | 111000 | 110011 | 100100 |
Color Harmonies of #8C862E
Complementary color
Monochromatic Colors of #8C862E
Black with #8C862E
Text Example
Text Example
White with #8C862E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C862E; }
p { color: rgb(140,134,46); }
H1.HeaderClassName
{
color: #8C862E;
}
.AnyTagClassName
{
color: #8C862E;
}
</style>
background-color css
<style>
a { background-color: #8C862E; }
a { background-color: rgb(140,134,46); }
div.DivClassName
{
background-color: #8C862E;
}
.BgClassName
{
background-color: #8C862E;
}
</style>
border-color css
<style>
span { border-color: #8C862E; }
span { border-color: rgb(140,134,46); }
td.TdClassName
{
border-color: #8C862E;
}
.TagClassName
{
border-color: #8C862E;
}
</style>