Shades of Lemon Ginger #988C23
Tints of Lemon Ginger #988C23
RGB
CMYK
RGB Variations
Color information
#988C23 (or 0x988C23) is known color: Lemon Ginger. HEX triplet: 98, 8C and 23. RGB value is (152,140,35). Sum of RGB (Red+Green+Blue) = 152+140+35=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #988C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C23 is #6773DC. Grayscale: #848484. Windows color (decimal): -6779869 or 2329752. OLE color: 2329752.
HSL color Cylindrical-coordinate representation of color #988C23: hue angle of 53.85º 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 #988C23 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 35 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.40 |
| HSL | 53.85º | 0.63% | 0.37% | - |
| HSV(B) | 53.85º | 0.77% | 0.6% | - |
| XYZ | 22.63 | 25.55 | 5.33 | - |
| YUV | 131.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 35 | 0 | 0.08 | 0.77 | 0.40 | 53.85 | 0.63 | 0.37 |
| Hex | 98 | 8C | 23 | 0 | 8 | 4D | 28 | 36 | 3F | 25 |
| Octal | 230 | 214 | 43 | 0 | 10 | 115 | 50 | 66 | 77 | 45 |
| Binary | 10011000 | 10001100 | 100011 | 0 | 1000 | 1001101 | 101000 | 110110 | 111111 | 100101 |
Color Harmonies of #988C23
Complementary color
Monochromatic Colors of #988C23
Black with #988C23
Text Example
Text Example
White with #988C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C23; }
p { color: rgb(152,140,35); }
H1.HeaderClassName
{
color: #988C23;
}
.AnyTagClassName
{
color: #988C23;
}
</style>
background-color css
<style>
a { background-color: #988C23; }
a { background-color: rgb(152,140,35); }
div.DivClassName
{
background-color: #988C23;
}
.BgClassName
{
background-color: #988C23;
}
</style>
border-color css
<style>
span { border-color: #988C23; }
span { border-color: rgb(152,140,35); }
td.TdClassName
{
border-color: #988C23;
}
.TagClassName
{
border-color: #988C23;
}
</style>