Shades of Lemon Ginger #958425
Tints of Lemon Ginger #958425
RGB
CMYK
RGB Variations
Color information
#958425 (or 0x958425) is known color: Lemon Ginger. HEX triplet: 95, 84 and 25. RGB value is (149,132,37). Sum of RGB (Red+Green+Blue) = 149+132+37=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #958425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958425 is #6A7BDA. Grayscale: #7E7E7E. Windows color (decimal): -6978523 or 2458773. OLE color: 2458773.
HSL color Cylindrical-coordinate representation of color #958425: hue angle of 50.89º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #958425 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 37 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.42 |
| HSL | 50.89º | 0.6% | 0.36% | - |
| HSV(B) | 50.89º | 0.75% | 0.58% | - |
| XYZ | 20.98 | 23.03 | 5.09 | - |
| YUV | 126.25 | 77.63 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 37 | 0 | 0.11 | 0.75 | 0.42 | 50.89 | 0.6 | 0.36 |
| Hex | 95 | 84 | 25 | 0 | B | 4B | 2A | 33 | 3C | 24 |
| Octal | 225 | 204 | 45 | 0 | 13 | 113 | 52 | 63 | 74 | 44 |
| Binary | 10010101 | 10000100 | 100101 | 0 | 1011 | 1001011 | 101010 | 110011 | 111100 | 100100 |
Color Harmonies of #958425
Complementary color
Monochromatic Colors of #958425
Black with #958425
Text Example
Text Example
White with #958425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958425; }
p { color: rgb(149,132,37); }
H1.HeaderClassName
{
color: #958425;
}
.AnyTagClassName
{
color: #958425;
}
</style>
background-color css
<style>
a { background-color: #958425; }
a { background-color: rgb(149,132,37); }
div.DivClassName
{
background-color: #958425;
}
.BgClassName
{
background-color: #958425;
}
</style>
border-color css
<style>
span { border-color: #958425; }
span { border-color: rgb(149,132,37); }
td.TdClassName
{
border-color: #958425;
}
.TagClassName
{
border-color: #958425;
}
</style>