Shades of Lemon Ginger #978618
Tints of Lemon Ginger #978618
RGB
CMYK
RGB Variations
Color information
#978618 (or 0x978618) is known color: Lemon Ginger. HEX triplet: 97, 86 and 18. RGB value is (151,134,24). Sum of RGB (Red+Green+Blue) = 151+134+24=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #978618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978618 is #6879E7. Grayscale: #7F7F7F. Windows color (decimal): -6846952 or 1607319. OLE color: 1607319.
HSL color Cylindrical-coordinate representation of color #978618: hue angle of 51.97º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #978618 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 134 | 24 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.41 |
| HSL | 51.97º | 0.73% | 0.34% | - |
| HSV(B) | 51.97º | 0.84% | 0.59% | - |
| XYZ | 21.45 | 23.7 | 4.31 | - |
| YUV | 126.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 134 | 24 | 0 | 0.11 | 0.84 | 0.41 | 51.97 | 0.73 | 0.34 |
| Hex | 97 | 86 | 18 | 0 | B | 54 | 29 | 34 | 49 | 22 |
| Octal | 227 | 206 | 30 | 0 | 13 | 124 | 51 | 64 | 111 | 42 |
| Binary | 10010111 | 10000110 | 11000 | 0 | 1011 | 1010100 | 101001 | 110100 | 1001001 | 100010 |
Color Harmonies of #978618
Complementary color
Monochromatic Colors of #978618
Black with #978618
Text Example
Text Example
White with #978618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978618; }
p { color: rgb(151,134,24); }
H1.HeaderClassName
{
color: #978618;
}
.AnyTagClassName
{
color: #978618;
}
</style>
background-color css
<style>
a { background-color: #978618; }
a { background-color: rgb(151,134,24); }
div.DivClassName
{
background-color: #978618;
}
.BgClassName
{
background-color: #978618;
}
</style>
border-color css
<style>
span { border-color: #978618; }
span { border-color: rgb(151,134,24); }
td.TdClassName
{
border-color: #978618;
}
.TagClassName
{
border-color: #978618;
}
</style>