Shades of Lemon Ginger #978B20
Tints of Lemon Ginger #978B20
RGB
CMYK
RGB Variations
Color information
#978B20 (or 0x978B20) is known color: Lemon Ginger. HEX triplet: 97, 8B and 20. RGB value is (151,139,32). Sum of RGB (Red+Green+Blue) = 151+139+32=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #978B20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978B20 is #6874DF. Grayscale: #828282. Windows color (decimal): -6845664 or 2132887. OLE color: 2132887.
HSL color Cylindrical-coordinate representation of color #978B20: hue angle of 53.95º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #978B20 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 139 | 32 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.41 |
| HSL | 53.95º | 0.65% | 0.36% | - |
| HSV(B) | 53.95º | 0.79% | 0.59% | - |
| XYZ | 22.26 | 25.15 | 5.05 | - |
| YUV | 130.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 32 | 0 | 0.08 | 0.79 | 0.41 | 53.95 | 0.65 | 0.36 |
| Hex | 97 | 8B | 20 | 0 | 8 | 4F | 29 | 36 | 41 | 24 |
| Octal | 227 | 213 | 40 | 0 | 10 | 117 | 51 | 66 | 101 | 44 |
| Binary | 10010111 | 10001011 | 100000 | 0 | 1000 | 1001111 | 101001 | 110110 | 1000001 | 100100 |
Color Harmonies of #978B20
Complementary color
Monochromatic Colors of #978B20
Black with #978B20
Text Example
Text Example
White with #978B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978B20; }
p { color: rgb(151,139,32); }
H1.HeaderClassName
{
color: #978B20;
}
.AnyTagClassName
{
color: #978B20;
}
</style>
background-color css
<style>
a { background-color: #978B20; }
a { background-color: rgb(151,139,32); }
div.DivClassName
{
background-color: #978B20;
}
.BgClassName
{
background-color: #978B20;
}
</style>
border-color css
<style>
span { border-color: #978B20; }
span { border-color: rgb(151,139,32); }
td.TdClassName
{
border-color: #978B20;
}
.TagClassName
{
border-color: #978B20;
}
</style>