Shades of Lemon Ginger #8B842B
Tints of Lemon Ginger #8B842B
RGB
CMYK
RGB Variations
Color information
#8B842B (or 0x8B842B) is known color: Lemon Ginger. HEX triplet: 8B, 84 and 2B. RGB value is (139,132,43). Sum of RGB (Red+Green+Blue) = 139+132+43=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B842B is #747BD4. Grayscale: #7C7C7C. Windows color (decimal): -7633877 or 2851979. OLE color: 2851979.
HSL color Cylindrical-coordinate representation of color #8B842B: hue angle of 55.62º degrees, saturation: 0.53, 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 #8B842B is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 43 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.45 |
| HSL | 55.63º | 0.53% | 0.36% | - |
| HSV(B) | 55.63º | 0.69% | 0.55% | - |
| XYZ | 19.33 | 22.17 | 5.54 | - |
| YUV | 123.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 43 | 0 | 0.05 | 0.69 | 0.45 | 55.63 | 0.53 | 0.36 |
| Hex | 8B | 84 | 2B | 0 | 5 | 45 | 2D | 38 | 35 | 24 |
| Octal | 213 | 204 | 53 | 0 | 5 | 105 | 55 | 70 | 65 | 44 |
| Binary | 10001011 | 10000100 | 101011 | 0 | 101 | 1000101 | 101101 | 111000 | 110101 | 100100 |
Color Harmonies of #8B842B
Complementary color
Monochromatic Colors of #8B842B
Black with #8B842B
Text Example
Text Example
White with #8B842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B842B; }
p { color: rgb(139,132,43); }
H1.HeaderClassName
{
color: #8B842B;
}
.AnyTagClassName
{
color: #8B842B;
}
</style>
background-color css
<style>
a { background-color: #8B842B; }
a { background-color: rgb(139,132,43); }
div.DivClassName
{
background-color: #8B842B;
}
.BgClassName
{
background-color: #8B842B;
}
</style>
border-color css
<style>
span { border-color: #8B842B; }
span { border-color: rgb(139,132,43); }
td.TdClassName
{
border-color: #8B842B;
}
.TagClassName
{
border-color: #8B842B;
}
</style>