Shades of Lemon Ginger #978C30
Tints of Lemon Ginger #978C30
RGB
CMYK
RGB Variations
Color information
#978C30 (or 0x978C30) is known color: Lemon Ginger. HEX triplet: 97, 8C and 30. RGB value is (151,140,48). Sum of RGB (Red+Green+Blue) = 151+140+48=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #978C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978C30 is #6873CF. Grayscale: #858585. Windows color (decimal): -6845392 or 3181719. OLE color: 3181719.
HSL color Cylindrical-coordinate representation of color #978C30: hue angle of 53.59º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #978C30 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 140 | 48 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.41 |
| HSL | 53.59º | 0.52% | 0.39% | - |
| HSV(B) | 53.59º | 0.68% | 0.59% | - |
| XYZ | 22.67 | 25.55 | 6.53 | - |
| YUV | 132.8 | 80.14 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 48 | 0 | 0.07 | 0.68 | 0.41 | 53.59 | 0.52 | 0.39 |
| Hex | 97 | 8C | 30 | 0 | 7 | 44 | 29 | 36 | 34 | 27 |
| Octal | 227 | 214 | 60 | 0 | 7 | 104 | 51 | 66 | 64 | 47 |
| Binary | 10010111 | 10001100 | 110000 | 0 | 111 | 1000100 | 101001 | 110110 | 110100 | 100111 |
Color Harmonies of #978C30
Complementary color
Monochromatic Colors of #978C30
Black with #978C30
Text Example
Text Example
White with #978C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978C30; }
p { color: rgb(151,140,48); }
H1.HeaderClassName
{
color: #978C30;
}
.AnyTagClassName
{
color: #978C30;
}
</style>
background-color css
<style>
a { background-color: #978C30; }
a { background-color: rgb(151,140,48); }
div.DivClassName
{
background-color: #978C30;
}
.BgClassName
{
background-color: #978C30;
}
</style>
border-color css
<style>
span { border-color: #978C30; }
span { border-color: rgb(151,140,48); }
td.TdClassName
{
border-color: #978C30;
}
.TagClassName
{
border-color: #978C30;
}
</style>