Shades of Lemon Ginger #978331
Tints of Lemon Ginger #978331
RGB
CMYK
RGB Variations
Color information
#978331 (or 0x978331) is known color: Lemon Ginger. HEX triplet: 97, 83 and 31. RGB value is (151,131,49). Sum of RGB (Red+Green+Blue) = 151+131+49=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #978331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978331 is #687CCE. Grayscale: #7F7F7F. Windows color (decimal): -6847695 or 3244951. OLE color: 3244951.
HSL color Cylindrical-coordinate representation of color #978331: hue angle of 48.24º 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 #978331 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 131 | 49 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.41 |
| HSL | 48.24º | 0.51% | 0.39% | - |
| HSV(B) | 48.24º | 0.68% | 0.59% | - |
| XYZ | 21.43 | 23.03 | 6.22 | - |
| YUV | 127.63 | 83.63 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 49 | 0 | 0.13 | 0.68 | 0.41 | 48.24 | 0.51 | 0.39 |
| Hex | 97 | 83 | 31 | 0 | D | 44 | 29 | 30 | 33 | 27 |
| Octal | 227 | 203 | 61 | 0 | 15 | 104 | 51 | 60 | 63 | 47 |
| Binary | 10010111 | 10000011 | 110001 | 0 | 1101 | 1000100 | 101001 | 110000 | 110011 | 100111 |
Color Harmonies of #978331
Complementary color
Monochromatic Colors of #978331
Black with #978331
Text Example
Text Example
White with #978331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978331; }
p { color: rgb(151,131,49); }
H1.HeaderClassName
{
color: #978331;
}
.AnyTagClassName
{
color: #978331;
}
</style>
background-color css
<style>
a { background-color: #978331; }
a { background-color: rgb(151,131,49); }
div.DivClassName
{
background-color: #978331;
}
.BgClassName
{
background-color: #978331;
}
</style>
border-color css
<style>
span { border-color: #978331; }
span { border-color: rgb(151,131,49); }
td.TdClassName
{
border-color: #978331;
}
.TagClassName
{
border-color: #978331;
}
</style>