Shades of Lemon Ginger #958E1A
Tints of Lemon Ginger #958E1A
RGB
CMYK
RGB Variations
Color information
#958E1A (or 0x958E1A) is known color: Lemon Ginger. HEX triplet: 95, 8E and 1A. RGB value is (149,142,26). Sum of RGB (Red+Green+Blue) = 149+142+26=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #958E1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E1A is #6A71E5. Grayscale: #838383. Windows color (decimal): -6975974 or 1740437. OLE color: 1740437.
HSL color Cylindrical-coordinate representation of color #958E1A: hue angle of 56.59º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #958E1A is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 26 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.42 |
| HSL | 56.59º | 0.7% | 0.34% | - |
| HSV(B) | 56.59º | 0.83% | 0.58% | - |
| XYZ | 22.25 | 25.81 | 4.79 | - |
| YUV | 130.87 | 68.82 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 26 | 0 | 0.05 | 0.83 | 0.42 | 56.59 | 0.7 | 0.34 |
| Hex | 95 | 8E | 1A | 0 | 5 | 53 | 2A | 39 | 46 | 22 |
| Octal | 225 | 216 | 32 | 0 | 5 | 123 | 52 | 71 | 106 | 42 |
| Binary | 10010101 | 10001110 | 11010 | 0 | 101 | 1010011 | 101010 | 111001 | 1000110 | 100010 |
Color Harmonies of #958E1A
Complementary color
Monochromatic Colors of #958E1A
Black with #958E1A
Text Example
Text Example
White with #958E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E1A; }
p { color: rgb(149,142,26); }
H1.HeaderClassName
{
color: #958E1A;
}
.AnyTagClassName
{
color: #958E1A;
}
</style>
background-color css
<style>
a { background-color: #958E1A; }
a { background-color: rgb(149,142,26); }
div.DivClassName
{
background-color: #958E1A;
}
.BgClassName
{
background-color: #958E1A;
}
</style>
border-color css
<style>
span { border-color: #958E1A; }
span { border-color: rgb(149,142,26); }
td.TdClassName
{
border-color: #958E1A;
}
.TagClassName
{
border-color: #958E1A;
}
</style>