Shades of Lemon Ginger #958924
Tints of Lemon Ginger #958924
RGB
CMYK
RGB Variations
Color information
#958924 (or 0x958924) is known color: Lemon Ginger. HEX triplet: 95, 89 and 24. RGB value is (149,137,36). Sum of RGB (Red+Green+Blue) = 149+137+36=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #958924 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958924 is #6A76DB. Grayscale: #818181. Windows color (decimal): -6977244 or 2394517. OLE color: 2394517.
HSL color Cylindrical-coordinate representation of color #958924: hue angle of 53.63º 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 #958924 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 36 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.42 |
| HSL | 53.63º | 0.61% | 0.36% | - |
| HSV(B) | 53.63º | 0.76% | 0.58% | - |
| XYZ | 21.66 | 24.41 | 5.24 | - |
| YUV | 129.07 | 75.48 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 36 | 0 | 0.08 | 0.76 | 0.42 | 53.63 | 0.61 | 0.36 |
| Hex | 95 | 89 | 24 | 0 | 8 | 4C | 2A | 36 | 3D | 24 |
| Octal | 225 | 211 | 44 | 0 | 10 | 114 | 52 | 66 | 75 | 44 |
| Binary | 10010101 | 10001001 | 100100 | 0 | 1000 | 1001100 | 101010 | 110110 | 111101 | 100100 |
Color Harmonies of #958924
Complementary color
Monochromatic Colors of #958924
Black with #958924
Text Example
Text Example
White with #958924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958924; }
p { color: rgb(149,137,36); }
H1.HeaderClassName
{
color: #958924;
}
.AnyTagClassName
{
color: #958924;
}
</style>
background-color css
<style>
a { background-color: #958924; }
a { background-color: rgb(149,137,36); }
div.DivClassName
{
background-color: #958924;
}
.BgClassName
{
background-color: #958924;
}
</style>
border-color css
<style>
span { border-color: #958924; }
span { border-color: rgb(149,137,36); }
td.TdClassName
{
border-color: #958924;
}
.TagClassName
{
border-color: #958924;
}
</style>