Shades of Lemon Ginger #8D891B
Tints of Lemon Ginger #8D891B
RGB
CMYK
RGB Variations
Color information
#8D891B (or 0x8D891B) is known color: Lemon Ginger. HEX triplet: 8D, 89 and 1B. RGB value is (141,137,27). Sum of RGB (Red+Green+Blue) = 141+137+27=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D891B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D891B is #7276E4. Grayscale: #7E7E7E. Windows color (decimal): -7501541 or 1804685. OLE color: 1804685.
HSL color Cylindrical-coordinate representation of color #8D891B: hue angle of 57.89º 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 #8D891B is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 27 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.45 |
| HSL | 57.89º | 0.68% | 0.33% | - |
| HSV(B) | 57.89º | 0.81% | 0.55% | - |
| XYZ | 20.13 | 23.63 | 4.54 | - |
| YUV | 125.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 27 | 0 | 0.03 | 0.81 | 0.45 | 57.89 | 0.68 | 0.33 |
| Hex | 8D | 89 | 1B | 0 | 3 | 51 | 2D | 3A | 44 | 21 |
| Octal | 215 | 211 | 33 | 0 | 3 | 121 | 55 | 72 | 104 | 41 |
| Binary | 10001101 | 10001001 | 11011 | 0 | 11 | 1010001 | 101101 | 111010 | 1000100 | 100001 |
Color Harmonies of #8D891B
Complementary color
Monochromatic Colors of #8D891B
Black with #8D891B
Text Example
Text Example
White with #8D891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D891B; }
p { color: rgb(141,137,27); }
H1.HeaderClassName
{
color: #8D891B;
}
.AnyTagClassName
{
color: #8D891B;
}
</style>
background-color css
<style>
a { background-color: #8D891B; }
a { background-color: rgb(141,137,27); }
div.DivClassName
{
background-color: #8D891B;
}
.BgClassName
{
background-color: #8D891B;
}
</style>
border-color css
<style>
span { border-color: #8D891B; }
span { border-color: rgb(141,137,27); }
td.TdClassName
{
border-color: #8D891B;
}
.TagClassName
{
border-color: #8D891B;
}
</style>