Shades of Lemon Ginger #988C2E
Tints of Lemon Ginger #988C2E
RGB
CMYK
RGB Variations
Color information
#988C2E (or 0x988C2E) is known color: Lemon Ginger. HEX triplet: 98, 8C and 2E. RGB value is (152,140,46). Sum of RGB (Red+Green+Blue) = 152+140+46=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #988C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C2E is #6773D1. Grayscale: #858585. Windows color (decimal): -6779858 or 3050648. OLE color: 3050648.
HSL color Cylindrical-coordinate representation of color #988C2E: hue angle of 53.21º 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 #988C2E is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 46 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.40 |
| HSL | 53.21º | 0.54% | 0.39% | - |
| HSV(B) | 53.21º | 0.7% | 0.6% | - |
| XYZ | 22.82 | 25.63 | 6.33 | - |
| YUV | 132.87 | 78.98 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 46 | 0 | 0.08 | 0.70 | 0.40 | 53.21 | 0.54 | 0.39 |
| Hex | 98 | 8C | 2E | 0 | 8 | 46 | 28 | 35 | 36 | 27 |
| Octal | 230 | 214 | 56 | 0 | 10 | 106 | 50 | 65 | 66 | 47 |
| Binary | 10011000 | 10001100 | 101110 | 0 | 1000 | 1000110 | 101000 | 110101 | 110110 | 100111 |
Color Harmonies of #988C2E
Complementary color
Monochromatic Colors of #988C2E
Black with #988C2E
Text Example
Text Example
White with #988C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C2E; }
p { color: rgb(152,140,46); }
H1.HeaderClassName
{
color: #988C2E;
}
.AnyTagClassName
{
color: #988C2E;
}
</style>
background-color css
<style>
a { background-color: #988C2E; }
a { background-color: rgb(152,140,46); }
div.DivClassName
{
background-color: #988C2E;
}
.BgClassName
{
background-color: #988C2E;
}
</style>
border-color css
<style>
span { border-color: #988C2E; }
span { border-color: rgb(152,140,46); }
td.TdClassName
{
border-color: #988C2E;
}
.TagClassName
{
border-color: #988C2E;
}
</style>