Shades of Lemon Ginger #978427
Tints of Lemon Ginger #978427
RGB
CMYK
RGB Variations
Color information
#978427 (or 0x978427) is known color: Lemon Ginger. HEX triplet: 97, 84 and 27. RGB value is (151,132,39). Sum of RGB (Red+Green+Blue) = 151+132+39=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #978427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978427 is #687BD8. Grayscale: #7F7F7F. Windows color (decimal): -6847449 or 2589847. OLE color: 2589847.
HSL color Cylindrical-coordinate representation of color #978427: hue angle of 49.82º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #978427 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 132 | 39 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.41 |
| HSL | 49.82º | 0.59% | 0.37% | - |
| HSV(B) | 49.82º | 0.74% | 0.59% | - |
| XYZ | 21.38 | 23.23 | 5.28 | - |
| YUV | 127.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 132 | 39 | 0 | 0.13 | 0.74 | 0.41 | 49.82 | 0.59 | 0.37 |
| Hex | 97 | 84 | 27 | 0 | D | 4A | 29 | 32 | 3B | 25 |
| Octal | 227 | 204 | 47 | 0 | 15 | 112 | 51 | 62 | 73 | 45 |
| Binary | 10010111 | 10000100 | 100111 | 0 | 1101 | 1001010 | 101001 | 110010 | 111011 | 100101 |
Color Harmonies of #978427
Complementary color
Monochromatic Colors of #978427
Black with #978427
Text Example
Text Example
White with #978427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978427; }
p { color: rgb(151,132,39); }
H1.HeaderClassName
{
color: #978427;
}
.AnyTagClassName
{
color: #978427;
}
</style>
background-color css
<style>
a { background-color: #978427; }
a { background-color: rgb(151,132,39); }
div.DivClassName
{
background-color: #978427;
}
.BgClassName
{
background-color: #978427;
}
</style>
border-color css
<style>
span { border-color: #978427; }
span { border-color: rgb(151,132,39); }
td.TdClassName
{
border-color: #978427;
}
.TagClassName
{
border-color: #978427;
}
</style>