Shades of Lemon Ginger #978325
Tints of Lemon Ginger #978325
RGB
CMYK
RGB Variations
Color information
#978325 (or 0x978325) is known color: Lemon Ginger. HEX triplet: 97, 83 and 25. RGB value is (151,131,37). Sum of RGB (Red+Green+Blue) = 151+131+37=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #978325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978325 is #687CDA. Grayscale: #7E7E7E. Windows color (decimal): -6847707 or 2458519. OLE color: 2458519.
HSL color Cylindrical-coordinate representation of color #978325: hue angle of 49.47º 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 #978325 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 131 | 37 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.41 |
| HSL | 49.47º | 0.61% | 0.37% | - |
| HSV(B) | 49.47º | 0.75% | 0.59% | - |
| XYZ | 21.21 | 22.95 | 5.06 | - |
| YUV | 126.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 37 | 0 | 0.13 | 0.75 | 0.41 | 49.47 | 0.61 | 0.37 |
| Hex | 97 | 83 | 25 | 0 | D | 4B | 29 | 31 | 3D | 25 |
| Octal | 227 | 203 | 45 | 0 | 15 | 113 | 51 | 61 | 75 | 45 |
| Binary | 10010111 | 10000011 | 100101 | 0 | 1101 | 1001011 | 101001 | 110001 | 111101 | 100101 |
Color Harmonies of #978325
Complementary color
Monochromatic Colors of #978325
Black with #978325
Text Example
Text Example
White with #978325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978325; }
p { color: rgb(151,131,37); }
H1.HeaderClassName
{
color: #978325;
}
.AnyTagClassName
{
color: #978325;
}
</style>
background-color css
<style>
a { background-color: #978325; }
a { background-color: rgb(151,131,37); }
div.DivClassName
{
background-color: #978325;
}
.BgClassName
{
background-color: #978325;
}
</style>
border-color css
<style>
span { border-color: #978325; }
span { border-color: rgb(151,131,37); }
td.TdClassName
{
border-color: #978325;
}
.TagClassName
{
border-color: #978325;
}
</style>