Shades of Lemon Ginger #987D32
Tints of Lemon Ginger #987D32
RGB
CMYK
RGB Variations
Color information
#987D32 (or 0x987D32) is known color: Lemon Ginger. HEX triplet: 98, 7D and 32. RGB value is (152,125,50). Sum of RGB (Red+Green+Blue) = 152+125+50=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #987D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D32 is #6782CD. Grayscale: #7C7C7C. Windows color (decimal): -6783694 or 3308952. OLE color: 3308952.
HSL color Cylindrical-coordinate representation of color #987D32: hue angle of 44.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #987D32 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 50 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.40 |
| HSL | 44.12º | 0.5% | 0.4% | - |
| HSV(B) | 44.12º | 0.67% | 0.6% | - |
| XYZ | 20.86 | 21.57 | 6.08 | - |
| YUV | 124.52 | 85.95 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 50 | 0 | 0.18 | 0.67 | 0.40 | 44.12 | 0.5 | 0.4 |
| Hex | 98 | 7D | 32 | 0 | 12 | 43 | 28 | 2C | 32 | 28 |
| Octal | 230 | 175 | 62 | 0 | 22 | 103 | 50 | 54 | 62 | 50 |
| Binary | 10011000 | 1111101 | 110010 | 0 | 10010 | 1000011 | 101000 | 101100 | 110010 | 101000 |
Color Harmonies of #987D32
Complementary color
Monochromatic Colors of #987D32
Black with #987D32
Text Example
Text Example
White with #987D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D32; }
p { color: rgb(152,125,50); }
H1.HeaderClassName
{
color: #987D32;
}
.AnyTagClassName
{
color: #987D32;
}
</style>
background-color css
<style>
a { background-color: #987D32; }
a { background-color: rgb(152,125,50); }
div.DivClassName
{
background-color: #987D32;
}
.BgClassName
{
background-color: #987D32;
}
</style>
border-color css
<style>
span { border-color: #987D32; }
span { border-color: rgb(152,125,50); }
td.TdClassName
{
border-color: #987D32;
}
.TagClassName
{
border-color: #987D32;
}
</style>