Shades of Lemon Ginger #978E1E
Tints of Lemon Ginger #978E1E
RGB
CMYK
RGB Variations
Color information
#978E1E (or 0x978E1E) is known color: Lemon Ginger. HEX triplet: 97, 8E and 1E. RGB value is (151,142,30). Sum of RGB (Red+Green+Blue) = 151+142+30=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #978E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978E1E is #6871E1. Grayscale: #848484. Windows color (decimal): -6844898 or 2002583. OLE color: 2002583.
HSL color Cylindrical-coordinate representation of color #978E1E: hue angle of 55.54º 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 #978E1E is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 30 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.41 |
| HSL | 55.54º | 0.67% | 0.35% | - |
| HSV(B) | 55.54º | 0.8% | 0.59% | - |
| XYZ | 22.67 | 26.02 | 5.06 | - |
| YUV | 131.92 | 70.48 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 30 | 0 | 0.06 | 0.80 | 0.41 | 55.54 | 0.67 | 0.35 |
| Hex | 97 | 8E | 1E | 0 | 6 | 50 | 29 | 38 | 43 | 23 |
| Octal | 227 | 216 | 36 | 0 | 6 | 120 | 51 | 70 | 103 | 43 |
| Binary | 10010111 | 10001110 | 11110 | 0 | 110 | 1010000 | 101001 | 111000 | 1000011 | 100011 |
Color Harmonies of #978E1E
Complementary color
Monochromatic Colors of #978E1E
Black with #978E1E
Text Example
Text Example
White with #978E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E1E; }
p { color: rgb(151,142,30); }
H1.HeaderClassName
{
color: #978E1E;
}
.AnyTagClassName
{
color: #978E1E;
}
</style>
background-color css
<style>
a { background-color: #978E1E; }
a { background-color: rgb(151,142,30); }
div.DivClassName
{
background-color: #978E1E;
}
.BgClassName
{
background-color: #978E1E;
}
</style>
border-color css
<style>
span { border-color: #978E1E; }
span { border-color: rgb(151,142,30); }
td.TdClassName
{
border-color: #978E1E;
}
.TagClassName
{
border-color: #978E1E;
}
</style>