Shades of Lemon Ginger #958F24
Tints of Lemon Ginger #958F24
RGB
CMYK
RGB Variations
Color information
#958F24 (or 0x958F24) is known color: Lemon Ginger. HEX triplet: 95, 8F and 24. RGB value is (149,143,36). Sum of RGB (Red+Green+Blue) = 149+143+36=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #958F24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F24 is #6A70DB. Grayscale: #858585. Windows color (decimal): -6975708 or 2396053. OLE color: 2396053.
HSL color Cylindrical-coordinate representation of color #958F24: hue angle of 56.81º 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 #958F24 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 36 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.42 |
| HSL | 56.81º | 0.61% | 0.36% | - |
| HSV(B) | 56.81º | 0.76% | 0.58% | - |
| XYZ | 22.54 | 26.16 | 5.53 | - |
| YUV | 132.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 36 | 0 | 0.04 | 0.76 | 0.42 | 56.81 | 0.61 | 0.36 |
| Hex | 95 | 8F | 24 | 0 | 4 | 4C | 2A | 39 | 3D | 24 |
| Octal | 225 | 217 | 44 | 0 | 4 | 114 | 52 | 71 | 75 | 44 |
| Binary | 10010101 | 10001111 | 100100 | 0 | 100 | 1001100 | 101010 | 111001 | 111101 | 100100 |
Color Harmonies of #958F24
Complementary color
Monochromatic Colors of #958F24
Black with #958F24
Text Example
Text Example
White with #958F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F24; }
p { color: rgb(149,143,36); }
H1.HeaderClassName
{
color: #958F24;
}
.AnyTagClassName
{
color: #958F24;
}
</style>
background-color css
<style>
a { background-color: #958F24; }
a { background-color: rgb(149,143,36); }
div.DivClassName
{
background-color: #958F24;
}
.BgClassName
{
background-color: #958F24;
}
</style>
border-color css
<style>
span { border-color: #958F24; }
span { border-color: rgb(149,143,36); }
td.TdClassName
{
border-color: #958F24;
}
.TagClassName
{
border-color: #958F24;
}
</style>