Shades of Lemon Ginger #8D881B
Tints of Lemon Ginger #8D881B
RGB
CMYK
RGB Variations
Color information
#8D881B (or 0x8D881B) is known color: Lemon Ginger. HEX triplet: 8D, 88 and 1B. RGB value is (141,136,27). Sum of RGB (Red+Green+Blue) = 141+136+27=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D881B is #7277E4. Grayscale: #7D7D7D. Windows color (decimal): -7501797 or 1804429. OLE color: 1804429.
HSL color Cylindrical-coordinate representation of color #8D881B: hue angle of 57.37º 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 #8D881B is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 136 | 27 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.45 |
| HSL | 57.37º | 0.68% | 0.33% | - |
| HSV(B) | 57.37º | 0.81% | 0.55% | - |
| XYZ | 19.99 | 23.35 | 4.49 | - |
| YUV | 125.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 27 | 0 | 0.04 | 0.81 | 0.45 | 57.37 | 0.68 | 0.33 |
| Hex | 8D | 88 | 1B | 0 | 4 | 51 | 2D | 39 | 44 | 21 |
| Octal | 215 | 210 | 33 | 0 | 4 | 121 | 55 | 71 | 104 | 41 |
| Binary | 10001101 | 10001000 | 11011 | 0 | 100 | 1010001 | 101101 | 111001 | 1000100 | 100001 |
Color Harmonies of #8D881B
Complementary color
Monochromatic Colors of #8D881B
Black with #8D881B
Text Example
Text Example
White with #8D881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D881B; }
p { color: rgb(141,136,27); }
H1.HeaderClassName
{
color: #8D881B;
}
.AnyTagClassName
{
color: #8D881B;
}
</style>
background-color css
<style>
a { background-color: #8D881B; }
a { background-color: rgb(141,136,27); }
div.DivClassName
{
background-color: #8D881B;
}
.BgClassName
{
background-color: #8D881B;
}
</style>
border-color css
<style>
span { border-color: #8D881B; }
span { border-color: rgb(141,136,27); }
td.TdClassName
{
border-color: #8D881B;
}
.TagClassName
{
border-color: #8D881B;
}
</style>