Shades of Lemon Ginger #968C26
Tints of Lemon Ginger #968C26
RGB
CMYK
RGB Variations
Color information
#968C26 (or 0x968C26) is known color: Lemon Ginger. HEX triplet: 96, 8C and 26. RGB value is (150,140,38). Sum of RGB (Red+Green+Blue) = 150+140+38=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #968C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C26 is #6973D9. Grayscale: #838383. Windows color (decimal): -6910938 or 2526358. OLE color: 2526358.
HSL color Cylindrical-coordinate representation of color #968C26: hue angle of 54.64º 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 #968C26 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 38 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.41 |
| HSL | 54.64º | 0.6% | 0.37% | - |
| HSV(B) | 54.64º | 0.75% | 0.59% | - |
| XYZ | 22.31 | 25.38 | 5.56 | - |
| YUV | 131.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 38 | 0 | 0.07 | 0.75 | 0.41 | 54.64 | 0.6 | 0.37 |
| Hex | 96 | 8C | 26 | 0 | 7 | 4B | 29 | 37 | 3C | 25 |
| Octal | 226 | 214 | 46 | 0 | 7 | 113 | 51 | 67 | 74 | 45 |
| Binary | 10010110 | 10001100 | 100110 | 0 | 111 | 1001011 | 101001 | 110111 | 111100 | 100101 |
Color Harmonies of #968C26
Complementary color
Monochromatic Colors of #968C26
Black with #968C26
Text Example
Text Example
White with #968C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C26; }
p { color: rgb(150,140,38); }
H1.HeaderClassName
{
color: #968C26;
}
.AnyTagClassName
{
color: #968C26;
}
</style>
background-color css
<style>
a { background-color: #968C26; }
a { background-color: rgb(150,140,38); }
div.DivClassName
{
background-color: #968C26;
}
.BgClassName
{
background-color: #968C26;
}
</style>
border-color css
<style>
span { border-color: #968C26; }
span { border-color: rgb(150,140,38); }
td.TdClassName
{
border-color: #968C26;
}
.TagClassName
{
border-color: #968C26;
}
</style>