Shades of Lemon Ginger #988D2E
Tints of Lemon Ginger #988D2E
RGB
CMYK
RGB Variations
Color information
#988D2E (or 0x988D2E) is known color: Lemon Ginger. HEX triplet: 98, 8D and 2E. RGB value is (152,141,46). Sum of RGB (Red+Green+Blue) = 152+141+46=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #988D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D2E is #6772D1. Grayscale: #858585. Windows color (decimal): -6779602 or 3050904. OLE color: 3050904.
HSL color Cylindrical-coordinate representation of color #988D2E: hue angle of 53.77º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #988D2E is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 141 | 46 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.40 |
| HSL | 53.77º | 0.54% | 0.39% | - |
| HSV(B) | 53.77º | 0.7% | 0.6% | - |
| XYZ | 22.97 | 25.92 | 6.38 | - |
| YUV | 133.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 46 | 0 | 0.07 | 0.70 | 0.40 | 53.77 | 0.54 | 0.39 |
| Hex | 98 | 8D | 2E | 0 | 7 | 46 | 28 | 36 | 36 | 27 |
| Octal | 230 | 215 | 56 | 0 | 7 | 106 | 50 | 66 | 66 | 47 |
| Binary | 10011000 | 10001101 | 101110 | 0 | 111 | 1000110 | 101000 | 110110 | 110110 | 100111 |
Color Harmonies of #988D2E
Complementary color
Monochromatic Colors of #988D2E
Black with #988D2E
Text Example
Text Example
White with #988D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988D2E; }
p { color: rgb(152,141,46); }
H1.HeaderClassName
{
color: #988D2E;
}
.AnyTagClassName
{
color: #988D2E;
}
</style>
background-color css
<style>
a { background-color: #988D2E; }
a { background-color: rgb(152,141,46); }
div.DivClassName
{
background-color: #988D2E;
}
.BgClassName
{
background-color: #988D2E;
}
</style>
border-color css
<style>
span { border-color: #988D2E; }
span { border-color: rgb(152,141,46); }
td.TdClassName
{
border-color: #988D2E;
}
.TagClassName
{
border-color: #988D2E;
}
</style>