Shades of Lemon Ginger #8C842B
Tints of Lemon Ginger #8C842B
RGB
CMYK
RGB Variations
Color information
#8C842B (or 0x8C842B) is known color: Lemon Ginger. HEX triplet: 8C, 84 and 2B. RGB value is (140,132,43). Sum of RGB (Red+Green+Blue) = 140+132+43=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C842B is #737BD4. Grayscale: #7C7C7C. Windows color (decimal): -7568341 or 2851980. OLE color: 2851980.
HSL color Cylindrical-coordinate representation of color #8C842B: hue angle of 55.05º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C842B is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 43 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.45 |
| HSL | 55.05º | 0.53% | 0.36% | - |
| HSV(B) | 55.05º | 0.69% | 0.55% | - |
| XYZ | 19.5 | 22.25 | 5.55 | - |
| YUV | 124.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 43 | 0 | 0.06 | 0.69 | 0.45 | 55.05 | 0.53 | 0.36 |
| Hex | 8C | 84 | 2B | 0 | 6 | 45 | 2D | 37 | 35 | 24 |
| Octal | 214 | 204 | 53 | 0 | 6 | 105 | 55 | 67 | 65 | 44 |
| Binary | 10001100 | 10000100 | 101011 | 0 | 110 | 1000101 | 101101 | 110111 | 110101 | 100100 |
Color Harmonies of #8C842B
Complementary color
Monochromatic Colors of #8C842B
Black with #8C842B
Text Example
Text Example
White with #8C842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C842B; }
p { color: rgb(140,132,43); }
H1.HeaderClassName
{
color: #8C842B;
}
.AnyTagClassName
{
color: #8C842B;
}
</style>
background-color css
<style>
a { background-color: #8C842B; }
a { background-color: rgb(140,132,43); }
div.DivClassName
{
background-color: #8C842B;
}
.BgClassName
{
background-color: #8C842B;
}
</style>
border-color css
<style>
span { border-color: #8C842B; }
span { border-color: rgb(140,132,43); }
td.TdClassName
{
border-color: #8C842B;
}
.TagClassName
{
border-color: #8C842B;
}
</style>