Shades of Lemon Ginger #8B842E
Tints of Lemon Ginger #8B842E
RGB
CMYK
RGB Variations
Color information
#8B842E (or 0x8B842E) is known color: Lemon Ginger. HEX triplet: 8B, 84 and 2E. RGB value is (139,132,46). Sum of RGB (Red+Green+Blue) = 139+132+46=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B842E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B842E is #747BD1. Grayscale: #7C7C7C. Windows color (decimal): -7633874 or 3048587. OLE color: 3048587.
HSL color Cylindrical-coordinate representation of color #8B842E: hue angle of 55.48º 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 #8B842E is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 46 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.45 |
| HSL | 55.48º | 0.5% | 0.36% | - |
| HSV(B) | 55.48º | 0.67% | 0.55% | - |
| XYZ | 19.39 | 22.19 | 5.85 | - |
| YUV | 124.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 46 | 0 | 0.05 | 0.67 | 0.45 | 55.48 | 0.5 | 0.36 |
| Hex | 8B | 84 | 2E | 0 | 5 | 43 | 2D | 37 | 32 | 24 |
| Octal | 213 | 204 | 56 | 0 | 5 | 103 | 55 | 67 | 62 | 44 |
| Binary | 10001011 | 10000100 | 101110 | 0 | 101 | 1000011 | 101101 | 110111 | 110010 | 100100 |
Color Harmonies of #8B842E
Complementary color
Monochromatic Colors of #8B842E
Black with #8B842E
Text Example
Text Example
White with #8B842E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B842E; }
p { color: rgb(139,132,46); }
H1.HeaderClassName
{
color: #8B842E;
}
.AnyTagClassName
{
color: #8B842E;
}
</style>
background-color css
<style>
a { background-color: #8B842E; }
a { background-color: rgb(139,132,46); }
div.DivClassName
{
background-color: #8B842E;
}
.BgClassName
{
background-color: #8B842E;
}
</style>
border-color css
<style>
span { border-color: #8B842E; }
span { border-color: rgb(139,132,46); }
td.TdClassName
{
border-color: #8B842E;
}
.TagClassName
{
border-color: #8B842E;
}
</style>