Shades of Lemon Ginger #978F2C
Tints of Lemon Ginger #978F2C
RGB
CMYK
RGB Variations
Color information
#978F2C (or 0x978F2C) is known color: Lemon Ginger. HEX triplet: 97, 8F and 2C. RGB value is (151,143,44). Sum of RGB (Red+Green+Blue) = 151+143+44=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #978F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978F2C is #6870D3. Grayscale: #868686. Windows color (decimal): -6844628 or 2920343. OLE color: 2920343.
HSL color Cylindrical-coordinate representation of color #978F2C: hue angle of 55.51º 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 #978F2C is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 143 | 44 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.41 |
| HSL | 55.51º | 0.55% | 0.38% | - |
| HSV(B) | 55.51º | 0.71% | 0.59% | - |
| XYZ | 23.04 | 26.41 | 6.27 | - |
| YUV | 134.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 44 | 0 | 0.05 | 0.71 | 0.41 | 55.51 | 0.55 | 0.38 |
| Hex | 97 | 8F | 2C | 0 | 5 | 47 | 29 | 38 | 37 | 26 |
| Octal | 227 | 217 | 54 | 0 | 5 | 107 | 51 | 70 | 67 | 46 |
| Binary | 10010111 | 10001111 | 101100 | 0 | 101 | 1000111 | 101001 | 111000 | 110111 | 100110 |
Color Harmonies of #978F2C
Complementary color
Monochromatic Colors of #978F2C
Black with #978F2C
Text Example
Text Example
White with #978F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978F2C; }
p { color: rgb(151,143,44); }
H1.HeaderClassName
{
color: #978F2C;
}
.AnyTagClassName
{
color: #978F2C;
}
</style>
background-color css
<style>
a { background-color: #978F2C; }
a { background-color: rgb(151,143,44); }
div.DivClassName
{
background-color: #978F2C;
}
.BgClassName
{
background-color: #978F2C;
}
</style>
border-color css
<style>
span { border-color: #978F2C; }
span { border-color: rgb(151,143,44); }
td.TdClassName
{
border-color: #978F2C;
}
.TagClassName
{
border-color: #978F2C;
}
</style>