Shades of Lemon Ginger #998C18
Tints of Lemon Ginger #998C18
RGB
CMYK
RGB Variations
Color information
#998C18 (or 0x998C18) is known color: Lemon Ginger. HEX triplet: 99, 8C and 18. RGB value is (153,140,24). Sum of RGB (Red+Green+Blue) = 153+140+24=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #998C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998C18 is #6673E7. Grayscale: #838383. Windows color (decimal): -6714344 or 1608857. OLE color: 1608857.
HSL color Cylindrical-coordinate representation of color #998C18: hue angle of 53.95º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #998C18 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 24 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.4 |
| HSL | 53.95º | 0.73% | 0.35% | - |
| HSV(B) | 53.95º | 0.84% | 0.6% | - |
| XYZ | 22.68 | 25.59 | 4.61 | - |
| YUV | 130.66 | 67.81 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 24 | 0 | 0.08 | 0.84 | 0.4 | 53.95 | 0.73 | 0.35 |
| Hex | 99 | 8C | 18 | 0 | 8 | 54 | 28 | 36 | 49 | 23 |
| Octal | 231 | 214 | 30 | 0 | 10 | 124 | 50 | 66 | 111 | 43 |
| Binary | 10011001 | 10001100 | 11000 | 0 | 1000 | 1010100 | 101000 | 110110 | 1001001 | 100011 |
Color Harmonies of #998C18
Complementary color
Monochromatic Colors of #998C18
Black with #998C18
Text Example
Text Example
White with #998C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C18; }
p { color: rgb(153,140,24); }
H1.HeaderClassName
{
color: #998C18;
}
.AnyTagClassName
{
color: #998C18;
}
</style>
background-color css
<style>
a { background-color: #998C18; }
a { background-color: rgb(153,140,24); }
div.DivClassName
{
background-color: #998C18;
}
.BgClassName
{
background-color: #998C18;
}
</style>
border-color css
<style>
span { border-color: #998C18; }
span { border-color: rgb(153,140,24); }
td.TdClassName
{
border-color: #998C18;
}
.TagClassName
{
border-color: #998C18;
}
</style>