Shades of Lemon Ginger #978237
Tints of Lemon Ginger #978237
RGB
CMYK
RGB Variations
Color information
#978237 (or 0x978237) is known color: Lemon Ginger. HEX triplet: 97, 82 and 37. RGB value is (151,130,55). Sum of RGB (Red+Green+Blue) = 151+130+55=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #978237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978237 is #687DC8. Grayscale: #808080. Windows color (decimal): -6847945 or 3637911. OLE color: 3637911.
HSL color Cylindrical-coordinate representation of color #978237: hue angle of 46.88º 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 #978237 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 130 | 55 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.41 |
| HSL | 46.88º | 0.47% | 0.4% | - |
| HSV(B) | 46.88º | 0.64% | 0.59% | - |
| XYZ | 21.43 | 22.82 | 6.89 | - |
| YUV | 127.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 55 | 0 | 0.14 | 0.64 | 0.41 | 46.88 | 0.47 | 0.4 |
| Hex | 97 | 82 | 37 | 0 | E | 40 | 29 | 2F | 2F | 28 |
| Octal | 227 | 202 | 67 | 0 | 16 | 100 | 51 | 57 | 57 | 50 |
| Binary | 10010111 | 10000010 | 110111 | 0 | 1110 | 1000000 | 101001 | 101111 | 101111 | 101000 |
Color Harmonies of #978237
Complementary color
Monochromatic Colors of #978237
Black with #978237
Text Example
Text Example
White with #978237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978237; }
p { color: rgb(151,130,55); }
H1.HeaderClassName
{
color: #978237;
}
.AnyTagClassName
{
color: #978237;
}
</style>
background-color css
<style>
a { background-color: #978237; }
a { background-color: rgb(151,130,55); }
div.DivClassName
{
background-color: #978237;
}
.BgClassName
{
background-color: #978237;
}
</style>
border-color css
<style>
span { border-color: #978237; }
span { border-color: rgb(151,130,55); }
td.TdClassName
{
border-color: #978237;
}
.TagClassName
{
border-color: #978237;
}
</style>