Shades of Lemon Ginger #988520
Tints of Lemon Ginger #988520
RGB
CMYK
RGB Variations
Color information
#988520 (or 0x988520) is known color: Lemon Ginger. HEX triplet: 98, 85 and 20. RGB value is (152,133,32). Sum of RGB (Red+Green+Blue) = 152+133+32=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #988520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988520 is #677ADF. Grayscale: #7F7F7F. Windows color (decimal): -6781664 or 2131352. OLE color: 2131352.
HSL color Cylindrical-coordinate representation of color #988520: hue angle of 50.5º 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 #988520 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 133 | 32 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.40 |
| HSL | 50.5º | 0.65% | 0.36% | - |
| HSV(B) | 50.5º | 0.79% | 0.6% | - |
| XYZ | 21.6 | 23.55 | 4.77 | - |
| YUV | 127.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 32 | 0 | 0.13 | 0.79 | 0.40 | 50.5 | 0.65 | 0.36 |
| Hex | 98 | 85 | 20 | 0 | D | 4F | 28 | 32 | 41 | 24 |
| Octal | 230 | 205 | 40 | 0 | 15 | 117 | 50 | 62 | 101 | 44 |
| Binary | 10011000 | 10000101 | 100000 | 0 | 1101 | 1001111 | 101000 | 110010 | 1000001 | 100100 |
Color Harmonies of #988520
Complementary color
Monochromatic Colors of #988520
Black with #988520
Text Example
Text Example
White with #988520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988520; }
p { color: rgb(152,133,32); }
H1.HeaderClassName
{
color: #988520;
}
.AnyTagClassName
{
color: #988520;
}
</style>
background-color css
<style>
a { background-color: #988520; }
a { background-color: rgb(152,133,32); }
div.DivClassName
{
background-color: #988520;
}
.BgClassName
{
background-color: #988520;
}
</style>
border-color css
<style>
span { border-color: #988520; }
span { border-color: rgb(152,133,32); }
td.TdClassName
{
border-color: #988520;
}
.TagClassName
{
border-color: #988520;
}
</style>