Shades of Lemon Ginger #978425
Tints of Lemon Ginger #978425
RGB
CMYK
RGB Variations
Color information
#978425 (or 0x978425) is known color: Lemon Ginger. HEX triplet: 97, 84 and 25. RGB value is (151,132,37). Sum of RGB (Red+Green+Blue) = 151+132+37=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #978425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978425 is #687BDA. Grayscale: #7F7F7F. Windows color (decimal): -6847451 or 2458775. OLE color: 2458775.
HSL color Cylindrical-coordinate representation of color #978425: hue angle of 50º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #978425 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 132 | 37 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.41 |
| HSL | 50º | 0.61% | 0.37% | - |
| HSV(B) | 50º | 0.75% | 0.59% | - |
| XYZ | 21.35 | 23.22 | 5.11 | - |
| YUV | 126.85 | 77.29 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 132 | 37 | 0 | 0.13 | 0.75 | 0.41 | 50 | 0.61 | 0.37 |
| Hex | 97 | 84 | 25 | 0 | D | 4B | 29 | 32 | 3D | 25 |
| Octal | 227 | 204 | 45 | 0 | 15 | 113 | 51 | 62 | 75 | 45 |
| Binary | 10010111 | 10000100 | 100101 | 0 | 1101 | 1001011 | 101001 | 110010 | 111101 | 100101 |
Color Harmonies of #978425
Complementary color
Monochromatic Colors of #978425
Black with #978425
Text Example
Text Example
White with #978425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978425; }
p { color: rgb(151,132,37); }
H1.HeaderClassName
{
color: #978425;
}
.AnyTagClassName
{
color: #978425;
}
</style>
background-color css
<style>
a { background-color: #978425; }
a { background-color: rgb(151,132,37); }
div.DivClassName
{
background-color: #978425;
}
.BgClassName
{
background-color: #978425;
}
</style>
border-color css
<style>
span { border-color: #978425; }
span { border-color: rgb(151,132,37); }
td.TdClassName
{
border-color: #978425;
}
.TagClassName
{
border-color: #978425;
}
</style>