Shades of Lemon Ginger #958E1C
Tints of Lemon Ginger #958E1C
RGB
CMYK
RGB Variations
Color information
#958E1C (or 0x958E1C) is known color: Lemon Ginger. HEX triplet: 95, 8E and 1C. RGB value is (149,142,28). Sum of RGB (Red+Green+Blue) = 149+142+28=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #958E1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E1C is #6A71E3. Grayscale: #838383. Windows color (decimal): -6975972 or 1871509. OLE color: 1871509.
HSL color Cylindrical-coordinate representation of color #958E1C: hue angle of 56.53º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #958E1C is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 28 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.42 |
| HSL | 56.53º | 0.68% | 0.35% | - |
| HSV(B) | 56.53º | 0.81% | 0.58% | - |
| XYZ | 22.28 | 25.82 | 4.91 | - |
| YUV | 131.1 | 69.82 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 28 | 0 | 0.05 | 0.81 | 0.42 | 56.53 | 0.68 | 0.35 |
| Hex | 95 | 8E | 1C | 0 | 5 | 51 | 2A | 39 | 44 | 23 |
| Octal | 225 | 216 | 34 | 0 | 5 | 121 | 52 | 71 | 104 | 43 |
| Binary | 10010101 | 10001110 | 11100 | 0 | 101 | 1010001 | 101010 | 111001 | 1000100 | 100011 |
Color Harmonies of #958E1C
Complementary color
Monochromatic Colors of #958E1C
Black with #958E1C
Text Example
Text Example
White with #958E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E1C; }
p { color: rgb(149,142,28); }
H1.HeaderClassName
{
color: #958E1C;
}
.AnyTagClassName
{
color: #958E1C;
}
</style>
background-color css
<style>
a { background-color: #958E1C; }
a { background-color: rgb(149,142,28); }
div.DivClassName
{
background-color: #958E1C;
}
.BgClassName
{
background-color: #958E1C;
}
</style>
border-color css
<style>
span { border-color: #958E1C; }
span { border-color: rgb(149,142,28); }
td.TdClassName
{
border-color: #958E1C;
}
.TagClassName
{
border-color: #958E1C;
}
</style>