Shades of Lemon Ginger #8C822A
Tints of Lemon Ginger #8C822A
RGB
CMYK
RGB Variations
Color information
#8C822A (or 0x8C822A) is known color: Lemon Ginger. HEX triplet: 8C, 82 and 2A. RGB value is (140,130,42). Sum of RGB (Red+Green+Blue) = 140+130+42=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C822A is #737DD5. Grayscale: #7B7B7B. Windows color (decimal): -7568854 or 2785932. OLE color: 2785932.
HSL color Cylindrical-coordinate representation of color #8C822A: hue angle of 53.88º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C822A is Cyan = 0, Magento = 0.07, Yellow = 0.7 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 42 | - |
| CMYK | 0 | 0.07 | 0.7 | 0.45 |
| HSL | 53.88º | 0.54% | 0.36% | - |
| HSV(B) | 53.88º | 0.7% | 0.55% | - |
| XYZ | 19.22 | 21.71 | 5.37 | - |
| YUV | 122.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 42 | 0 | 0.07 | 0.7 | 0.45 | 53.88 | 0.54 | 0.36 |
| Hex | 8C | 82 | 2A | 0 | 7 | 46 | 2D | 36 | 36 | 24 |
| Octal | 214 | 202 | 52 | 0 | 7 | 106 | 55 | 66 | 66 | 44 |
| Binary | 10001100 | 10000010 | 101010 | 0 | 111 | 1000110 | 101101 | 110110 | 110110 | 100100 |
Color Harmonies of #8C822A
Complementary color
Monochromatic Colors of #8C822A
Black with #8C822A
Text Example
Text Example
White with #8C822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C822A; }
p { color: rgb(140,130,42); }
H1.HeaderClassName
{
color: #8C822A;
}
.AnyTagClassName
{
color: #8C822A;
}
</style>
background-color css
<style>
a { background-color: #8C822A; }
a { background-color: rgb(140,130,42); }
div.DivClassName
{
background-color: #8C822A;
}
.BgClassName
{
background-color: #8C822A;
}
</style>
border-color css
<style>
span { border-color: #8C822A; }
span { border-color: rgb(140,130,42); }
td.TdClassName
{
border-color: #8C822A;
}
.TagClassName
{
border-color: #8C822A;
}
</style>