Shades of Lemon Ginger #958D24
Tints of Lemon Ginger #958D24
RGB
CMYK
RGB Variations
Color information
#958D24 (or 0x958D24) is known color: Lemon Ginger. HEX triplet: 95, 8D and 24. RGB value is (149,141,36). Sum of RGB (Red+Green+Blue) = 149+141+36=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #958D24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D24 is #6A72DB. Grayscale: #838383. Windows color (decimal): -6976220 or 2395541. OLE color: 2395541.
HSL color Cylindrical-coordinate representation of color #958D24: hue angle of 55.75º 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 #958D24 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 141 | 36 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.42 |
| HSL | 55.75º | 0.61% | 0.36% | - |
| HSV(B) | 55.75º | 0.76% | 0.58% | - |
| XYZ | 22.24 | 25.57 | 5.43 | - |
| YUV | 131.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 36 | 0 | 0.05 | 0.76 | 0.42 | 55.75 | 0.61 | 0.36 |
| Hex | 95 | 8D | 24 | 0 | 5 | 4C | 2A | 38 | 3D | 24 |
| Octal | 225 | 215 | 44 | 0 | 5 | 114 | 52 | 70 | 75 | 44 |
| Binary | 10010101 | 10001101 | 100100 | 0 | 101 | 1001100 | 101010 | 111000 | 111101 | 100100 |
Color Harmonies of #958D24
Complementary color
Monochromatic Colors of #958D24
Black with #958D24
Text Example
Text Example
White with #958D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D24; }
p { color: rgb(149,141,36); }
H1.HeaderClassName
{
color: #958D24;
}
.AnyTagClassName
{
color: #958D24;
}
</style>
background-color css
<style>
a { background-color: #958D24; }
a { background-color: rgb(149,141,36); }
div.DivClassName
{
background-color: #958D24;
}
.BgClassName
{
background-color: #958D24;
}
</style>
border-color css
<style>
span { border-color: #958D24; }
span { border-color: rgb(149,141,36); }
td.TdClassName
{
border-color: #958D24;
}
.TagClassName
{
border-color: #958D24;
}
</style>