Shades of Lemon Ginger #958820
Tints of Lemon Ginger #958820
RGB
CMYK
RGB Variations
Color information
#958820 (or 0x958820) is known color: Lemon Ginger. HEX triplet: 95, 88 and 20. RGB value is (149,136,32). Sum of RGB (Red+Green+Blue) = 149+136+32=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #958820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958820 is #6A77DF. Grayscale: #808080. Windows color (decimal): -6977504 or 2132117. OLE color: 2132117.
HSL color Cylindrical-coordinate representation of color #958820: hue angle of 53.33º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #958820 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 136 | 32 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.42 |
| HSL | 53.33º | 0.65% | 0.35% | - |
| HSV(B) | 53.33º | 0.79% | 0.58% | - |
| XYZ | 21.46 | 24.1 | 4.89 | - |
| YUV | 128.03 | 73.81 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 32 | 0 | 0.09 | 0.79 | 0.42 | 53.33 | 0.65 | 0.35 |
| Hex | 95 | 88 | 20 | 0 | 9 | 4F | 2A | 35 | 41 | 23 |
| Octal | 225 | 210 | 40 | 0 | 11 | 117 | 52 | 65 | 101 | 43 |
| Binary | 10010101 | 10001000 | 100000 | 0 | 1001 | 1001111 | 101010 | 110101 | 1000001 | 100011 |
Color Harmonies of #958820
Complementary color
Monochromatic Colors of #958820
Black with #958820
Text Example
Text Example
White with #958820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958820; }
p { color: rgb(149,136,32); }
H1.HeaderClassName
{
color: #958820;
}
.AnyTagClassName
{
color: #958820;
}
</style>
background-color css
<style>
a { background-color: #958820; }
a { background-color: rgb(149,136,32); }
div.DivClassName
{
background-color: #958820;
}
.BgClassName
{
background-color: #958820;
}
</style>
border-color css
<style>
span { border-color: #958820; }
span { border-color: rgb(149,136,32); }
td.TdClassName
{
border-color: #958820;
}
.TagClassName
{
border-color: #958820;
}
</style>