Shades of Lemon Ginger #958031
Tints of Lemon Ginger #958031
RGB
CMYK
RGB Variations
Color information
#958031 (or 0x958031) is known color: Lemon Ginger. HEX triplet: 95, 80 and 31. RGB value is (149,128,49). Sum of RGB (Red+Green+Blue) = 149+128+49=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #958031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958031 is #6A7FCE. Grayscale: #7D7D7D. Windows color (decimal): -6979535 or 3244181. OLE color: 3244181.
HSL color Cylindrical-coordinate representation of color #958031: hue angle of 47.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #958031 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 128 | 49 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.42 |
| HSL | 47.4º | 0.51% | 0.39% | - |
| HSV(B) | 47.4º | 0.67% | 0.58% | - |
| XYZ | 20.67 | 22.05 | 6.07 | - |
| YUV | 125.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 49 | 0 | 0.14 | 0.67 | 0.42 | 47.4 | 0.51 | 0.39 |
| Hex | 95 | 80 | 31 | 0 | E | 43 | 2A | 2F | 33 | 27 |
| Octal | 225 | 200 | 61 | 0 | 16 | 103 | 52 | 57 | 63 | 47 |
| Binary | 10010101 | 10000000 | 110001 | 0 | 1110 | 1000011 | 101010 | 101111 | 110011 | 100111 |
Color Harmonies of #958031
Complementary color
Monochromatic Colors of #958031
Black with #958031
Text Example
Text Example
White with #958031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958031; }
p { color: rgb(149,128,49); }
H1.HeaderClassName
{
color: #958031;
}
.AnyTagClassName
{
color: #958031;
}
</style>
background-color css
<style>
a { background-color: #958031; }
a { background-color: rgb(149,128,49); }
div.DivClassName
{
background-color: #958031;
}
.BgClassName
{
background-color: #958031;
}
</style>
border-color css
<style>
span { border-color: #958031; }
span { border-color: rgb(149,128,49); }
td.TdClassName
{
border-color: #958031;
}
.TagClassName
{
border-color: #958031;
}
</style>