Shades of Lemon Ginger #978A2F
Tints of Lemon Ginger #978A2F
RGB
CMYK
RGB Variations
Color information
#978A2F (or 0x978A2F) is known color: Lemon Ginger. HEX triplet: 97, 8A and 2F. RGB value is (151,138,47). Sum of RGB (Red+Green+Blue) = 151+138+47=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #978A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978A2F is #6875D0. Grayscale: #838383. Windows color (decimal): -6845905 or 3115671. OLE color: 3115671.
HSL color Cylindrical-coordinate representation of color #978A2F: hue angle of 52.5º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #978A2F is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 47 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.41 |
| HSL | 52.5º | 0.53% | 0.39% | - |
| HSV(B) | 52.5º | 0.69% | 0.59% | - |
| XYZ | 22.36 | 24.96 | 6.33 | - |
| YUV | 131.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 47 | 0 | 0.09 | 0.69 | 0.41 | 52.5 | 0.53 | 0.39 |
| Hex | 97 | 8A | 2F | 0 | 9 | 45 | 29 | 34 | 35 | 27 |
| Octal | 227 | 212 | 57 | 0 | 11 | 105 | 51 | 64 | 65 | 47 |
| Binary | 10010111 | 10001010 | 101111 | 0 | 1001 | 1000101 | 101001 | 110100 | 110101 | 100111 |
Color Harmonies of #978A2F
Complementary color
Monochromatic Colors of #978A2F
Black with #978A2F
Text Example
Text Example
White with #978A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A2F; }
p { color: rgb(151,138,47); }
H1.HeaderClassName
{
color: #978A2F;
}
.AnyTagClassName
{
color: #978A2F;
}
</style>
background-color css
<style>
a { background-color: #978A2F; }
a { background-color: rgb(151,138,47); }
div.DivClassName
{
background-color: #978A2F;
}
.BgClassName
{
background-color: #978A2F;
}
</style>
border-color css
<style>
span { border-color: #978A2F; }
span { border-color: rgb(151,138,47); }
td.TdClassName
{
border-color: #978A2F;
}
.TagClassName
{
border-color: #978A2F;
}
</style>