Shades of Lemon Ginger #958518
Tints of Lemon Ginger #958518
RGB
CMYK
RGB Variations
Color information
#958518 (or 0x958518) is known color: Lemon Ginger. HEX triplet: 95, 85 and 18. RGB value is (149,133,24). Sum of RGB (Red+Green+Blue) = 149+133+24=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #958518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958518 is #6A7AE7. Grayscale: #7D7D7D. Windows color (decimal): -6978280 or 1607061. OLE color: 1607061.
HSL color Cylindrical-coordinate representation of color #958518: hue angle of 52.32º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #958518 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 24 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.42 |
| HSL | 52.32º | 0.72% | 0.34% | - |
| HSV(B) | 52.32º | 0.84% | 0.58% | - |
| XYZ | 20.95 | 23.23 | 4.24 | - |
| YUV | 125.36 | 70.8 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 24 | 0 | 0.11 | 0.84 | 0.42 | 52.32 | 0.72 | 0.34 |
| Hex | 95 | 85 | 18 | 0 | B | 54 | 2A | 34 | 48 | 22 |
| Octal | 225 | 205 | 30 | 0 | 13 | 124 | 52 | 64 | 110 | 42 |
| Binary | 10010101 | 10000101 | 11000 | 0 | 1011 | 1010100 | 101010 | 110100 | 1001000 | 100010 |
Color Harmonies of #958518
Complementary color
Monochromatic Colors of #958518
Black with #958518
Text Example
Text Example
White with #958518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958518; }
p { color: rgb(149,133,24); }
H1.HeaderClassName
{
color: #958518;
}
.AnyTagClassName
{
color: #958518;
}
</style>
background-color css
<style>
a { background-color: #958518; }
a { background-color: rgb(149,133,24); }
div.DivClassName
{
background-color: #958518;
}
.BgClassName
{
background-color: #958518;
}
</style>
border-color css
<style>
span { border-color: #958518; }
span { border-color: rgb(149,133,24); }
td.TdClassName
{
border-color: #958518;
}
.TagClassName
{
border-color: #958518;
}
</style>