Shades of Lemon Ginger #978D19
Tints of Lemon Ginger #978D19
RGB
CMYK
RGB Variations
Color information
#978D19 (or 0x978D19) is known color: Lemon Ginger. HEX triplet: 97, 8D and 19. RGB value is (151,141,25). Sum of RGB (Red+Green+Blue) = 151+141+25=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #978D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978D19 is #6872E6. Grayscale: #838383. Windows color (decimal): -6845159 or 1674647. OLE color: 1674647.
HSL color Cylindrical-coordinate representation of color #978D19: hue angle of 55.24º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #978D19 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 25 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.41 |
| HSL | 55.24º | 0.72% | 0.35% | - |
| HSV(B) | 55.24º | 0.83% | 0.59% | - |
| XYZ | 22.46 | 25.7 | 4.7 | - |
| YUV | 130.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 25 | 0 | 0.07 | 0.83 | 0.41 | 55.24 | 0.72 | 0.35 |
| Hex | 97 | 8D | 19 | 0 | 7 | 53 | 29 | 37 | 48 | 23 |
| Octal | 227 | 215 | 31 | 0 | 7 | 123 | 51 | 67 | 110 | 43 |
| Binary | 10010111 | 10001101 | 11001 | 0 | 111 | 1010011 | 101001 | 110111 | 1001000 | 100011 |
Color Harmonies of #978D19
Complementary color
Monochromatic Colors of #978D19
Black with #978D19
Text Example
Text Example
White with #978D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D19; }
p { color: rgb(151,141,25); }
H1.HeaderClassName
{
color: #978D19;
}
.AnyTagClassName
{
color: #978D19;
}
</style>
background-color css
<style>
a { background-color: #978D19; }
a { background-color: rgb(151,141,25); }
div.DivClassName
{
background-color: #978D19;
}
.BgClassName
{
background-color: #978D19;
}
</style>
border-color css
<style>
span { border-color: #978D19; }
span { border-color: rgb(151,141,25); }
td.TdClassName
{
border-color: #978D19;
}
.TagClassName
{
border-color: #978D19;
}
</style>