Shades of Lemon Ginger #8C822C
Tints of Lemon Ginger #8C822C
RGB
CMYK
RGB Variations
Color information
#8C822C (or 0x8C822C) is known color: Lemon Ginger. HEX triplet: 8C, 82 and 2C. RGB value is (140,130,44). Sum of RGB (Red+Green+Blue) = 140+130+44=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C822C is #737DD3. Grayscale: #7B7B7B. Windows color (decimal): -7568852 or 2917004. OLE color: 2917004.
HSL color Cylindrical-coordinate representation of color #8C822C: hue angle of 53.75º degrees, saturation: 0.52, 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 #8C822C is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 44 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.45 |
| HSL | 53.75º | 0.52% | 0.36% | - |
| HSV(B) | 53.75º | 0.69% | 0.55% | - |
| XYZ | 19.25 | 21.72 | 5.56 | - |
| YUV | 123.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 44 | 0 | 0.07 | 0.69 | 0.45 | 53.75 | 0.52 | 0.36 |
| Hex | 8C | 82 | 2C | 0 | 7 | 45 | 2D | 36 | 34 | 24 |
| Octal | 214 | 202 | 54 | 0 | 7 | 105 | 55 | 66 | 64 | 44 |
| Binary | 10001100 | 10000010 | 101100 | 0 | 111 | 1000101 | 101101 | 110110 | 110100 | 100100 |
Color Harmonies of #8C822C
Complementary color
Monochromatic Colors of #8C822C
Black with #8C822C
Text Example
Text Example
White with #8C822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C822C; }
p { color: rgb(140,130,44); }
H1.HeaderClassName
{
color: #8C822C;
}
.AnyTagClassName
{
color: #8C822C;
}
</style>
background-color css
<style>
a { background-color: #8C822C; }
a { background-color: rgb(140,130,44); }
div.DivClassName
{
background-color: #8C822C;
}
.BgClassName
{
background-color: #8C822C;
}
</style>
border-color css
<style>
span { border-color: #8C822C; }
span { border-color: rgb(140,130,44); }
td.TdClassName
{
border-color: #8C822C;
}
.TagClassName
{
border-color: #8C822C;
}
</style>