Shades of Lemon Ginger #8B842D
Tints of Lemon Ginger #8B842D
RGB
CMYK
RGB Variations
Color information
#8B842D (or 0x8B842D) is known color: Lemon Ginger. HEX triplet: 8B, 84 and 2D. RGB value is (139,132,45). Sum of RGB (Red+Green+Blue) = 139+132+45=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B842D is #747BD2. Grayscale: #7C7C7C. Windows color (decimal): -7633875 or 2983051. OLE color: 2983051.
HSL color Cylindrical-coordinate representation of color #8B842D: hue angle of 55.53º 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 #8B842D is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 45 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.45 |
| HSL | 55.53º | 0.51% | 0.36% | - |
| HSV(B) | 55.53º | 0.68% | 0.55% | - |
| XYZ | 19.37 | 22.18 | 5.74 | - |
| YUV | 124.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 45 | 0 | 0.05 | 0.68 | 0.45 | 55.53 | 0.51 | 0.36 |
| Hex | 8B | 84 | 2D | 0 | 5 | 44 | 2D | 38 | 33 | 24 |
| Octal | 213 | 204 | 55 | 0 | 5 | 104 | 55 | 70 | 63 | 44 |
| Binary | 10001011 | 10000100 | 101101 | 0 | 101 | 1000100 | 101101 | 111000 | 110011 | 100100 |
Color Harmonies of #8B842D
Complementary color
Monochromatic Colors of #8B842D
Black with #8B842D
Text Example
Text Example
White with #8B842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B842D; }
p { color: rgb(139,132,45); }
H1.HeaderClassName
{
color: #8B842D;
}
.AnyTagClassName
{
color: #8B842D;
}
</style>
background-color css
<style>
a { background-color: #8B842D; }
a { background-color: rgb(139,132,45); }
div.DivClassName
{
background-color: #8B842D;
}
.BgClassName
{
background-color: #8B842D;
}
</style>
border-color css
<style>
span { border-color: #8B842D; }
span { border-color: rgb(139,132,45); }
td.TdClassName
{
border-color: #8B842D;
}
.TagClassName
{
border-color: #8B842D;
}
</style>