Shades of Lemon Ginger #958A1E
Tints of Lemon Ginger #958A1E
RGB
CMYK
RGB Variations
Color information
#958A1E (or 0x958A1E) is known color: Lemon Ginger. HEX triplet: 95, 8A and 1E. RGB value is (149,138,30). Sum of RGB (Red+Green+Blue) = 149+138+30=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #958A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A1E is #6A75E1. Grayscale: #818181. Windows color (decimal): -6976994 or 2001557. OLE color: 2001557.
HSL color Cylindrical-coordinate representation of color #958A1E: hue angle of 54.45º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #958A1E is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 30 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.42 |
| HSL | 54.45º | 0.66% | 0.35% | - |
| HSV(B) | 54.45º | 0.8% | 0.58% | - |
| XYZ | 21.72 | 24.66 | 4.84 | - |
| YUV | 128.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 30 | 0 | 0.07 | 0.80 | 0.42 | 54.45 | 0.66 | 0.35 |
| Hex | 95 | 8A | 1E | 0 | 7 | 50 | 2A | 36 | 42 | 23 |
| Octal | 225 | 212 | 36 | 0 | 7 | 120 | 52 | 66 | 102 | 43 |
| Binary | 10010101 | 10001010 | 11110 | 0 | 111 | 1010000 | 101010 | 110110 | 1000010 | 100011 |
Color Harmonies of #958A1E
Complementary color
Monochromatic Colors of #958A1E
Black with #958A1E
Text Example
Text Example
White with #958A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A1E; }
p { color: rgb(149,138,30); }
H1.HeaderClassName
{
color: #958A1E;
}
.AnyTagClassName
{
color: #958A1E;
}
</style>
background-color css
<style>
a { background-color: #958A1E; }
a { background-color: rgb(149,138,30); }
div.DivClassName
{
background-color: #958A1E;
}
.BgClassName
{
background-color: #958A1E;
}
</style>
border-color css
<style>
span { border-color: #958A1E; }
span { border-color: rgb(149,138,30); }
td.TdClassName
{
border-color: #958A1E;
}
.TagClassName
{
border-color: #958A1E;
}
</style>