Shades of Lemon Ginger #987F37
Tints of Lemon Ginger #987F37
RGB
CMYK
RGB Variations
Color information
#987F37 (or 0x987F37) is known color: Lemon Ginger. HEX triplet: 98, 7F and 37. RGB value is (152,127,55). Sum of RGB (Red+Green+Blue) = 152+127+55=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #987F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987F37 is #6780C8. Grayscale: #7E7E7E. Windows color (decimal): -6783177 or 3637144. OLE color: 3637144.
HSL color Cylindrical-coordinate representation of color #987F37: hue angle of 44.54º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #987F37 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 55 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.40 |
| HSL | 44.54º | 0.47% | 0.41% | - |
| HSV(B) | 44.54º | 0.64% | 0.6% | - |
| XYZ | 21.23 | 22.13 | 6.77 | - |
| YUV | 126.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 55 | 0 | 0.16 | 0.64 | 0.40 | 44.54 | 0.47 | 0.41 |
| Hex | 98 | 7F | 37 | 0 | 10 | 40 | 28 | 2D | 2F | 29 |
| Octal | 230 | 177 | 67 | 0 | 20 | 100 | 50 | 55 | 57 | 51 |
| Binary | 10011000 | 1111111 | 110111 | 0 | 10000 | 1000000 | 101000 | 101101 | 101111 | 101001 |
Color Harmonies of #987F37
Complementary color
Monochromatic Colors of #987F37
Black with #987F37
Text Example
Text Example
White with #987F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F37; }
p { color: rgb(152,127,55); }
H1.HeaderClassName
{
color: #987F37;
}
.AnyTagClassName
{
color: #987F37;
}
</style>
background-color css
<style>
a { background-color: #987F37; }
a { background-color: rgb(152,127,55); }
div.DivClassName
{
background-color: #987F37;
}
.BgClassName
{
background-color: #987F37;
}
</style>
border-color css
<style>
span { border-color: #987F37; }
span { border-color: rgb(152,127,55); }
td.TdClassName
{
border-color: #987F37;
}
.TagClassName
{
border-color: #987F37;
}
</style>