Shades of Lemon Ginger #958E24
Tints of Lemon Ginger #958E24
RGB
CMYK
RGB Variations
Color information
#958E24 (or 0x958E24) is known color: Lemon Ginger. HEX triplet: 95, 8E and 24. RGB value is (149,142,36). Sum of RGB (Red+Green+Blue) = 149+142+36=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #958E24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E24 is #6A71DB. Grayscale: #848484. Windows color (decimal): -6975964 or 2395797. OLE color: 2395797.
HSL color Cylindrical-coordinate representation of color #958E24: hue angle of 56.28º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #958E24 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 36 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.42 |
| HSL | 56.28º | 0.61% | 0.36% | - |
| HSV(B) | 56.28º | 0.76% | 0.58% | - |
| XYZ | 22.39 | 25.86 | 5.48 | - |
| YUV | 132.01 | 73.82 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 36 | 0 | 0.05 | 0.76 | 0.42 | 56.28 | 0.61 | 0.36 |
| Hex | 95 | 8E | 24 | 0 | 5 | 4C | 2A | 38 | 3D | 24 |
| Octal | 225 | 216 | 44 | 0 | 5 | 114 | 52 | 70 | 75 | 44 |
| Binary | 10010101 | 10001110 | 100100 | 0 | 101 | 1001100 | 101010 | 111000 | 111101 | 100100 |
Color Harmonies of #958E24
Complementary color
Monochromatic Colors of #958E24
Black with #958E24
Text Example
Text Example
White with #958E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E24; }
p { color: rgb(149,142,36); }
H1.HeaderClassName
{
color: #958E24;
}
.AnyTagClassName
{
color: #958E24;
}
</style>
background-color css
<style>
a { background-color: #958E24; }
a { background-color: rgb(149,142,36); }
div.DivClassName
{
background-color: #958E24;
}
.BgClassName
{
background-color: #958E24;
}
</style>
border-color css
<style>
span { border-color: #958E24; }
span { border-color: rgb(149,142,36); }
td.TdClassName
{
border-color: #958E24;
}
.TagClassName
{
border-color: #958E24;
}
</style>