Shades of Lemon Ginger #988E23
Tints of Lemon Ginger #988E23
RGB
CMYK
RGB Variations
Color information
#988E23 (or 0x988E23) is known color: Lemon Ginger. HEX triplet: 98, 8E and 23. RGB value is (152,142,35). Sum of RGB (Red+Green+Blue) = 152+142+35=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #988E23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E23 is #6771DC. Grayscale: #858585. Windows color (decimal): -6779357 or 2330264. OLE color: 2330264.
HSL color Cylindrical-coordinate representation of color #988E23: hue angle of 54.87º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #988E23 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 35 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.40 |
| HSL | 54.87º | 0.63% | 0.37% | - |
| HSV(B) | 54.87º | 0.77% | 0.6% | - |
| XYZ | 22.93 | 26.14 | 5.43 | - |
| YUV | 132.79 | 72.81 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 35 | 0 | 0.07 | 0.77 | 0.40 | 54.87 | 0.63 | 0.37 |
| Hex | 98 | 8E | 23 | 0 | 7 | 4D | 28 | 37 | 3F | 25 |
| Octal | 230 | 216 | 43 | 0 | 7 | 115 | 50 | 67 | 77 | 45 |
| Binary | 10011000 | 10001110 | 100011 | 0 | 111 | 1001101 | 101000 | 110111 | 111111 | 100101 |
Color Harmonies of #988E23
Complementary color
Monochromatic Colors of #988E23
Black with #988E23
Text Example
Text Example
White with #988E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E23; }
p { color: rgb(152,142,35); }
H1.HeaderClassName
{
color: #988E23;
}
.AnyTagClassName
{
color: #988E23;
}
</style>
background-color css
<style>
a { background-color: #988E23; }
a { background-color: rgb(152,142,35); }
div.DivClassName
{
background-color: #988E23;
}
.BgClassName
{
background-color: #988E23;
}
</style>
border-color css
<style>
span { border-color: #988E23; }
span { border-color: rgb(152,142,35); }
td.TdClassName
{
border-color: #988E23;
}
.TagClassName
{
border-color: #988E23;
}
</style>