Shades of Lemon Ginger #958E26
Tints of Lemon Ginger #958E26
RGB
CMYK
RGB Variations
Color information
#958E26 (or 0x958E26) is known color: Lemon Ginger. HEX triplet: 95, 8E and 26. RGB value is (149,142,38). Sum of RGB (Red+Green+Blue) = 149+142+38=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #958E26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E26 is #6A71D9. Grayscale: #848484. Windows color (decimal): -6975962 or 2526869. OLE color: 2526869.
HSL color Cylindrical-coordinate representation of color #958E26: hue angle of 56.22º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #958E26 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 38 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.42 |
| HSL | 56.22º | 0.59% | 0.37% | - |
| HSV(B) | 56.22º | 0.74% | 0.58% | - |
| XYZ | 22.42 | 25.88 | 5.65 | - |
| YUV | 132.24 | 74.82 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 38 | 0 | 0.05 | 0.74 | 0.42 | 56.22 | 0.59 | 0.37 |
| Hex | 95 | 8E | 26 | 0 | 5 | 4A | 2A | 38 | 3B | 25 |
| Octal | 225 | 216 | 46 | 0 | 5 | 112 | 52 | 70 | 73 | 45 |
| Binary | 10010101 | 10001110 | 100110 | 0 | 101 | 1001010 | 101010 | 111000 | 111011 | 100101 |
Color Harmonies of #958E26
Complementary color
Monochromatic Colors of #958E26
Black with #958E26
Text Example
Text Example
White with #958E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E26; }
p { color: rgb(149,142,38); }
H1.HeaderClassName
{
color: #958E26;
}
.AnyTagClassName
{
color: #958E26;
}
</style>
background-color css
<style>
a { background-color: #958E26; }
a { background-color: rgb(149,142,38); }
div.DivClassName
{
background-color: #958E26;
}
.BgClassName
{
background-color: #958E26;
}
</style>
border-color css
<style>
span { border-color: #958E26; }
span { border-color: rgb(149,142,38); }
td.TdClassName
{
border-color: #958E26;
}
.TagClassName
{
border-color: #958E26;
}
</style>