Shades of Lemon Ginger #8C8124
Tints of Lemon Ginger #8C8124
RGB
CMYK
RGB Variations
Color information
#8C8124 (or 0x8C8124) is known color: Lemon Ginger. HEX triplet: 8C, 81 and 24. RGB value is (140,129,36). Sum of RGB (Red+Green+Blue) = 140+129+36=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8124 is #737EDB. Grayscale: #7A7A7A. Windows color (decimal): -7569116 or 2392460. OLE color: 2392460.
HSL color Cylindrical-coordinate representation of color #8C8124: hue angle of 53.65º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C8124 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 36 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.45 |
| HSL | 53.65º | 0.59% | 0.35% | - |
| HSV(B) | 53.65º | 0.74% | 0.55% | - |
| XYZ | 18.98 | 21.4 | 4.8 | - |
| YUV | 121.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 36 | 0 | 0.08 | 0.74 | 0.45 | 53.65 | 0.59 | 0.35 |
| Hex | 8C | 81 | 24 | 0 | 8 | 4A | 2D | 36 | 3B | 23 |
| Octal | 214 | 201 | 44 | 0 | 10 | 112 | 55 | 66 | 73 | 43 |
| Binary | 10001100 | 10000001 | 100100 | 0 | 1000 | 1001010 | 101101 | 110110 | 111011 | 100011 |
Color Harmonies of #8C8124
Complementary color
Monochromatic Colors of #8C8124
Black with #8C8124
Text Example
Text Example
White with #8C8124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8124; }
p { color: rgb(140,129,36); }
H1.HeaderClassName
{
color: #8C8124;
}
.AnyTagClassName
{
color: #8C8124;
}
</style>
background-color css
<style>
a { background-color: #8C8124; }
a { background-color: rgb(140,129,36); }
div.DivClassName
{
background-color: #8C8124;
}
.BgClassName
{
background-color: #8C8124;
}
</style>
border-color css
<style>
span { border-color: #8C8124; }
span { border-color: rgb(140,129,36); }
td.TdClassName
{
border-color: #8C8124;
}
.TagClassName
{
border-color: #8C8124;
}
</style>