Shades of Lemon Ginger #958039
Tints of Lemon Ginger #958039
RGB
CMYK
RGB Variations
Color information
#958039 (or 0x958039) is known color: Lemon Ginger. HEX triplet: 95, 80 and 39. RGB value is (149,128,57). Sum of RGB (Red+Green+Blue) = 149+128+57=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #958039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958039 is #6A7FC6. Grayscale: #7E7E7E. Windows color (decimal): -6979527 or 3768469. OLE color: 3768469.
HSL color Cylindrical-coordinate representation of color #958039: hue angle of 46.3º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #958039 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 128 | 57 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.42 |
| HSL | 46.3º | 0.45% | 0.4% | - |
| HSV(B) | 46.3º | 0.62% | 0.58% | - |
| XYZ | 20.85 | 22.12 | 7.04 | - |
| YUV | 126.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 57 | 0 | 0.14 | 0.62 | 0.42 | 46.3 | 0.45 | 0.4 |
| Hex | 95 | 80 | 39 | 0 | E | 3E | 2A | 2E | 2D | 28 |
| Octal | 225 | 200 | 71 | 0 | 16 | 76 | 52 | 56 | 55 | 50 |
| Binary | 10010101 | 10000000 | 111001 | 0 | 1110 | 111110 | 101010 | 101110 | 101101 | 101000 |
Color Harmonies of #958039
Complementary color
Monochromatic Colors of #958039
Black with #958039
Text Example
Text Example
White with #958039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958039; }
p { color: rgb(149,128,57); }
H1.HeaderClassName
{
color: #958039;
}
.AnyTagClassName
{
color: #958039;
}
</style>
background-color css
<style>
a { background-color: #958039; }
a { background-color: rgb(149,128,57); }
div.DivClassName
{
background-color: #958039;
}
.BgClassName
{
background-color: #958039;
}
</style>
border-color css
<style>
span { border-color: #958039; }
span { border-color: rgb(149,128,57); }
td.TdClassName
{
border-color: #958039;
}
.TagClassName
{
border-color: #958039;
}
</style>