Shades of Lemon Ginger #987E28
Tints of Lemon Ginger #987E28
RGB
CMYK
RGB Variations
Color information
#987E28 (or 0x987E28) is known color: Lemon Ginger. HEX triplet: 98, 7E and 28. RGB value is (152,126,40). Sum of RGB (Red+Green+Blue) = 152+126+40=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #987E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987E28 is #6781D7. Grayscale: #7C7C7C. Windows color (decimal): -6783448 or 2653848. OLE color: 2653848.
HSL color Cylindrical-coordinate representation of color #987E28: hue angle of 46.07º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #987E28 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 40 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.40 |
| HSL | 46.07º | 0.58% | 0.38% | - |
| HSV(B) | 46.07º | 0.74% | 0.6% | - |
| XYZ | 20.79 | 21.75 | 5.11 | - |
| YUV | 123.97 | 80.61 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 40 | 0 | 0.17 | 0.74 | 0.40 | 46.07 | 0.58 | 0.38 |
| Hex | 98 | 7E | 28 | 0 | 11 | 4A | 28 | 2E | 3A | 26 |
| Octal | 230 | 176 | 50 | 0 | 21 | 112 | 50 | 56 | 72 | 46 |
| Binary | 10011000 | 1111110 | 101000 | 0 | 10001 | 1001010 | 101000 | 101110 | 111010 | 100110 |
Color Harmonies of #987E28
Complementary color
Monochromatic Colors of #987E28
Black with #987E28
Text Example
Text Example
White with #987E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E28; }
p { color: rgb(152,126,40); }
H1.HeaderClassName
{
color: #987E28;
}
.AnyTagClassName
{
color: #987E28;
}
</style>
background-color css
<style>
a { background-color: #987E28; }
a { background-color: rgb(152,126,40); }
div.DivClassName
{
background-color: #987E28;
}
.BgClassName
{
background-color: #987E28;
}
</style>
border-color css
<style>
span { border-color: #987E28; }
span { border-color: rgb(152,126,40); }
td.TdClassName
{
border-color: #987E28;
}
.TagClassName
{
border-color: #987E28;
}
</style>