Shades of Lemon Ginger #8B822E
Tints of Lemon Ginger #8B822E
RGB
CMYK
RGB Variations
Color information
#8B822E (or 0x8B822E) is known color: Lemon Ginger. HEX triplet: 8B, 82 and 2E. RGB value is (139,130,46). Sum of RGB (Red+Green+Blue) = 139+130+46=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B822E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B822E is #747DD1. Grayscale: #7B7B7B. Windows color (decimal): -7634386 or 3048075. OLE color: 3048075.
HSL color Cylindrical-coordinate representation of color #8B822E: hue angle of 54.19º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B822E is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 130 | 46 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.45 |
| HSL | 54.19º | 0.5% | 0.36% | - |
| HSV(B) | 54.19º | 0.67% | 0.55% | - |
| XYZ | 19.12 | 21.65 | 5.76 | - |
| YUV | 123.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 46 | 0 | 0.06 | 0.67 | 0.45 | 54.19 | 0.5 | 0.36 |
| Hex | 8B | 82 | 2E | 0 | 6 | 43 | 2D | 36 | 32 | 24 |
| Octal | 213 | 202 | 56 | 0 | 6 | 103 | 55 | 66 | 62 | 44 |
| Binary | 10001011 | 10000010 | 101110 | 0 | 110 | 1000011 | 101101 | 110110 | 110010 | 100100 |
Color Harmonies of #8B822E
Complementary color
Monochromatic Colors of #8B822E
Black with #8B822E
Text Example
Text Example
White with #8B822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B822E; }
p { color: rgb(139,130,46); }
H1.HeaderClassName
{
color: #8B822E;
}
.AnyTagClassName
{
color: #8B822E;
}
</style>
background-color css
<style>
a { background-color: #8B822E; }
a { background-color: rgb(139,130,46); }
div.DivClassName
{
background-color: #8B822E;
}
.BgClassName
{
background-color: #8B822E;
}
</style>
border-color css
<style>
span { border-color: #8B822E; }
span { border-color: rgb(139,130,46); }
td.TdClassName
{
border-color: #8B822E;
}
.TagClassName
{
border-color: #8B822E;
}
</style>