Shades of Lemon Ginger #998F17
Tints of Lemon Ginger #998F17
RGB
CMYK
RGB Variations
Color information
#998F17 (or 0x998F17) is known color: Lemon Ginger. HEX triplet: 99, 8F and 17. RGB value is (153,143,23). Sum of RGB (Red+Green+Blue) = 153+143+23=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #998F17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998F17 is #6670E8. Grayscale: #848484. Windows color (decimal): -6713577 or 1544089. OLE color: 1544089.
HSL color Cylindrical-coordinate representation of color #998F17: hue angle of 55.38º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #998F17 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 23 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.4 |
| HSL | 55.38º | 0.74% | 0.35% | - |
| HSV(B) | 55.38º | 0.85% | 0.6% | - |
| XYZ | 23.11 | 26.48 | 4.7 | - |
| YUV | 132.31 | 66.31 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 23 | 0 | 0.07 | 0.85 | 0.4 | 55.38 | 0.74 | 0.35 |
| Hex | 99 | 8F | 17 | 0 | 7 | 55 | 28 | 37 | 4A | 23 |
| Octal | 231 | 217 | 27 | 0 | 7 | 125 | 50 | 67 | 112 | 43 |
| Binary | 10011001 | 10001111 | 10111 | 0 | 111 | 1010101 | 101000 | 110111 | 1001010 | 100011 |
Color Harmonies of #998F17
Complementary color
Monochromatic Colors of #998F17
Black with #998F17
Text Example
Text Example
White with #998F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F17; }
p { color: rgb(153,143,23); }
H1.HeaderClassName
{
color: #998F17;
}
.AnyTagClassName
{
color: #998F17;
}
</style>
background-color css
<style>
a { background-color: #998F17; }
a { background-color: rgb(153,143,23); }
div.DivClassName
{
background-color: #998F17;
}
.BgClassName
{
background-color: #998F17;
}
</style>
border-color css
<style>
span { border-color: #998F17; }
span { border-color: rgb(153,143,23); }
td.TdClassName
{
border-color: #998F17;
}
.TagClassName
{
border-color: #998F17;
}
</style>