Shades of Lemon Ginger #958A2E
Tints of Lemon Ginger #958A2E
RGB
CMYK
RGB Variations
Color information
#958A2E (or 0x958A2E) is known color: Lemon Ginger. HEX triplet: 95, 8A and 2E. RGB value is (149,138,46). Sum of RGB (Red+Green+Blue) = 149+138+46=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #958A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A2E is #6A75D1. Grayscale: #838383. Windows color (decimal): -6976978 or 3050133. OLE color: 3050133.
HSL color Cylindrical-coordinate representation of color #958A2E: hue angle of 53.59º 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 #958A2E is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 46 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.42 |
| HSL | 53.59º | 0.53% | 0.38% | - |
| HSV(B) | 53.59º | 0.69% | 0.58% | - |
| XYZ | 21.98 | 24.76 | 6.21 | - |
| YUV | 130.8 | 80.14 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 46 | 0 | 0.07 | 0.69 | 0.42 | 53.59 | 0.53 | 0.38 |
| Hex | 95 | 8A | 2E | 0 | 7 | 45 | 2A | 36 | 35 | 26 |
| Octal | 225 | 212 | 56 | 0 | 7 | 105 | 52 | 66 | 65 | 46 |
| Binary | 10010101 | 10001010 | 101110 | 0 | 111 | 1000101 | 101010 | 110110 | 110101 | 100110 |
Color Harmonies of #958A2E
Complementary color
Monochromatic Colors of #958A2E
Black with #958A2E
Text Example
Text Example
White with #958A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A2E; }
p { color: rgb(149,138,46); }
H1.HeaderClassName
{
color: #958A2E;
}
.AnyTagClassName
{
color: #958A2E;
}
</style>
background-color css
<style>
a { background-color: #958A2E; }
a { background-color: rgb(149,138,46); }
div.DivClassName
{
background-color: #958A2E;
}
.BgClassName
{
background-color: #958A2E;
}
</style>
border-color css
<style>
span { border-color: #958A2E; }
span { border-color: rgb(149,138,46); }
td.TdClassName
{
border-color: #958A2E;
}
.TagClassName
{
border-color: #958A2E;
}
</style>