Shades of Lemon Ginger #958228
Tints of Lemon Ginger #958228
RGB
CMYK
RGB Variations
Color information
#958228 (or 0x958228) is known color: Lemon Ginger. HEX triplet: 95, 82 and 28. RGB value is (149,130,40). Sum of RGB (Red+Green+Blue) = 149+130+40=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #958228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958228 is #6A7DD7. Grayscale: #7D7D7D. Windows color (decimal): -6979032 or 2654869. OLE color: 2654869.
HSL color Cylindrical-coordinate representation of color #958228: hue angle of 49.54º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #958228 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 130 | 40 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.42 |
| HSL | 49.54º | 0.58% | 0.37% | - |
| HSV(B) | 49.54º | 0.73% | 0.58% | - |
| XYZ | 20.76 | 22.51 | 5.26 | - |
| YUV | 125.42 | 79.79 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 40 | 0 | 0.13 | 0.73 | 0.42 | 49.54 | 0.58 | 0.37 |
| Hex | 95 | 82 | 28 | 0 | D | 49 | 2A | 32 | 3A | 25 |
| Octal | 225 | 202 | 50 | 0 | 15 | 111 | 52 | 62 | 72 | 45 |
| Binary | 10010101 | 10000010 | 101000 | 0 | 1101 | 1001001 | 101010 | 110010 | 111010 | 100101 |
Color Harmonies of #958228
Complementary color
Monochromatic Colors of #958228
Black with #958228
Text Example
Text Example
White with #958228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958228; }
p { color: rgb(149,130,40); }
H1.HeaderClassName
{
color: #958228;
}
.AnyTagClassName
{
color: #958228;
}
</style>
background-color css
<style>
a { background-color: #958228; }
a { background-color: rgb(149,130,40); }
div.DivClassName
{
background-color: #958228;
}
.BgClassName
{
background-color: #958228;
}
</style>
border-color css
<style>
span { border-color: #958228; }
span { border-color: rgb(149,130,40); }
td.TdClassName
{
border-color: #958228;
}
.TagClassName
{
border-color: #958228;
}
</style>