Shades of Lemon Ginger #8C8420
Tints of Lemon Ginger #8C8420
RGB
CMYK
RGB Variations
Color information
#8C8420 (or 0x8C8420) is known color: Lemon Ginger. HEX triplet: 8C, 84 and 20. RGB value is (140,132,32). Sum of RGB (Red+Green+Blue) = 140+132+32=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8420 is #737BDF. Grayscale: #7B7B7B. Windows color (decimal): -7568352 or 2131084. OLE color: 2131084.
HSL color Cylindrical-coordinate representation of color #8C8420: hue angle of 55.56º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C8420 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 32 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.45 |
| HSL | 55.56º | 0.63% | 0.34% | - |
| HSV(B) | 55.56º | 0.77% | 0.55% | - |
| XYZ | 19.33 | 22.18 | 4.63 | - |
| YUV | 122.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 32 | 0 | 0.06 | 0.77 | 0.45 | 55.56 | 0.63 | 0.34 |
| Hex | 8C | 84 | 20 | 0 | 6 | 4D | 2D | 38 | 3F | 22 |
| Octal | 214 | 204 | 40 | 0 | 6 | 115 | 55 | 70 | 77 | 42 |
| Binary | 10001100 | 10000100 | 100000 | 0 | 110 | 1001101 | 101101 | 111000 | 111111 | 100010 |
Color Harmonies of #8C8420
Complementary color
Monochromatic Colors of #8C8420
Black with #8C8420
Text Example
Text Example
White with #8C8420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8420; }
p { color: rgb(140,132,32); }
H1.HeaderClassName
{
color: #8C8420;
}
.AnyTagClassName
{
color: #8C8420;
}
</style>
background-color css
<style>
a { background-color: #8C8420; }
a { background-color: rgb(140,132,32); }
div.DivClassName
{
background-color: #8C8420;
}
.BgClassName
{
background-color: #8C8420;
}
</style>
border-color css
<style>
span { border-color: #8C8420; }
span { border-color: rgb(140,132,32); }
td.TdClassName
{
border-color: #8C8420;
}
.TagClassName
{
border-color: #8C8420;
}
</style>