Shades of Lemon Ginger #958C0F
Tints of Lemon Ginger #958C0F
RGB
CMYK
RGB Variations
Color information
#958C0F (or 0x958C0F) is known color: Lemon Ginger. HEX triplet: 95, 8C and 0F. RGB value is (149,140,15). Sum of RGB (Red+Green+Blue) = 149+140+15=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #958C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958C0F is #6A73F0. Grayscale: #808080. Windows color (decimal): -6976497 or 1019029. OLE color: 1019029.
HSL color Cylindrical-coordinate representation of color #958C0F: hue angle of 55.97º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #958C0F is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 15 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.42 |
| HSL | 55.97º | 0.82% | 0.32% | - |
| HSV(B) | 55.97º | 0.9% | 0.58% | - |
| XYZ | 21.86 | 25.18 | 4.16 | - |
| YUV | 128.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 15 | 0 | 0.06 | 0.90 | 0.42 | 55.97 | 0.82 | 0.32 |
| Hex | 95 | 8C | F | 0 | 6 | 5A | 2A | 38 | 52 | 20 |
| Octal | 225 | 214 | 17 | 0 | 6 | 132 | 52 | 70 | 122 | 40 |
| Binary | 10010101 | 10001100 | 1111 | 0 | 110 | 1011010 | 101010 | 111000 | 1010010 | 100000 |
Color Harmonies of #958C0F
Complementary color
Monochromatic Colors of #958C0F
Black with #958C0F
Text Example
Text Example
White with #958C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C0F; }
p { color: rgb(149,140,15); }
H1.HeaderClassName
{
color: #958C0F;
}
.AnyTagClassName
{
color: #958C0F;
}
</style>
background-color css
<style>
a { background-color: #958C0F; }
a { background-color: rgb(149,140,15); }
div.DivClassName
{
background-color: #958C0F;
}
.BgClassName
{
background-color: #958C0F;
}
</style>
border-color css
<style>
span { border-color: #958C0F; }
span { border-color: rgb(149,140,15); }
td.TdClassName
{
border-color: #958C0F;
}
.TagClassName
{
border-color: #958C0F;
}
</style>