Shades of Lemon Ginger #988C2D
Tints of Lemon Ginger #988C2D
RGB
CMYK
RGB Variations
Color information
#988C2D (or 0x988C2D) is known color: Lemon Ginger. HEX triplet: 98, 8C and 2D. RGB value is (152,140,45). Sum of RGB (Red+Green+Blue) = 152+140+45=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #988C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C2D is #6773D2. Grayscale: #858585. Windows color (decimal): -6779859 or 2985112. OLE color: 2985112.
HSL color Cylindrical-coordinate representation of color #988C2D: hue angle of 53.27º 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 #988C2D is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 45 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.40 |
| HSL | 53.27º | 0.54% | 0.39% | - |
| HSV(B) | 53.27º | 0.7% | 0.6% | - |
| XYZ | 22.8 | 25.62 | 6.23 | - |
| YUV | 132.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 45 | 0 | 0.08 | 0.70 | 0.40 | 53.27 | 0.54 | 0.39 |
| Hex | 98 | 8C | 2D | 0 | 8 | 46 | 28 | 35 | 36 | 27 |
| Octal | 230 | 214 | 55 | 0 | 10 | 106 | 50 | 65 | 66 | 47 |
| Binary | 10011000 | 10001100 | 101101 | 0 | 1000 | 1000110 | 101000 | 110101 | 110110 | 100111 |
Color Harmonies of #988C2D
Complementary color
Monochromatic Colors of #988C2D
Black with #988C2D
Text Example
Text Example
White with #988C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C2D; }
p { color: rgb(152,140,45); }
H1.HeaderClassName
{
color: #988C2D;
}
.AnyTagClassName
{
color: #988C2D;
}
</style>
background-color css
<style>
a { background-color: #988C2D; }
a { background-color: rgb(152,140,45); }
div.DivClassName
{
background-color: #988C2D;
}
.BgClassName
{
background-color: #988C2D;
}
</style>
border-color css
<style>
span { border-color: #988C2D; }
span { border-color: rgb(152,140,45); }
td.TdClassName
{
border-color: #988C2D;
}
.TagClassName
{
border-color: #988C2D;
}
</style>