Shades of Lemon Ginger #978D10
Tints of Lemon Ginger #978D10
RGB
CMYK
RGB Variations
Color information
#978D10 (or 0x978D10) is known color: Lemon Ginger. HEX triplet: 97, 8D and 10. RGB value is (151,141,16). Sum of RGB (Red+Green+Blue) = 151+141+16=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #978D10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978D10 is #6872EF. Grayscale: #828282. Windows color (decimal): -6845168 or 1084823. OLE color: 1084823.
HSL color Cylindrical-coordinate representation of color #978D10: hue angle of 55.56º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #978D10 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 16 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.41 |
| HSL | 55.56º | 0.81% | 0.33% | - |
| HSV(B) | 55.56º | 0.89% | 0.59% | - |
| XYZ | 22.38 | 25.67 | 4.26 | - |
| YUV | 129.74 | 63.81 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 16 | 0 | 0.07 | 0.89 | 0.41 | 55.56 | 0.81 | 0.33 |
| Hex | 97 | 8D | 10 | 0 | 7 | 59 | 29 | 38 | 51 | 21 |
| Octal | 227 | 215 | 20 | 0 | 7 | 131 | 51 | 70 | 121 | 41 |
| Binary | 10010111 | 10001101 | 10000 | 0 | 111 | 1011001 | 101001 | 111000 | 1010001 | 100001 |
Color Harmonies of #978D10
Complementary color
Monochromatic Colors of #978D10
Black with #978D10
Text Example
Text Example
White with #978D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D10; }
p { color: rgb(151,141,16); }
H1.HeaderClassName
{
color: #978D10;
}
.AnyTagClassName
{
color: #978D10;
}
</style>
background-color css
<style>
a { background-color: #978D10; }
a { background-color: rgb(151,141,16); }
div.DivClassName
{
background-color: #978D10;
}
.BgClassName
{
background-color: #978D10;
}
</style>
border-color css
<style>
span { border-color: #978D10; }
span { border-color: rgb(151,141,16); }
td.TdClassName
{
border-color: #978D10;
}
.TagClassName
{
border-color: #978D10;
}
</style>