Shades of Lemon Ginger #978816
Tints of Lemon Ginger #978816
RGB
CMYK
RGB Variations
Color information
#978816 (or 0x978816) is known color: Lemon Ginger. HEX triplet: 97, 88 and 16. RGB value is (151,136,22). Sum of RGB (Red+Green+Blue) = 151+136+22=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #978816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978816 is #6877E9. Grayscale: #7F7F7F. Windows color (decimal): -6846442 or 1476759. OLE color: 1476759.
HSL color Cylindrical-coordinate representation of color #978816: hue angle of 53.02º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #978816 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 136 | 22 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.41 |
| HSL | 53.02º | 0.75% | 0.34% | - |
| HSV(B) | 53.02º | 0.85% | 0.59% | - |
| XYZ | 21.71 | 24.25 | 4.29 | - |
| YUV | 127.49 | 68.47 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 22 | 0 | 0.10 | 0.85 | 0.41 | 53.02 | 0.75 | 0.34 |
| Hex | 97 | 88 | 16 | 0 | A | 55 | 29 | 35 | 4B | 22 |
| Octal | 227 | 210 | 26 | 0 | 12 | 125 | 51 | 65 | 113 | 42 |
| Binary | 10010111 | 10001000 | 10110 | 0 | 1010 | 1010101 | 101001 | 110101 | 1001011 | 100010 |
Color Harmonies of #978816
Complementary color
Monochromatic Colors of #978816
Black with #978816
Text Example
Text Example
White with #978816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978816; }
p { color: rgb(151,136,22); }
H1.HeaderClassName
{
color: #978816;
}
.AnyTagClassName
{
color: #978816;
}
</style>
background-color css
<style>
a { background-color: #978816; }
a { background-color: rgb(151,136,22); }
div.DivClassName
{
background-color: #978816;
}
.BgClassName
{
background-color: #978816;
}
</style>
border-color css
<style>
span { border-color: #978816; }
span { border-color: rgb(151,136,22); }
td.TdClassName
{
border-color: #978816;
}
.TagClassName
{
border-color: #978816;
}
</style>