Shades of Lemon Ginger #988C11
Tints of Lemon Ginger #988C11
RGB
CMYK
RGB Variations
Color information
#988C11 (or 0x988C11) is known color: Lemon Ginger. HEX triplet: 98, 8C and 11. RGB value is (152,140,17). Sum of RGB (Red+Green+Blue) = 152+140+17=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #988C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988C11 is #6773EE. Grayscale: #828282. Windows color (decimal): -6779887 or 1150104. OLE color: 1150104.
HSL color Cylindrical-coordinate representation of color #988C11: hue angle of 54.67º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #988C11 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 17 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.40 |
| HSL | 54.67º | 0.8% | 0.33% | - |
| HSV(B) | 54.67º | 0.89% | 0.6% | - |
| XYZ | 22.43 | 25.47 | 4.26 | - |
| YUV | 129.57 | 64.48 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 17 | 0 | 0.08 | 0.89 | 0.40 | 54.67 | 0.8 | 0.33 |
| Hex | 98 | 8C | 11 | 0 | 8 | 59 | 28 | 37 | 50 | 21 |
| Octal | 230 | 214 | 21 | 0 | 10 | 131 | 50 | 67 | 120 | 41 |
| Binary | 10011000 | 10001100 | 10001 | 0 | 1000 | 1011001 | 101000 | 110111 | 1010000 | 100001 |
Color Harmonies of #988C11
Complementary color
Monochromatic Colors of #988C11
Black with #988C11
Text Example
Text Example
White with #988C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C11; }
p { color: rgb(152,140,17); }
H1.HeaderClassName
{
color: #988C11;
}
.AnyTagClassName
{
color: #988C11;
}
</style>
background-color css
<style>
a { background-color: #988C11; }
a { background-color: rgb(152,140,17); }
div.DivClassName
{
background-color: #988C11;
}
.BgClassName
{
background-color: #988C11;
}
</style>
border-color css
<style>
span { border-color: #988C11; }
span { border-color: rgb(152,140,17); }
td.TdClassName
{
border-color: #988C11;
}
.TagClassName
{
border-color: #988C11;
}
</style>