Shades of Lemon Ginger #8D862F
Tints of Lemon Ginger #8D862F
RGB
CMYK
RGB Variations
Color information
#8D862F (or 0x8D862F) is known color: Lemon Ginger. HEX triplet: 8D, 86 and 2F. RGB value is (141,134,47). Sum of RGB (Red+Green+Blue) = 141+134+47=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D862F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D862F is #7279D0. Grayscale: #7E7E7E. Windows color (decimal): -7502289 or 3114637. OLE color: 3114637.
HSL color Cylindrical-coordinate representation of color #8D862F: hue angle of 55.53º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D862F is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 134 | 47 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.45 |
| HSL | 55.53º | 0.5% | 0.37% | - |
| HSV(B) | 55.53º | 0.67% | 0.55% | - |
| XYZ | 20.02 | 22.92 | 6.06 | - |
| YUV | 126.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 47 | 0 | 0.05 | 0.67 | 0.45 | 55.53 | 0.5 | 0.37 |
| Hex | 8D | 86 | 2F | 0 | 5 | 43 | 2D | 38 | 32 | 25 |
| Octal | 215 | 206 | 57 | 0 | 5 | 103 | 55 | 70 | 62 | 45 |
| Binary | 10001101 | 10000110 | 101111 | 0 | 101 | 1000011 | 101101 | 111000 | 110010 | 100101 |
Color Harmonies of #8D862F
Complementary color
Monochromatic Colors of #8D862F
Black with #8D862F
Text Example
Text Example
White with #8D862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D862F; }
p { color: rgb(141,134,47); }
H1.HeaderClassName
{
color: #8D862F;
}
.AnyTagClassName
{
color: #8D862F;
}
</style>
background-color css
<style>
a { background-color: #8D862F; }
a { background-color: rgb(141,134,47); }
div.DivClassName
{
background-color: #8D862F;
}
.BgClassName
{
background-color: #8D862F;
}
</style>
border-color css
<style>
span { border-color: #8D862F; }
span { border-color: rgb(141,134,47); }
td.TdClassName
{
border-color: #8D862F;
}
.TagClassName
{
border-color: #8D862F;
}
</style>