Shades of Lemon Ginger #998520
Tints of Lemon Ginger #998520
RGB
CMYK
RGB Variations
Color information
#998520 (or 0x998520) is known color: Lemon Ginger. HEX triplet: 99, 85 and 20. RGB value is (153,133,32). Sum of RGB (Red+Green+Blue) = 153+133+32=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #998520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998520 is #667ADF. Grayscale: #7F7F7F. Windows color (decimal): -6716128 or 2131353. OLE color: 2131353.
HSL color Cylindrical-coordinate representation of color #998520: hue angle of 50.08º 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 #998520 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 32 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.4 |
| HSL | 50.08º | 0.65% | 0.36% | - |
| HSV(B) | 50.08º | 0.79% | 0.6% | - |
| XYZ | 21.79 | 23.65 | 4.78 | - |
| YUV | 127.47 | 74.13 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 32 | 0 | 0.13 | 0.79 | 0.4 | 50.08 | 0.65 | 0.36 |
| Hex | 99 | 85 | 20 | 0 | D | 4F | 28 | 32 | 41 | 24 |
| Octal | 231 | 205 | 40 | 0 | 15 | 117 | 50 | 62 | 101 | 44 |
| Binary | 10011001 | 10000101 | 100000 | 0 | 1101 | 1001111 | 101000 | 110010 | 1000001 | 100100 |
Color Harmonies of #998520
Complementary color
Monochromatic Colors of #998520
Black with #998520
Text Example
Text Example
White with #998520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998520; }
p { color: rgb(153,133,32); }
H1.HeaderClassName
{
color: #998520;
}
.AnyTagClassName
{
color: #998520;
}
</style>
background-color css
<style>
a { background-color: #998520; }
a { background-color: rgb(153,133,32); }
div.DivClassName
{
background-color: #998520;
}
.BgClassName
{
background-color: #998520;
}
</style>
border-color css
<style>
span { border-color: #998520; }
span { border-color: rgb(153,133,32); }
td.TdClassName
{
border-color: #998520;
}
.TagClassName
{
border-color: #998520;
}
</style>