Shades of Lemon Ginger #998D16
Tints of Lemon Ginger #998D16
RGB
CMYK
RGB Variations
Color information
#998D16 (or 0x998D16) is known color: Lemon Ginger. HEX triplet: 99, 8D and 16. RGB value is (153,141,22). Sum of RGB (Red+Green+Blue) = 153+141+22=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #998D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998D16 is #6672E9. Grayscale: #838383. Windows color (decimal): -6714090 or 1478041. OLE color: 1478041.
HSL color Cylindrical-coordinate representation of color #998D16: hue angle of 54.5º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #998D16 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 22 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.4 |
| HSL | 54.5º | 0.75% | 0.34% | - |
| HSV(B) | 54.5º | 0.86% | 0.6% | - |
| XYZ | 22.81 | 25.88 | 4.55 | - |
| YUV | 131.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 22 | 0 | 0.08 | 0.86 | 0.4 | 54.5 | 0.75 | 0.34 |
| Hex | 99 | 8D | 16 | 0 | 8 | 56 | 28 | 37 | 4B | 22 |
| Octal | 231 | 215 | 26 | 0 | 10 | 126 | 50 | 67 | 113 | 42 |
| Binary | 10011001 | 10001101 | 10110 | 0 | 1000 | 1010110 | 101000 | 110111 | 1001011 | 100010 |
Color Harmonies of #998D16
Complementary color
Monochromatic Colors of #998D16
Black with #998D16
Text Example
Text Example
White with #998D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D16; }
p { color: rgb(153,141,22); }
H1.HeaderClassName
{
color: #998D16;
}
.AnyTagClassName
{
color: #998D16;
}
</style>
background-color css
<style>
a { background-color: #998D16; }
a { background-color: rgb(153,141,22); }
div.DivClassName
{
background-color: #998D16;
}
.BgClassName
{
background-color: #998D16;
}
</style>
border-color css
<style>
span { border-color: #998D16; }
span { border-color: rgb(153,141,22); }
td.TdClassName
{
border-color: #998D16;
}
.TagClassName
{
border-color: #998D16;
}
</style>