Shades of Lemon Ginger #978E2E
Tints of Lemon Ginger #978E2E
RGB
CMYK
RGB Variations
Color information
#978E2E (or 0x978E2E) is known color: Lemon Ginger. HEX triplet: 97, 8E and 2E. RGB value is (151,142,46). Sum of RGB (Red+Green+Blue) = 151+142+46=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #978E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978E2E is #6871D1. Grayscale: #868686. Windows color (decimal): -6844882 or 3051159. OLE color: 3051159.
HSL color Cylindrical-coordinate representation of color #978E2E: hue angle of 54.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #978E2E is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 46 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.41 |
| HSL | 54.86º | 0.53% | 0.39% | - |
| HSV(B) | 54.86º | 0.7% | 0.59% | - |
| XYZ | 22.93 | 26.12 | 6.42 | - |
| YUV | 133.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 46 | 0 | 0.06 | 0.70 | 0.41 | 54.86 | 0.53 | 0.39 |
| Hex | 97 | 8E | 2E | 0 | 6 | 46 | 29 | 37 | 35 | 27 |
| Octal | 227 | 216 | 56 | 0 | 6 | 106 | 51 | 67 | 65 | 47 |
| Binary | 10010111 | 10001110 | 101110 | 0 | 110 | 1000110 | 101001 | 110111 | 110101 | 100111 |
Color Harmonies of #978E2E
Complementary color
Monochromatic Colors of #978E2E
Black with #978E2E
Text Example
Text Example
White with #978E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E2E; }
p { color: rgb(151,142,46); }
H1.HeaderClassName
{
color: #978E2E;
}
.AnyTagClassName
{
color: #978E2E;
}
</style>
background-color css
<style>
a { background-color: #978E2E; }
a { background-color: rgb(151,142,46); }
div.DivClassName
{
background-color: #978E2E;
}
.BgClassName
{
background-color: #978E2E;
}
</style>
border-color css
<style>
span { border-color: #978E2E; }
span { border-color: rgb(151,142,46); }
td.TdClassName
{
border-color: #978E2E;
}
.TagClassName
{
border-color: #978E2E;
}
</style>