Shades of Lemon Ginger #998F20
Tints of Lemon Ginger #998F20
RGB
CMYK
RGB Variations
Color information
#998F20 (or 0x998F20) is known color: Lemon Ginger. HEX triplet: 99, 8F and 20. RGB value is (153,143,32). Sum of RGB (Red+Green+Blue) = 153+143+32=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #998F20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F20 is #6670DF. Grayscale: #858585. Windows color (decimal): -6713568 or 2133913. OLE color: 2133913.
HSL color Cylindrical-coordinate representation of color #998F20: hue angle of 55.04º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #998F20 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 32 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.4 |
| HSL | 55.04º | 0.65% | 0.36% | - |
| HSV(B) | 55.04º | 0.79% | 0.6% | - |
| XYZ | 23.22 | 26.52 | 5.26 | - |
| YUV | 133.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 32 | 0 | 0.07 | 0.79 | 0.4 | 55.04 | 0.65 | 0.36 |
| Hex | 99 | 8F | 20 | 0 | 7 | 4F | 28 | 37 | 41 | 24 |
| Octal | 231 | 217 | 40 | 0 | 7 | 117 | 50 | 67 | 101 | 44 |
| Binary | 10011001 | 10001111 | 100000 | 0 | 111 | 1001111 | 101000 | 110111 | 1000001 | 100100 |
Color Harmonies of #998F20
Complementary color
Monochromatic Colors of #998F20
Black with #998F20
Text Example
Text Example
White with #998F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F20; }
p { color: rgb(153,143,32); }
H1.HeaderClassName
{
color: #998F20;
}
.AnyTagClassName
{
color: #998F20;
}
</style>
background-color css
<style>
a { background-color: #998F20; }
a { background-color: rgb(153,143,32); }
div.DivClassName
{
background-color: #998F20;
}
.BgClassName
{
background-color: #998F20;
}
</style>
border-color css
<style>
span { border-color: #998F20; }
span { border-color: rgb(153,143,32); }
td.TdClassName
{
border-color: #998F20;
}
.TagClassName
{
border-color: #998F20;
}
</style>