Shades of Lemon Ginger #959128
Tints of Lemon Ginger #959128
RGB
CMYK
RGB Variations
Color information
#959128 (or 0x959128) is known color: Lemon Ginger. HEX triplet: 95, 91 and 28. RGB value is (149,145,40). Sum of RGB (Red+Green+Blue) = 149+145+40=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #959128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959128 is #6A6ED7. Grayscale: #868686. Windows color (decimal): -6975192 or 2658709. OLE color: 2658709.
HSL color Cylindrical-coordinate representation of color #959128: hue angle of 57.8º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #959128 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 40 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.42 |
| HSL | 57.8º | 0.58% | 0.37% | - |
| HSV(B) | 57.8º | 0.73% | 0.58% | - |
| XYZ | 22.9 | 26.79 | 5.97 | - |
| YUV | 134.23 | 74.83 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 40 | 0 | 0.03 | 0.73 | 0.42 | 57.8 | 0.58 | 0.37 |
| Hex | 95 | 91 | 28 | 0 | 3 | 49 | 2A | 3A | 3A | 25 |
| Octal | 225 | 221 | 50 | 0 | 3 | 111 | 52 | 72 | 72 | 45 |
| Binary | 10010101 | 10010001 | 101000 | 0 | 11 | 1001001 | 101010 | 111010 | 111010 | 100101 |
Color Harmonies of #959128
Complementary color
Monochromatic Colors of #959128
Black with #959128
Text Example
Text Example
White with #959128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959128; }
p { color: rgb(149,145,40); }
H1.HeaderClassName
{
color: #959128;
}
.AnyTagClassName
{
color: #959128;
}
</style>
background-color css
<style>
a { background-color: #959128; }
a { background-color: rgb(149,145,40); }
div.DivClassName
{
background-color: #959128;
}
.BgClassName
{
background-color: #959128;
}
</style>
border-color css
<style>
span { border-color: #959128; }
span { border-color: rgb(149,145,40); }
td.TdClassName
{
border-color: #959128;
}
.TagClassName
{
border-color: #959128;
}
</style>