Shades of Lemon Ginger #987D33
Tints of Lemon Ginger #987D33
RGB
CMYK
RGB Variations
Color information
#987D33 (or 0x987D33) is known color: Lemon Ginger. HEX triplet: 98, 7D and 33. RGB value is (152,125,51). Sum of RGB (Red+Green+Blue) = 152+125+51=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #987D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D33 is #6782CC. Grayscale: #7C7C7C. Windows color (decimal): -6783693 or 3374488. OLE color: 3374488.
HSL color Cylindrical-coordinate representation of color #987D33: hue angle of 43.96º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #987D33 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 51 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.40 |
| HSL | 43.96º | 0.5% | 0.4% | - |
| HSV(B) | 43.96º | 0.66% | 0.6% | - |
| XYZ | 20.88 | 21.58 | 6.2 | - |
| YUV | 124.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 51 | 0 | 0.18 | 0.66 | 0.40 | 43.96 | 0.5 | 0.4 |
| Hex | 98 | 7D | 33 | 0 | 12 | 42 | 28 | 2C | 32 | 28 |
| Octal | 230 | 175 | 63 | 0 | 22 | 102 | 50 | 54 | 62 | 50 |
| Binary | 10011000 | 1111101 | 110011 | 0 | 10010 | 1000010 | 101000 | 101100 | 110010 | 101000 |
Color Harmonies of #987D33
Complementary color
Monochromatic Colors of #987D33
Black with #987D33
Text Example
Text Example
White with #987D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D33; }
p { color: rgb(152,125,51); }
H1.HeaderClassName
{
color: #987D33;
}
.AnyTagClassName
{
color: #987D33;
}
</style>
background-color css
<style>
a { background-color: #987D33; }
a { background-color: rgb(152,125,51); }
div.DivClassName
{
background-color: #987D33;
}
.BgClassName
{
background-color: #987D33;
}
</style>
border-color css
<style>
span { border-color: #987D33; }
span { border-color: rgb(152,125,51); }
td.TdClassName
{
border-color: #987D33;
}
.TagClassName
{
border-color: #987D33;
}
</style>