Shades of Lemon Ginger #988E25
Tints of Lemon Ginger #988E25
RGB
CMYK
RGB Variations
Color information
#988E25 (or 0x988E25) is known color: Lemon Ginger. HEX triplet: 98, 8E and 25. RGB value is (152,142,37). Sum of RGB (Red+Green+Blue) = 152+142+37=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #988E25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E25 is #6771DA. Grayscale: #858585. Windows color (decimal): -6779355 or 2461336. OLE color: 2461336.
HSL color Cylindrical-coordinate representation of color #988E25: hue angle of 54.78º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #988E25 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 37 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.40 |
| HSL | 54.78º | 0.61% | 0.37% | - |
| HSV(B) | 54.78º | 0.76% | 0.6% | - |
| XYZ | 22.96 | 26.15 | 5.59 | - |
| YUV | 133.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 37 | 0 | 0.07 | 0.76 | 0.40 | 54.78 | 0.61 | 0.37 |
| Hex | 98 | 8E | 25 | 0 | 7 | 4C | 28 | 37 | 3D | 25 |
| Octal | 230 | 216 | 45 | 0 | 7 | 114 | 50 | 67 | 75 | 45 |
| Binary | 10011000 | 10001110 | 100101 | 0 | 111 | 1001100 | 101000 | 110111 | 111101 | 100101 |
Color Harmonies of #988E25
Complementary color
Monochromatic Colors of #988E25
Black with #988E25
Text Example
Text Example
White with #988E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E25; }
p { color: rgb(152,142,37); }
H1.HeaderClassName
{
color: #988E25;
}
.AnyTagClassName
{
color: #988E25;
}
</style>
background-color css
<style>
a { background-color: #988E25; }
a { background-color: rgb(152,142,37); }
div.DivClassName
{
background-color: #988E25;
}
.BgClassName
{
background-color: #988E25;
}
</style>
border-color css
<style>
span { border-color: #988E25; }
span { border-color: rgb(152,142,37); }
td.TdClassName
{
border-color: #988E25;
}
.TagClassName
{
border-color: #988E25;
}
</style>