Shades of Lemon Ginger #958432
Tints of Lemon Ginger #958432
RGB
CMYK
RGB Variations
Color information
#958432 (or 0x958432) is known color: Lemon Ginger. HEX triplet: 95, 84 and 32. RGB value is (149,132,50). Sum of RGB (Red+Green+Blue) = 149+132+50=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #958432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958432 is #6A7BCD. Grayscale: #808080. Windows color (decimal): -6978510 or 3310741. OLE color: 3310741.
HSL color Cylindrical-coordinate representation of color #958432: hue angle of 49.7º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #958432 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 50 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.42 |
| HSL | 49.7º | 0.5% | 0.39% | - |
| HSV(B) | 49.7º | 0.66% | 0.58% | - |
| XYZ | 21.22 | 23.12 | 6.36 | - |
| YUV | 127.74 | 84.13 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 50 | 0 | 0.11 | 0.66 | 0.42 | 49.7 | 0.5 | 0.39 |
| Hex | 95 | 84 | 32 | 0 | B | 42 | 2A | 32 | 32 | 27 |
| Octal | 225 | 204 | 62 | 0 | 13 | 102 | 52 | 62 | 62 | 47 |
| Binary | 10010101 | 10000100 | 110010 | 0 | 1011 | 1000010 | 101010 | 110010 | 110010 | 100111 |
Color Harmonies of #958432
Complementary color
Monochromatic Colors of #958432
Black with #958432
Text Example
Text Example
White with #958432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958432; }
p { color: rgb(149,132,50); }
H1.HeaderClassName
{
color: #958432;
}
.AnyTagClassName
{
color: #958432;
}
</style>
background-color css
<style>
a { background-color: #958432; }
a { background-color: rgb(149,132,50); }
div.DivClassName
{
background-color: #958432;
}
.BgClassName
{
background-color: #958432;
}
</style>
border-color css
<style>
span { border-color: #958432; }
span { border-color: rgb(149,132,50); }
td.TdClassName
{
border-color: #958432;
}
.TagClassName
{
border-color: #958432;
}
</style>