Shades of Lemon Ginger #8D871B
Tints of Lemon Ginger #8D871B
RGB
CMYK
RGB Variations
Color information
#8D871B (or 0x8D871B) is known color: Lemon Ginger. HEX triplet: 8D, 87 and 1B. RGB value is (141,135,27). Sum of RGB (Red+Green+Blue) = 141+135+27=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D871B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D871B is #7278E4. Grayscale: #7C7C7C. Windows color (decimal): -7502053 or 1804173. OLE color: 1804173.
HSL color Cylindrical-coordinate representation of color #8D871B: hue angle of 56.84º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D871B is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 135 | 27 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.45 |
| HSL | 56.84º | 0.68% | 0.33% | - |
| HSV(B) | 56.84º | 0.81% | 0.55% | - |
| XYZ | 19.85 | 23.07 | 4.44 | - |
| YUV | 124.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 27 | 0 | 0.04 | 0.81 | 0.45 | 56.84 | 0.68 | 0.33 |
| Hex | 8D | 87 | 1B | 0 | 4 | 51 | 2D | 39 | 44 | 21 |
| Octal | 215 | 207 | 33 | 0 | 4 | 121 | 55 | 71 | 104 | 41 |
| Binary | 10001101 | 10000111 | 11011 | 0 | 100 | 1010001 | 101101 | 111001 | 1000100 | 100001 |
Color Harmonies of #8D871B
Complementary color
Monochromatic Colors of #8D871B
Black with #8D871B
Text Example
Text Example
White with #8D871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D871B; }
p { color: rgb(141,135,27); }
H1.HeaderClassName
{
color: #8D871B;
}
.AnyTagClassName
{
color: #8D871B;
}
</style>
background-color css
<style>
a { background-color: #8D871B; }
a { background-color: rgb(141,135,27); }
div.DivClassName
{
background-color: #8D871B;
}
.BgClassName
{
background-color: #8D871B;
}
</style>
border-color css
<style>
span { border-color: #8D871B; }
span { border-color: rgb(141,135,27); }
td.TdClassName
{
border-color: #8D871B;
}
.TagClassName
{
border-color: #8D871B;
}
</style>