Shades of Lemon Ginger #959127
Tints of Lemon Ginger #959127
RGB
CMYK
RGB Variations
Color information
#959127 (or 0x959127) is known color: Lemon Ginger. HEX triplet: 95, 91 and 27. RGB value is (149,145,39). Sum of RGB (Red+Green+Blue) = 149+145+39=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #959127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959127 is #6A6ED8. Grayscale: #868686. Windows color (decimal): -6975193 or 2593173. OLE color: 2593173.
HSL color Cylindrical-coordinate representation of color #959127: hue angle of 57.82º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #959127 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 39 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.42 |
| HSL | 57.82º | 0.59% | 0.37% | - |
| HSV(B) | 57.82º | 0.74% | 0.58% | - |
| XYZ | 22.89 | 26.79 | 5.88 | - |
| YUV | 134.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 39 | 0 | 0.03 | 0.74 | 0.42 | 57.82 | 0.59 | 0.37 |
| Hex | 95 | 91 | 27 | 0 | 3 | 4A | 2A | 3A | 3B | 25 |
| Octal | 225 | 221 | 47 | 0 | 3 | 112 | 52 | 72 | 73 | 45 |
| Binary | 10010101 | 10010001 | 100111 | 0 | 11 | 1001010 | 101010 | 111010 | 111011 | 100101 |
Color Harmonies of #959127
Complementary color
Monochromatic Colors of #959127
Black with #959127
Text Example
Text Example
White with #959127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959127; }
p { color: rgb(149,145,39); }
H1.HeaderClassName
{
color: #959127;
}
.AnyTagClassName
{
color: #959127;
}
</style>
background-color css
<style>
a { background-color: #959127; }
a { background-color: rgb(149,145,39); }
div.DivClassName
{
background-color: #959127;
}
.BgClassName
{
background-color: #959127;
}
</style>
border-color css
<style>
span { border-color: #959127; }
span { border-color: rgb(149,145,39); }
td.TdClassName
{
border-color: #959127;
}
.TagClassName
{
border-color: #959127;
}
</style>