Shades of Lemon Ginger #978B26
Tints of Lemon Ginger #978B26
RGB
CMYK
RGB Variations
Color information
#978B26 (or 0x978B26) is known color: Lemon Ginger. HEX triplet: 97, 8B and 26. RGB value is (151,139,38). Sum of RGB (Red+Green+Blue) = 151+139+38=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #978B26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978B26 is #6874D9. Grayscale: #838383. Windows color (decimal): -6845658 or 2526103. OLE color: 2526103.
HSL color Cylindrical-coordinate representation of color #978B26: hue angle of 53.63º degrees, saturation: 0.6, 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 #978B26 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 139 | 38 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.41 |
| HSL | 53.63º | 0.6% | 0.37% | - |
| HSV(B) | 53.63º | 0.75% | 0.59% | - |
| XYZ | 22.34 | 25.18 | 5.52 | - |
| YUV | 131.07 | 75.48 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 38 | 0 | 0.08 | 0.75 | 0.41 | 53.63 | 0.6 | 0.37 |
| Hex | 97 | 8B | 26 | 0 | 8 | 4B | 29 | 36 | 3C | 25 |
| Octal | 227 | 213 | 46 | 0 | 10 | 113 | 51 | 66 | 74 | 45 |
| Binary | 10010111 | 10001011 | 100110 | 0 | 1000 | 1001011 | 101001 | 110110 | 111100 | 100101 |
Color Harmonies of #978B26
Complementary color
Monochromatic Colors of #978B26
Black with #978B26
Text Example
Text Example
White with #978B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978B26; }
p { color: rgb(151,139,38); }
H1.HeaderClassName
{
color: #978B26;
}
.AnyTagClassName
{
color: #978B26;
}
</style>
background-color css
<style>
a { background-color: #978B26; }
a { background-color: rgb(151,139,38); }
div.DivClassName
{
background-color: #978B26;
}
.BgClassName
{
background-color: #978B26;
}
</style>
border-color css
<style>
span { border-color: #978B26; }
span { border-color: rgb(151,139,38); }
td.TdClassName
{
border-color: #978B26;
}
.TagClassName
{
border-color: #978B26;
}
</style>