Shades of Lemon Ginger #978336
Tints of Lemon Ginger #978336
RGB
CMYK
RGB Variations
Color information
#978336 (or 0x978336) is known color: Lemon Ginger. HEX triplet: 97, 83 and 36. RGB value is (151,131,54). Sum of RGB (Red+Green+Blue) = 151+131+54=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #978336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978336 is #687CC9. Grayscale: #808080. Windows color (decimal): -6847690 or 3572631. OLE color: 3572631.
HSL color Cylindrical-coordinate representation of color #978336: hue angle of 47.63º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #978336 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 131 | 54 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.41 |
| HSL | 47.63º | 0.47% | 0.4% | - |
| HSV(B) | 47.63º | 0.64% | 0.59% | - |
| XYZ | 21.54 | 23.08 | 6.81 | - |
| YUV | 128.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 54 | 0 | 0.13 | 0.64 | 0.41 | 47.63 | 0.47 | 0.4 |
| Hex | 97 | 83 | 36 | 0 | D | 40 | 29 | 30 | 2F | 28 |
| Octal | 227 | 203 | 66 | 0 | 15 | 100 | 51 | 60 | 57 | 50 |
| Binary | 10010111 | 10000011 | 110110 | 0 | 1101 | 1000000 | 101001 | 110000 | 101111 | 101000 |
Color Harmonies of #978336
Complementary color
Monochromatic Colors of #978336
Black with #978336
Text Example
Text Example
White with #978336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978336; }
p { color: rgb(151,131,54); }
H1.HeaderClassName
{
color: #978336;
}
.AnyTagClassName
{
color: #978336;
}
</style>
background-color css
<style>
a { background-color: #978336; }
a { background-color: rgb(151,131,54); }
div.DivClassName
{
background-color: #978336;
}
.BgClassName
{
background-color: #978336;
}
</style>
border-color css
<style>
span { border-color: #978336; }
span { border-color: rgb(151,131,54); }
td.TdClassName
{
border-color: #978336;
}
.TagClassName
{
border-color: #978336;
}
</style>