Shades of Lemon Ginger #987D36
Tints of Lemon Ginger #987D36
RGB
CMYK
RGB Variations
Color information
#987D36 (or 0x987D36) is known color: Lemon Ginger. HEX triplet: 98, 7D and 36. RGB value is (152,125,54). Sum of RGB (Red+Green+Blue) = 152+125+54=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #987D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D36 is #6782C9. Grayscale: #7D7D7D. Windows color (decimal): -6783690 or 3571096. OLE color: 3571096.
HSL color Cylindrical-coordinate representation of color #987D36: hue angle of 43.47º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #987D36 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 54 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.40 |
| HSL | 43.47º | 0.48% | 0.4% | - |
| HSV(B) | 43.47º | 0.64% | 0.6% | - |
| XYZ | 20.95 | 21.61 | 6.56 | - |
| YUV | 124.98 | 87.95 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 54 | 0 | 0.18 | 0.64 | 0.40 | 43.47 | 0.48 | 0.4 |
| Hex | 98 | 7D | 36 | 0 | 12 | 40 | 28 | 2B | 30 | 28 |
| Octal | 230 | 175 | 66 | 0 | 22 | 100 | 50 | 53 | 60 | 50 |
| Binary | 10011000 | 1111101 | 110110 | 0 | 10010 | 1000000 | 101000 | 101011 | 110000 | 101000 |
Color Harmonies of #987D36
Complementary color
Monochromatic Colors of #987D36
Black with #987D36
Text Example
Text Example
White with #987D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D36; }
p { color: rgb(152,125,54); }
H1.HeaderClassName
{
color: #987D36;
}
.AnyTagClassName
{
color: #987D36;
}
</style>
background-color css
<style>
a { background-color: #987D36; }
a { background-color: rgb(152,125,54); }
div.DivClassName
{
background-color: #987D36;
}
.BgClassName
{
background-color: #987D36;
}
</style>
border-color css
<style>
span { border-color: #987D36; }
span { border-color: rgb(152,125,54); }
td.TdClassName
{
border-color: #987D36;
}
.TagClassName
{
border-color: #987D36;
}
</style>