Shades of Lemon Ginger #958C24
Tints of Lemon Ginger #958C24
RGB
CMYK
RGB Variations
Color information
#958C24 (or 0x958C24) is known color: Lemon Ginger. HEX triplet: 95, 8C and 24. RGB value is (149,140,36). Sum of RGB (Red+Green+Blue) = 149+140+36=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #958C24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958C24 is #6A73DB. Grayscale: #838383. Windows color (decimal): -6976476 or 2395285. OLE color: 2395285.
HSL color Cylindrical-coordinate representation of color #958C24: hue angle of 55.22º 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 #958C24 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 36 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.42 |
| HSL | 55.22º | 0.61% | 0.36% | - |
| HSV(B) | 55.22º | 0.76% | 0.58% | - |
| XYZ | 22.09 | 25.27 | 5.38 | - |
| YUV | 130.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 36 | 0 | 0.06 | 0.76 | 0.42 | 55.22 | 0.61 | 0.36 |
| Hex | 95 | 8C | 24 | 0 | 6 | 4C | 2A | 37 | 3D | 24 |
| Octal | 225 | 214 | 44 | 0 | 6 | 114 | 52 | 67 | 75 | 44 |
| Binary | 10010101 | 10001100 | 100100 | 0 | 110 | 1001100 | 101010 | 110111 | 111101 | 100100 |
Color Harmonies of #958C24
Complementary color
Monochromatic Colors of #958C24
Black with #958C24
Text Example
Text Example
White with #958C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C24; }
p { color: rgb(149,140,36); }
H1.HeaderClassName
{
color: #958C24;
}
.AnyTagClassName
{
color: #958C24;
}
</style>
background-color css
<style>
a { background-color: #958C24; }
a { background-color: rgb(149,140,36); }
div.DivClassName
{
background-color: #958C24;
}
.BgClassName
{
background-color: #958C24;
}
</style>
border-color css
<style>
span { border-color: #958C24; }
span { border-color: rgb(149,140,36); }
td.TdClassName
{
border-color: #958C24;
}
.TagClassName
{
border-color: #958C24;
}
</style>