Shades of Lemon Ginger #998D20
Tints of Lemon Ginger #998D20
RGB
CMYK
RGB Variations
Color information
#998D20 (or 0x998D20) is known color: Lemon Ginger. HEX triplet: 99, 8D and 20. RGB value is (153,141,32). Sum of RGB (Red+Green+Blue) = 153+141+32=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #998D20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998D20 is #6672DF. Grayscale: #848484. Windows color (decimal): -6714080 or 2133401. OLE color: 2133401.
HSL color Cylindrical-coordinate representation of color #998D20: hue angle of 54.05º 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 #998D20 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 32 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.4 |
| HSL | 54.05º | 0.65% | 0.36% | - |
| HSV(B) | 54.05º | 0.79% | 0.6% | - |
| XYZ | 22.92 | 25.93 | 5.16 | - |
| YUV | 132.16 | 71.48 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 32 | 0 | 0.08 | 0.79 | 0.4 | 54.05 | 0.65 | 0.36 |
| Hex | 99 | 8D | 20 | 0 | 8 | 4F | 28 | 36 | 41 | 24 |
| Octal | 231 | 215 | 40 | 0 | 10 | 117 | 50 | 66 | 101 | 44 |
| Binary | 10011001 | 10001101 | 100000 | 0 | 1000 | 1001111 | 101000 | 110110 | 1000001 | 100100 |
Color Harmonies of #998D20
Complementary color
Monochromatic Colors of #998D20
Black with #998D20
Text Example
Text Example
White with #998D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D20; }
p { color: rgb(153,141,32); }
H1.HeaderClassName
{
color: #998D20;
}
.AnyTagClassName
{
color: #998D20;
}
</style>
background-color css
<style>
a { background-color: #998D20; }
a { background-color: rgb(153,141,32); }
div.DivClassName
{
background-color: #998D20;
}
.BgClassName
{
background-color: #998D20;
}
</style>
border-color css
<style>
span { border-color: #998D20; }
span { border-color: rgb(153,141,32); }
td.TdClassName
{
border-color: #998D20;
}
.TagClassName
{
border-color: #998D20;
}
</style>