Shades of Lemon Ginger #978532
Tints of Lemon Ginger #978532
RGB
CMYK
RGB Variations
Color information
#978532 (or 0x978532) is known color: Lemon Ginger. HEX triplet: 97, 85 and 32. RGB value is (151,133,50). Sum of RGB (Red+Green+Blue) = 151+133+50=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #978532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978532 is #687ACD. Grayscale: #818181. Windows color (decimal): -6847182 or 3310999. OLE color: 3310999.
HSL color Cylindrical-coordinate representation of color #978532: hue angle of 49.31º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #978532 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 133 | 50 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.41 |
| HSL | 49.31º | 0.5% | 0.39% | - |
| HSV(B) | 49.31º | 0.67% | 0.59% | - |
| XYZ | 21.73 | 23.58 | 6.42 | - |
| YUV | 128.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 133 | 50 | 0 | 0.12 | 0.67 | 0.41 | 49.31 | 0.5 | 0.39 |
| Hex | 97 | 85 | 32 | 0 | C | 43 | 29 | 31 | 32 | 27 |
| Octal | 227 | 205 | 62 | 0 | 14 | 103 | 51 | 61 | 62 | 47 |
| Binary | 10010111 | 10000101 | 110010 | 0 | 1100 | 1000011 | 101001 | 110001 | 110010 | 100111 |
Color Harmonies of #978532
Complementary color
Monochromatic Colors of #978532
Black with #978532
Text Example
Text Example
White with #978532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978532; }
p { color: rgb(151,133,50); }
H1.HeaderClassName
{
color: #978532;
}
.AnyTagClassName
{
color: #978532;
}
</style>
background-color css
<style>
a { background-color: #978532; }
a { background-color: rgb(151,133,50); }
div.DivClassName
{
background-color: #978532;
}
.BgClassName
{
background-color: #978532;
}
</style>
border-color css
<style>
span { border-color: #978532; }
span { border-color: rgb(151,133,50); }
td.TdClassName
{
border-color: #978532;
}
.TagClassName
{
border-color: #978532;
}
</style>