Shades of Lemon Ginger #958E27
Tints of Lemon Ginger #958E27
RGB
CMYK
RGB Variations
Color information
#958E27 (or 0x958E27) is known color: Lemon Ginger. HEX triplet: 95, 8E and 27. RGB value is (149,142,39). Sum of RGB (Red+Green+Blue) = 149+142+39=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #958E27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E27 is #6A71D8. Grayscale: #848484. Windows color (decimal): -6975961 or 2592405. OLE color: 2592405.
HSL color Cylindrical-coordinate representation of color #958E27: hue angle of 56.18º 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 #958E27 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 39 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.42 |
| HSL | 56.18º | 0.59% | 0.37% | - |
| HSV(B) | 56.18º | 0.74% | 0.58% | - |
| XYZ | 22.43 | 25.88 | 5.73 | - |
| YUV | 132.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 39 | 0 | 0.05 | 0.74 | 0.42 | 56.18 | 0.59 | 0.37 |
| Hex | 95 | 8E | 27 | 0 | 5 | 4A | 2A | 38 | 3B | 25 |
| Octal | 225 | 216 | 47 | 0 | 5 | 112 | 52 | 70 | 73 | 45 |
| Binary | 10010101 | 10001110 | 100111 | 0 | 101 | 1001010 | 101010 | 111000 | 111011 | 100101 |
Color Harmonies of #958E27
Complementary color
Monochromatic Colors of #958E27
Black with #958E27
Text Example
Text Example
White with #958E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E27; }
p { color: rgb(149,142,39); }
H1.HeaderClassName
{
color: #958E27;
}
.AnyTagClassName
{
color: #958E27;
}
</style>
background-color css
<style>
a { background-color: #958E27; }
a { background-color: rgb(149,142,39); }
div.DivClassName
{
background-color: #958E27;
}
.BgClassName
{
background-color: #958E27;
}
</style>
border-color css
<style>
span { border-color: #958E27; }
span { border-color: rgb(149,142,39); }
td.TdClassName
{
border-color: #958E27;
}
.TagClassName
{
border-color: #958E27;
}
</style>