Shades of Lemon Ginger #8B842F
Tints of Lemon Ginger #8B842F
RGB
CMYK
RGB Variations
Color information
#8B842F (or 0x8B842F) is known color: Lemon Ginger. HEX triplet: 8B, 84 and 2F. RGB value is (139,132,47). Sum of RGB (Red+Green+Blue) = 139+132+47=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B842F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B842F is #747BD0. Grayscale: #7C7C7C. Windows color (decimal): -7633873 or 3114123. OLE color: 3114123.
HSL color Cylindrical-coordinate representation of color #8B842F: hue angle of 55.43º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B842F is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 47 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.45 |
| HSL | 55.43º | 0.49% | 0.36% | - |
| HSV(B) | 55.43º | 0.66% | 0.55% | - |
| XYZ | 19.41 | 22.2 | 5.95 | - |
| YUV | 124.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 47 | 0 | 0.05 | 0.66 | 0.45 | 55.43 | 0.49 | 0.36 |
| Hex | 8B | 84 | 2F | 0 | 5 | 42 | 2D | 37 | 31 | 24 |
| Octal | 213 | 204 | 57 | 0 | 5 | 102 | 55 | 67 | 61 | 44 |
| Binary | 10001011 | 10000100 | 101111 | 0 | 101 | 1000010 | 101101 | 110111 | 110001 | 100100 |
Color Harmonies of #8B842F
Complementary color
Monochromatic Colors of #8B842F
Black with #8B842F
Text Example
Text Example
White with #8B842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B842F; }
p { color: rgb(139,132,47); }
H1.HeaderClassName
{
color: #8B842F;
}
.AnyTagClassName
{
color: #8B842F;
}
</style>
background-color css
<style>
a { background-color: #8B842F; }
a { background-color: rgb(139,132,47); }
div.DivClassName
{
background-color: #8B842F;
}
.BgClassName
{
background-color: #8B842F;
}
</style>
border-color css
<style>
span { border-color: #8B842F; }
span { border-color: rgb(139,132,47); }
td.TdClassName
{
border-color: #8B842F;
}
.TagClassName
{
border-color: #8B842F;
}
</style>