Shades of Lemon Ginger #987D2F
Tints of Lemon Ginger #987D2F
RGB
CMYK
RGB Variations
Color information
#987D2F (or 0x987D2F) is known color: Lemon Ginger. HEX triplet: 98, 7D and 2F. RGB value is (152,125,47). Sum of RGB (Red+Green+Blue) = 152+125+47=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #987D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D2F is #6782D0. Grayscale: #7C7C7C. Windows color (decimal): -6783697 or 3112344. OLE color: 3112344.
HSL color Cylindrical-coordinate representation of color #987D2F: hue angle of 44.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #987D2F is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 47 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.40 |
| HSL | 44.57º | 0.53% | 0.39% | - |
| HSV(B) | 44.57º | 0.69% | 0.6% | - |
| XYZ | 20.8 | 21.55 | 5.75 | - |
| YUV | 124.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 47 | 0 | 0.18 | 0.69 | 0.40 | 44.57 | 0.53 | 0.39 |
| Hex | 98 | 7D | 2F | 0 | 12 | 45 | 28 | 2D | 35 | 27 |
| Octal | 230 | 175 | 57 | 0 | 22 | 105 | 50 | 55 | 65 | 47 |
| Binary | 10011000 | 1111101 | 101111 | 0 | 10010 | 1000101 | 101000 | 101101 | 110101 | 100111 |
Color Harmonies of #987D2F
Complementary color
Monochromatic Colors of #987D2F
Black with #987D2F
Text Example
Text Example
White with #987D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D2F; }
p { color: rgb(152,125,47); }
H1.HeaderClassName
{
color: #987D2F;
}
.AnyTagClassName
{
color: #987D2F;
}
</style>
background-color css
<style>
a { background-color: #987D2F; }
a { background-color: rgb(152,125,47); }
div.DivClassName
{
background-color: #987D2F;
}
.BgClassName
{
background-color: #987D2F;
}
</style>
border-color css
<style>
span { border-color: #987D2F; }
span { border-color: rgb(152,125,47); }
td.TdClassName
{
border-color: #987D2F;
}
.TagClassName
{
border-color: #987D2F;
}
</style>