Shades of Lemon Ginger #978A16
Tints of Lemon Ginger #978A16
RGB
CMYK
RGB Variations
Color information
#978A16 (or 0x978A16) is known color: Lemon Ginger. HEX triplet: 97, 8A and 16. RGB value is (151,138,22). Sum of RGB (Red+Green+Blue) = 151+138+22=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #978A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978A16 is #6875E9. Grayscale: #818181. Windows color (decimal): -6845930 or 1477271. OLE color: 1477271.
HSL color Cylindrical-coordinate representation of color #978A16: hue angle of 53.95º 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 #978A16 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 22 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.41 |
| HSL | 53.95º | 0.75% | 0.34% | - |
| HSV(B) | 53.95º | 0.85% | 0.59% | - |
| XYZ | 22 | 24.81 | 4.39 | - |
| YUV | 128.66 | 67.81 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 22 | 0 | 0.09 | 0.85 | 0.41 | 53.95 | 0.75 | 0.34 |
| Hex | 97 | 8A | 16 | 0 | 9 | 55 | 29 | 36 | 4B | 22 |
| Octal | 227 | 212 | 26 | 0 | 11 | 125 | 51 | 66 | 113 | 42 |
| Binary | 10010111 | 10001010 | 10110 | 0 | 1001 | 1010101 | 101001 | 110110 | 1001011 | 100010 |
Color Harmonies of #978A16
Complementary color
Monochromatic Colors of #978A16
Black with #978A16
Text Example
Text Example
White with #978A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A16; }
p { color: rgb(151,138,22); }
H1.HeaderClassName
{
color: #978A16;
}
.AnyTagClassName
{
color: #978A16;
}
</style>
background-color css
<style>
a { background-color: #978A16; }
a { background-color: rgb(151,138,22); }
div.DivClassName
{
background-color: #978A16;
}
.BgClassName
{
background-color: #978A16;
}
</style>
border-color css
<style>
span { border-color: #978A16; }
span { border-color: rgb(151,138,22); }
td.TdClassName
{
border-color: #978A16;
}
.TagClassName
{
border-color: #978A16;
}
</style>