Shades of Lemon Ginger #978A1E
Tints of Lemon Ginger #978A1E
RGB
CMYK
RGB Variations
Color information
#978A1E (or 0x978A1E) is known color: Lemon Ginger. HEX triplet: 97, 8A and 1E. RGB value is (151,138,30). Sum of RGB (Red+Green+Blue) = 151+138+30=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #978A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978A1E is #6875E1. Grayscale: #828282. Windows color (decimal): -6845922 or 2001559. OLE color: 2001559.
HSL color Cylindrical-coordinate representation of color #978A1E: hue angle of 53.55º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #978A1E is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 30 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.41 |
| HSL | 53.55º | 0.67% | 0.35% | - |
| HSV(B) | 53.55º | 0.8% | 0.59% | - |
| XYZ | 22.09 | 24.85 | 4.86 | - |
| YUV | 129.58 | 71.81 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 30 | 0 | 0.09 | 0.80 | 0.41 | 53.55 | 0.67 | 0.35 |
| Hex | 97 | 8A | 1E | 0 | 9 | 50 | 29 | 36 | 43 | 23 |
| Octal | 227 | 212 | 36 | 0 | 11 | 120 | 51 | 66 | 103 | 43 |
| Binary | 10010111 | 10001010 | 11110 | 0 | 1001 | 1010000 | 101001 | 110110 | 1000011 | 100011 |
Color Harmonies of #978A1E
Complementary color
Monochromatic Colors of #978A1E
Black with #978A1E
Text Example
Text Example
White with #978A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A1E; }
p { color: rgb(151,138,30); }
H1.HeaderClassName
{
color: #978A1E;
}
.AnyTagClassName
{
color: #978A1E;
}
</style>
background-color css
<style>
a { background-color: #978A1E; }
a { background-color: rgb(151,138,30); }
div.DivClassName
{
background-color: #978A1E;
}
.BgClassName
{
background-color: #978A1E;
}
</style>
border-color css
<style>
span { border-color: #978A1E; }
span { border-color: rgb(151,138,30); }
td.TdClassName
{
border-color: #978A1E;
}
.TagClassName
{
border-color: #978A1E;
}
</style>