Shades of Lemon Ginger #958D2E
Tints of Lemon Ginger #958D2E
RGB
CMYK
RGB Variations
Color information
#958D2E (or 0x958D2E) is known color: Lemon Ginger. HEX triplet: 95, 8D and 2E. RGB value is (149,141,46). Sum of RGB (Red+Green+Blue) = 149+141+46=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #958D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D2E is #6A72D1. Grayscale: #848484. Windows color (decimal): -6976210 or 3050901. OLE color: 3050901.
HSL color Cylindrical-coordinate representation of color #958D2E: hue angle of 55.34º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #958D2E is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 141 | 46 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.42 |
| HSL | 55.34º | 0.53% | 0.38% | - |
| HSV(B) | 55.34º | 0.69% | 0.58% | - |
| XYZ | 22.41 | 25.64 | 6.35 | - |
| YUV | 132.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 46 | 0 | 0.05 | 0.69 | 0.42 | 55.34 | 0.53 | 0.38 |
| Hex | 95 | 8D | 2E | 0 | 5 | 45 | 2A | 37 | 35 | 26 |
| Octal | 225 | 215 | 56 | 0 | 5 | 105 | 52 | 67 | 65 | 46 |
| Binary | 10010101 | 10001101 | 101110 | 0 | 101 | 1000101 | 101010 | 110111 | 110101 | 100110 |
Color Harmonies of #958D2E
Complementary color
Monochromatic Colors of #958D2E
Black with #958D2E
Text Example
Text Example
White with #958D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D2E; }
p { color: rgb(149,141,46); }
H1.HeaderClassName
{
color: #958D2E;
}
.AnyTagClassName
{
color: #958D2E;
}
</style>
background-color css
<style>
a { background-color: #958D2E; }
a { background-color: rgb(149,141,46); }
div.DivClassName
{
background-color: #958D2E;
}
.BgClassName
{
background-color: #958D2E;
}
</style>
border-color css
<style>
span { border-color: #958D2E; }
span { border-color: rgb(149,141,46); }
td.TdClassName
{
border-color: #958D2E;
}
.TagClassName
{
border-color: #958D2E;
}
</style>