Shades of Lemon Ginger #8C872B
Tints of Lemon Ginger #8C872B
RGB
CMYK
RGB Variations
Color information
#8C872B (or 0x8C872B) is known color: Lemon Ginger. HEX triplet: 8C, 87 and 2B. RGB value is (140,135,43). Sum of RGB (Red+Green+Blue) = 140+135+43=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C872B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C872B is #7378D4. Grayscale: #7E7E7E. Windows color (decimal): -7567573 or 2852748. OLE color: 2852748.
HSL color Cylindrical-coordinate representation of color #8C872B: hue angle of 56.91º 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 #8C872B is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 43 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.45 |
| HSL | 56.91º | 0.53% | 0.36% | - |
| HSV(B) | 56.91º | 0.69% | 0.55% | - |
| XYZ | 19.92 | 23.08 | 5.69 | - |
| YUV | 126.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 43 | 0 | 0.04 | 0.69 | 0.45 | 56.91 | 0.53 | 0.36 |
| Hex | 8C | 87 | 2B | 0 | 4 | 45 | 2D | 39 | 35 | 24 |
| Octal | 214 | 207 | 53 | 0 | 4 | 105 | 55 | 71 | 65 | 44 |
| Binary | 10001100 | 10000111 | 101011 | 0 | 100 | 1000101 | 101101 | 111001 | 110101 | 100100 |
Color Harmonies of #8C872B
Complementary color
Monochromatic Colors of #8C872B
Black with #8C872B
Text Example
Text Example
White with #8C872B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C872B; }
p { color: rgb(140,135,43); }
H1.HeaderClassName
{
color: #8C872B;
}
.AnyTagClassName
{
color: #8C872B;
}
</style>
background-color css
<style>
a { background-color: #8C872B; }
a { background-color: rgb(140,135,43); }
div.DivClassName
{
background-color: #8C872B;
}
.BgClassName
{
background-color: #8C872B;
}
</style>
border-color css
<style>
span { border-color: #8C872B; }
span { border-color: rgb(140,135,43); }
td.TdClassName
{
border-color: #8C872B;
}
.TagClassName
{
border-color: #8C872B;
}
</style>