Shades of Lemon Ginger #978520
Tints of Lemon Ginger #978520
RGB
CMYK
RGB Variations
Color information
#978520 (or 0x978520) is known color: Lemon Ginger. HEX triplet: 97, 85 and 20. RGB value is (151,133,32). Sum of RGB (Red+Green+Blue) = 151+133+32=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #978520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978520 is #687ADF. Grayscale: #7F7F7F. Windows color (decimal): -6847200 or 2131351. OLE color: 2131351.
HSL color Cylindrical-coordinate representation of color #978520: hue angle of 50.92º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #978520 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 133 | 32 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.41 |
| HSL | 50.92º | 0.65% | 0.36% | - |
| HSV(B) | 50.92º | 0.79% | 0.59% | - |
| XYZ | 21.41 | 23.46 | 4.77 | - |
| YUV | 126.87 | 74.46 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 133 | 32 | 0 | 0.12 | 0.79 | 0.41 | 50.92 | 0.65 | 0.36 |
| Hex | 97 | 85 | 20 | 0 | C | 4F | 29 | 33 | 41 | 24 |
| Octal | 227 | 205 | 40 | 0 | 14 | 117 | 51 | 63 | 101 | 44 |
| Binary | 10010111 | 10000101 | 100000 | 0 | 1100 | 1001111 | 101001 | 110011 | 1000001 | 100100 |
Color Harmonies of #978520
Complementary color
Monochromatic Colors of #978520
Black with #978520
Text Example
Text Example
White with #978520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978520; }
p { color: rgb(151,133,32); }
H1.HeaderClassName
{
color: #978520;
}
.AnyTagClassName
{
color: #978520;
}
</style>
background-color css
<style>
a { background-color: #978520; }
a { background-color: rgb(151,133,32); }
div.DivClassName
{
background-color: #978520;
}
.BgClassName
{
background-color: #978520;
}
</style>
border-color css
<style>
span { border-color: #978520; }
span { border-color: rgb(151,133,32); }
td.TdClassName
{
border-color: #978520;
}
.TagClassName
{
border-color: #978520;
}
</style>