Shades of Lemon Ginger #8B832E
Tints of Lemon Ginger #8B832E
RGB
CMYK
RGB Variations
Color information
#8B832E (or 0x8B832E) is known color: Lemon Ginger. HEX triplet: 8B, 83 and 2E. RGB value is (139,131,46). Sum of RGB (Red+Green+Blue) = 139+131+46=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B832E is #747CD1. Grayscale: #7C7C7C. Windows color (decimal): -7634130 or 3048331. OLE color: 3048331.
HSL color Cylindrical-coordinate representation of color #8B832E: hue angle of 54.84º 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 #8B832E is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 131 | 46 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.45 |
| HSL | 54.84º | 0.5% | 0.36% | - |
| HSV(B) | 54.84º | 0.67% | 0.55% | - |
| XYZ | 19.26 | 21.92 | 5.8 | - |
| YUV | 123.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 131 | 46 | 0 | 0.06 | 0.67 | 0.45 | 54.84 | 0.5 | 0.36 |
| Hex | 8B | 83 | 2E | 0 | 6 | 43 | 2D | 37 | 32 | 24 |
| Octal | 213 | 203 | 56 | 0 | 6 | 103 | 55 | 67 | 62 | 44 |
| Binary | 10001011 | 10000011 | 101110 | 0 | 110 | 1000011 | 101101 | 110111 | 110010 | 100100 |
Color Harmonies of #8B832E
Complementary color
Monochromatic Colors of #8B832E
Black with #8B832E
Text Example
Text Example
White with #8B832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B832E; }
p { color: rgb(139,131,46); }
H1.HeaderClassName
{
color: #8B832E;
}
.AnyTagClassName
{
color: #8B832E;
}
</style>
background-color css
<style>
a { background-color: #8B832E; }
a { background-color: rgb(139,131,46); }
div.DivClassName
{
background-color: #8B832E;
}
.BgClassName
{
background-color: #8B832E;
}
</style>
border-color css
<style>
span { border-color: #8B832E; }
span { border-color: rgb(139,131,46); }
td.TdClassName
{
border-color: #8B832E;
}
.TagClassName
{
border-color: #8B832E;
}
</style>