Shades of Lemon Ginger #987C33
Tints of Lemon Ginger #987C33
RGB
CMYK
RGB Variations
Color information
#987C33 (or 0x987C33) is known color: Lemon Ginger. HEX triplet: 98, 7C and 33. RGB value is (152,124,51). Sum of RGB (Red+Green+Blue) = 152+124+51=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #987C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C33 is #6783CC. Grayscale: #7C7C7C. Windows color (decimal): -6783949 or 3374232. OLE color: 3374232.
HSL color Cylindrical-coordinate representation of color #987C33: hue angle of 43.37º 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 #987C33 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 51 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.40 |
| HSL | 43.37º | 0.5% | 0.4% | - |
| HSV(B) | 43.37º | 0.66% | 0.6% | - |
| XYZ | 20.75 | 21.33 | 6.16 | - |
| YUV | 124.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 51 | 0 | 0.18 | 0.66 | 0.40 | 43.37 | 0.5 | 0.4 |
| Hex | 98 | 7C | 33 | 0 | 12 | 42 | 28 | 2B | 32 | 28 |
| Octal | 230 | 174 | 63 | 0 | 22 | 102 | 50 | 53 | 62 | 50 |
| Binary | 10011000 | 1111100 | 110011 | 0 | 10010 | 1000010 | 101000 | 101011 | 110010 | 101000 |
Color Harmonies of #987C33
Complementary color
Monochromatic Colors of #987C33
Black with #987C33
Text Example
Text Example
White with #987C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C33; }
p { color: rgb(152,124,51); }
H1.HeaderClassName
{
color: #987C33;
}
.AnyTagClassName
{
color: #987C33;
}
</style>
background-color css
<style>
a { background-color: #987C33; }
a { background-color: rgb(152,124,51); }
div.DivClassName
{
background-color: #987C33;
}
.BgClassName
{
background-color: #987C33;
}
</style>
border-color css
<style>
span { border-color: #987C33; }
span { border-color: rgb(152,124,51); }
td.TdClassName
{
border-color: #987C33;
}
.TagClassName
{
border-color: #987C33;
}
</style>