Shades of Lemon Ginger #958C1E
Tints of Lemon Ginger #958C1E
RGB
CMYK
RGB Variations
Color information
#958C1E (or 0x958C1E) is known color: Lemon Ginger. HEX triplet: 95, 8C and 1E. RGB value is (149,140,30). Sum of RGB (Red+Green+Blue) = 149+140+30=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #958C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958C1E is #6A73E1. Grayscale: #828282. Windows color (decimal): -6976482 or 2002069. OLE color: 2002069.
HSL color Cylindrical-coordinate representation of color #958C1E: hue angle of 55.46º 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 #958C1E is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 30 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.42 |
| HSL | 55.46º | 0.66% | 0.35% | - |
| HSV(B) | 55.46º | 0.8% | 0.58% | - |
| XYZ | 22.01 | 25.24 | 4.94 | - |
| YUV | 130.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 30 | 0 | 0.06 | 0.80 | 0.42 | 55.46 | 0.66 | 0.35 |
| Hex | 95 | 8C | 1E | 0 | 6 | 50 | 2A | 37 | 42 | 23 |
| Octal | 225 | 214 | 36 | 0 | 6 | 120 | 52 | 67 | 102 | 43 |
| Binary | 10010101 | 10001100 | 11110 | 0 | 110 | 1010000 | 101010 | 110111 | 1000010 | 100011 |
Color Harmonies of #958C1E
Complementary color
Monochromatic Colors of #958C1E
Black with #958C1E
Text Example
Text Example
White with #958C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C1E; }
p { color: rgb(149,140,30); }
H1.HeaderClassName
{
color: #958C1E;
}
.AnyTagClassName
{
color: #958C1E;
}
</style>
background-color css
<style>
a { background-color: #958C1E; }
a { background-color: rgb(149,140,30); }
div.DivClassName
{
background-color: #958C1E;
}
.BgClassName
{
background-color: #958C1E;
}
</style>
border-color css
<style>
span { border-color: #958C1E; }
span { border-color: rgb(149,140,30); }
td.TdClassName
{
border-color: #958C1E;
}
.TagClassName
{
border-color: #958C1E;
}
</style>