Shades of Lemon Ginger #8D852B
Tints of Lemon Ginger #8D852B
RGB
CMYK
RGB Variations
Color information
#8D852B (or 0x8D852B) is known color: Lemon Ginger. HEX triplet: 8D, 85 and 2B. RGB value is (141,133,43). Sum of RGB (Red+Green+Blue) = 141+133+43=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D852B is #727AD4. Grayscale: #7D7D7D. Windows color (decimal): -7502549 or 2852237. OLE color: 2852237.
HSL color Cylindrical-coordinate representation of color #8D852B: hue angle of 55.1º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D852B is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 43 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.45 |
| HSL | 55.1º | 0.53% | 0.36% | - |
| HSV(B) | 55.1º | 0.7% | 0.55% | - |
| XYZ | 19.81 | 22.61 | 5.61 | - |
| YUV | 125.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 43 | 0 | 0.06 | 0.70 | 0.45 | 55.1 | 0.53 | 0.36 |
| Hex | 8D | 85 | 2B | 0 | 6 | 46 | 2D | 37 | 35 | 24 |
| Octal | 215 | 205 | 53 | 0 | 6 | 106 | 55 | 67 | 65 | 44 |
| Binary | 10001101 | 10000101 | 101011 | 0 | 110 | 1000110 | 101101 | 110111 | 110101 | 100100 |
Color Harmonies of #8D852B
Complementary color
Monochromatic Colors of #8D852B
Black with #8D852B
Text Example
Text Example
White with #8D852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D852B; }
p { color: rgb(141,133,43); }
H1.HeaderClassName
{
color: #8D852B;
}
.AnyTagClassName
{
color: #8D852B;
}
</style>
background-color css
<style>
a { background-color: #8D852B; }
a { background-color: rgb(141,133,43); }
div.DivClassName
{
background-color: #8D852B;
}
.BgClassName
{
background-color: #8D852B;
}
</style>
border-color css
<style>
span { border-color: #8D852B; }
span { border-color: rgb(141,133,43); }
td.TdClassName
{
border-color: #8D852B;
}
.TagClassName
{
border-color: #8D852B;
}
</style>