Shades of Lemon Ginger #8C822D
Tints of Lemon Ginger #8C822D
RGB
CMYK
RGB Variations
Color information
#8C822D (or 0x8C822D) is known color: Lemon Ginger. HEX triplet: 8C, 82 and 2D. RGB value is (140,130,45). Sum of RGB (Red+Green+Blue) = 140+130+45=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C822D is #737DD2. Grayscale: #7B7B7B. Windows color (decimal): -7568851 or 2982540. OLE color: 2982540.
HSL color Cylindrical-coordinate representation of color #8C822D: hue angle of 53.68º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C822D is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 45 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.45 |
| HSL | 53.68º | 0.51% | 0.36% | - |
| HSV(B) | 53.68º | 0.68% | 0.55% | - |
| XYZ | 19.27 | 21.73 | 5.66 | - |
| YUV | 123.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 45 | 0 | 0.07 | 0.68 | 0.45 | 53.68 | 0.51 | 0.36 |
| Hex | 8C | 82 | 2D | 0 | 7 | 44 | 2D | 36 | 33 | 24 |
| Octal | 214 | 202 | 55 | 0 | 7 | 104 | 55 | 66 | 63 | 44 |
| Binary | 10001100 | 10000010 | 101101 | 0 | 111 | 1000100 | 101101 | 110110 | 110011 | 100100 |
Color Harmonies of #8C822D
Complementary color
Monochromatic Colors of #8C822D
Black with #8C822D
Text Example
Text Example
White with #8C822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C822D; }
p { color: rgb(140,130,45); }
H1.HeaderClassName
{
color: #8C822D;
}
.AnyTagClassName
{
color: #8C822D;
}
</style>
background-color css
<style>
a { background-color: #8C822D; }
a { background-color: rgb(140,130,45); }
div.DivClassName
{
background-color: #8C822D;
}
.BgClassName
{
background-color: #8C822D;
}
</style>
border-color css
<style>
span { border-color: #8C822D; }
span { border-color: rgb(140,130,45); }
td.TdClassName
{
border-color: #8C822D;
}
.TagClassName
{
border-color: #8C822D;
}
</style>