Shades of Lemon Ginger #978D2C
Tints of Lemon Ginger #978D2C
RGB
CMYK
RGB Variations
Color information
#978D2C (or 0x978D2C) is known color: Lemon Ginger. HEX triplet: 97, 8D and 2C. RGB value is (151,141,44). Sum of RGB (Red+Green+Blue) = 151+141+44=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #978D2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978D2C is #6872D3. Grayscale: #858585. Windows color (decimal): -6845140 or 2919831. OLE color: 2919831.
HSL color Cylindrical-coordinate representation of color #978D2C: hue angle of 54.39º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #978D2C is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 44 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.41 |
| HSL | 54.39º | 0.55% | 0.38% | - |
| HSV(B) | 54.39º | 0.71% | 0.59% | - |
| XYZ | 22.74 | 25.81 | 6.17 | - |
| YUV | 132.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 44 | 0 | 0.07 | 0.71 | 0.41 | 54.39 | 0.55 | 0.38 |
| Hex | 97 | 8D | 2C | 0 | 7 | 47 | 29 | 36 | 37 | 26 |
| Octal | 227 | 215 | 54 | 0 | 7 | 107 | 51 | 66 | 67 | 46 |
| Binary | 10010111 | 10001101 | 101100 | 0 | 111 | 1000111 | 101001 | 110110 | 110111 | 100110 |
Color Harmonies of #978D2C
Complementary color
Monochromatic Colors of #978D2C
Black with #978D2C
Text Example
Text Example
White with #978D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D2C; }
p { color: rgb(151,141,44); }
H1.HeaderClassName
{
color: #978D2C;
}
.AnyTagClassName
{
color: #978D2C;
}
</style>
background-color css
<style>
a { background-color: #978D2C; }
a { background-color: rgb(151,141,44); }
div.DivClassName
{
background-color: #978D2C;
}
.BgClassName
{
background-color: #978D2C;
}
</style>
border-color css
<style>
span { border-color: #978D2C; }
span { border-color: rgb(151,141,44); }
td.TdClassName
{
border-color: #978D2C;
}
.TagClassName
{
border-color: #978D2C;
}
</style>