Shades of Lemon Ginger #958421
Tints of Lemon Ginger #958421
RGB
CMYK
RGB Variations
Color information
#958421 (or 0x958421) is known color: Lemon Ginger. HEX triplet: 95, 84 and 21. RGB value is (149,132,33). Sum of RGB (Red+Green+Blue) = 149+132+33=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #958421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958421 is #6A7BDE. Grayscale: #7E7E7E. Windows color (decimal): -6978527 or 2196629. OLE color: 2196629.
HSL color Cylindrical-coordinate representation of color #958421: hue angle of 51.21º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #958421 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 33 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.42 |
| HSL | 51.21º | 0.64% | 0.36% | - |
| HSV(B) | 51.21º | 0.78% | 0.58% | - |
| XYZ | 20.92 | 23 | 4.78 | - |
| YUV | 125.8 | 75.63 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 33 | 0 | 0.11 | 0.78 | 0.42 | 51.21 | 0.64 | 0.36 |
| Hex | 95 | 84 | 21 | 0 | B | 4E | 2A | 33 | 40 | 24 |
| Octal | 225 | 204 | 41 | 0 | 13 | 116 | 52 | 63 | 100 | 44 |
| Binary | 10010101 | 10000100 | 100001 | 0 | 1011 | 1001110 | 101010 | 110011 | 1000000 | 100100 |
Color Harmonies of #958421
Complementary color
Monochromatic Colors of #958421
Black with #958421
Text Example
Text Example
White with #958421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958421; }
p { color: rgb(149,132,33); }
H1.HeaderClassName
{
color: #958421;
}
.AnyTagClassName
{
color: #958421;
}
</style>
background-color css
<style>
a { background-color: #958421; }
a { background-color: rgb(149,132,33); }
div.DivClassName
{
background-color: #958421;
}
.BgClassName
{
background-color: #958421;
}
</style>
border-color css
<style>
span { border-color: #958421; }
span { border-color: rgb(149,132,33); }
td.TdClassName
{
border-color: #958421;
}
.TagClassName
{
border-color: #958421;
}
</style>