Shades of Lemon Ginger #978A32
Tints of Lemon Ginger #978A32
RGB
CMYK
RGB Variations
Color information
#978A32 (or 0x978A32) is known color: Lemon Ginger. HEX triplet: 97, 8A and 32. RGB value is (151,138,50). Sum of RGB (Red+Green+Blue) = 151+138+50=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #978A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978A32 is #6875CD. Grayscale: #848484. Windows color (decimal): -6845902 or 3312279. OLE color: 3312279.
HSL color Cylindrical-coordinate representation of color #978A32: hue angle of 52.28º 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 #978A32 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 50 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.41 |
| HSL | 52.28º | 0.5% | 0.39% | - |
| HSV(B) | 52.28º | 0.67% | 0.59% | - |
| XYZ | 22.43 | 24.99 | 6.66 | - |
| YUV | 131.86 | 81.81 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 50 | 0 | 0.09 | 0.67 | 0.41 | 52.28 | 0.5 | 0.39 |
| Hex | 97 | 8A | 32 | 0 | 9 | 43 | 29 | 34 | 32 | 27 |
| Octal | 227 | 212 | 62 | 0 | 11 | 103 | 51 | 64 | 62 | 47 |
| Binary | 10010111 | 10001010 | 110010 | 0 | 1001 | 1000011 | 101001 | 110100 | 110010 | 100111 |
Color Harmonies of #978A32
Complementary color
Monochromatic Colors of #978A32
Black with #978A32
Text Example
Text Example
White with #978A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A32; }
p { color: rgb(151,138,50); }
H1.HeaderClassName
{
color: #978A32;
}
.AnyTagClassName
{
color: #978A32;
}
</style>
background-color css
<style>
a { background-color: #978A32; }
a { background-color: rgb(151,138,50); }
div.DivClassName
{
background-color: #978A32;
}
.BgClassName
{
background-color: #978A32;
}
</style>
border-color css
<style>
span { border-color: #978A32; }
span { border-color: rgb(151,138,50); }
td.TdClassName
{
border-color: #978A32;
}
.TagClassName
{
border-color: #978A32;
}
</style>