Shades of Lemon Ginger #978328
Tints of Lemon Ginger #978328
RGB
CMYK
RGB Variations
Color information
#978328 (or 0x978328) is known color: Lemon Ginger. HEX triplet: 97, 83 and 28. RGB value is (151,131,40). Sum of RGB (Red+Green+Blue) = 151+131+40=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #978328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978328 is #687CD7. Grayscale: #7E7E7E. Windows color (decimal): -6847704 or 2655127. OLE color: 2655127.
HSL color Cylindrical-coordinate representation of color #978328: hue angle of 49.19º degrees, saturation: 0.58, 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 #978328 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 131 | 40 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.41 |
| HSL | 49.19º | 0.58% | 0.37% | - |
| HSV(B) | 49.19º | 0.74% | 0.59% | - |
| XYZ | 21.26 | 22.97 | 5.32 | - |
| YUV | 126.61 | 79.13 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 40 | 0 | 0.13 | 0.74 | 0.41 | 49.19 | 0.58 | 0.37 |
| Hex | 97 | 83 | 28 | 0 | D | 4A | 29 | 31 | 3A | 25 |
| Octal | 227 | 203 | 50 | 0 | 15 | 112 | 51 | 61 | 72 | 45 |
| Binary | 10010111 | 10000011 | 101000 | 0 | 1101 | 1001010 | 101001 | 110001 | 111010 | 100101 |
Color Harmonies of #978328
Complementary color
Monochromatic Colors of #978328
Black with #978328
Text Example
Text Example
White with #978328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978328; }
p { color: rgb(151,131,40); }
H1.HeaderClassName
{
color: #978328;
}
.AnyTagClassName
{
color: #978328;
}
</style>
background-color css
<style>
a { background-color: #978328; }
a { background-color: rgb(151,131,40); }
div.DivClassName
{
background-color: #978328;
}
.BgClassName
{
background-color: #978328;
}
</style>
border-color css
<style>
span { border-color: #978328; }
span { border-color: rgb(151,131,40); }
td.TdClassName
{
border-color: #978328;
}
.TagClassName
{
border-color: #978328;
}
</style>