Shades of Lemon Ginger #958921
Tints of Lemon Ginger #958921
RGB
CMYK
RGB Variations
Color information
#958921 (or 0x958921) is known color: Lemon Ginger. HEX triplet: 95, 89 and 21. RGB value is (149,137,33). Sum of RGB (Red+Green+Blue) = 149+137+33=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #958921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958921 is #6A76DE. Grayscale: #818181. Windows color (decimal): -6977247 or 2197909. OLE color: 2197909.
HSL color Cylindrical-coordinate representation of color #958921: hue angle of 53.79º 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 #958921 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 33 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.42 |
| HSL | 53.79º | 0.64% | 0.36% | - |
| HSV(B) | 53.79º | 0.78% | 0.58% | - |
| XYZ | 21.61 | 24.39 | 5.01 | - |
| YUV | 128.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 33 | 0 | 0.08 | 0.78 | 0.42 | 53.79 | 0.64 | 0.36 |
| Hex | 95 | 89 | 21 | 0 | 8 | 4E | 2A | 36 | 40 | 24 |
| Octal | 225 | 211 | 41 | 0 | 10 | 116 | 52 | 66 | 100 | 44 |
| Binary | 10010101 | 10001001 | 100001 | 0 | 1000 | 1001110 | 101010 | 110110 | 1000000 | 100100 |
Color Harmonies of #958921
Complementary color
Monochromatic Colors of #958921
Black with #958921
Text Example
Text Example
White with #958921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958921; }
p { color: rgb(149,137,33); }
H1.HeaderClassName
{
color: #958921;
}
.AnyTagClassName
{
color: #958921;
}
</style>
background-color css
<style>
a { background-color: #958921; }
a { background-color: rgb(149,137,33); }
div.DivClassName
{
background-color: #958921;
}
.BgClassName
{
background-color: #958921;
}
</style>
border-color css
<style>
span { border-color: #958921; }
span { border-color: rgb(149,137,33); }
td.TdClassName
{
border-color: #958921;
}
.TagClassName
{
border-color: #958921;
}
</style>