Shades of Lemon Ginger #978431
Tints of Lemon Ginger #978431
RGB
CMYK
RGB Variations
Color information
#978431 (or 0x978431) is known color: Lemon Ginger. HEX triplet: 97, 84 and 31. RGB value is (151,132,49). Sum of RGB (Red+Green+Blue) = 151+132+49=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #978431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978431 is #687BCE. Grayscale: #808080. Windows color (decimal): -6847439 or 3245207. OLE color: 3245207.
HSL color Cylindrical-coordinate representation of color #978431: hue angle of 48.82º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #978431 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 132 | 49 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.41 |
| HSL | 48.82º | 0.51% | 0.39% | - |
| HSV(B) | 48.82º | 0.68% | 0.59% | - |
| XYZ | 21.57 | 23.3 | 6.27 | - |
| YUV | 128.22 | 83.29 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 132 | 49 | 0 | 0.13 | 0.68 | 0.41 | 48.82 | 0.51 | 0.39 |
| Hex | 97 | 84 | 31 | 0 | D | 44 | 29 | 31 | 33 | 27 |
| Octal | 227 | 204 | 61 | 0 | 15 | 104 | 51 | 61 | 63 | 47 |
| Binary | 10010111 | 10000100 | 110001 | 0 | 1101 | 1000100 | 101001 | 110001 | 110011 | 100111 |
Color Harmonies of #978431
Complementary color
Monochromatic Colors of #978431
Black with #978431
Text Example
Text Example
White with #978431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978431; }
p { color: rgb(151,132,49); }
H1.HeaderClassName
{
color: #978431;
}
.AnyTagClassName
{
color: #978431;
}
</style>
background-color css
<style>
a { background-color: #978431; }
a { background-color: rgb(151,132,49); }
div.DivClassName
{
background-color: #978431;
}
.BgClassName
{
background-color: #978431;
}
</style>
border-color css
<style>
span { border-color: #978431; }
span { border-color: rgb(151,132,49); }
td.TdClassName
{
border-color: #978431;
}
.TagClassName
{
border-color: #978431;
}
</style>