Shades of Lemon Ginger #958629
Tints of Lemon Ginger #958629
RGB
CMYK
RGB Variations
Color information
#958629 (or 0x958629) is known color: Lemon Ginger. HEX triplet: 95, 86 and 29. RGB value is (149,134,41). Sum of RGB (Red+Green+Blue) = 149+134+41=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #958629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958629 is #6A79D6. Grayscale: #808080. Windows color (decimal): -6978007 or 2721429. OLE color: 2721429.
HSL color Cylindrical-coordinate representation of color #958629: hue angle of 51.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #958629 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 134 | 41 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.42 |
| HSL | 51.67º | 0.57% | 0.37% | - |
| HSV(B) | 51.67º | 0.72% | 0.58% | - |
| XYZ | 21.32 | 23.6 | 5.53 | - |
| YUV | 127.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 41 | 0 | 0.10 | 0.72 | 0.42 | 51.67 | 0.57 | 0.37 |
| Hex | 95 | 86 | 29 | 0 | A | 48 | 2A | 34 | 39 | 25 |
| Octal | 225 | 206 | 51 | 0 | 12 | 110 | 52 | 64 | 71 | 45 |
| Binary | 10010101 | 10000110 | 101001 | 0 | 1010 | 1001000 | 101010 | 110100 | 111001 | 100101 |
Color Harmonies of #958629
Complementary color
Monochromatic Colors of #958629
Black with #958629
Text Example
Text Example
White with #958629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958629; }
p { color: rgb(149,134,41); }
H1.HeaderClassName
{
color: #958629;
}
.AnyTagClassName
{
color: #958629;
}
</style>
background-color css
<style>
a { background-color: #958629; }
a { background-color: rgb(149,134,41); }
div.DivClassName
{
background-color: #958629;
}
.BgClassName
{
background-color: #958629;
}
</style>
border-color css
<style>
span { border-color: #958629; }
span { border-color: rgb(149,134,41); }
td.TdClassName
{
border-color: #958629;
}
.TagClassName
{
border-color: #958629;
}
</style>