Shades of Lemon Ginger #958433
Tints of Lemon Ginger #958433
RGB
CMYK
RGB Variations
Color information
#958433 (or 0x958433) is known color: Lemon Ginger. HEX triplet: 95, 84 and 33. RGB value is (149,132,51). Sum of RGB (Red+Green+Blue) = 149+132+51=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #958433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958433 is #6A7BCC. Grayscale: #808080. Windows color (decimal): -6978509 or 3376277. OLE color: 3376277.
HSL color Cylindrical-coordinate representation of color #958433: hue angle of 49.59º degrees, saturation: 0.49, 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 #958433 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 51 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.42 |
| HSL | 49.59º | 0.49% | 0.39% | - |
| HSV(B) | 49.59º | 0.66% | 0.58% | - |
| XYZ | 21.24 | 23.13 | 6.48 | - |
| YUV | 127.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 51 | 0 | 0.11 | 0.66 | 0.42 | 49.59 | 0.49 | 0.39 |
| Hex | 95 | 84 | 33 | 0 | B | 42 | 2A | 32 | 31 | 27 |
| Octal | 225 | 204 | 63 | 0 | 13 | 102 | 52 | 62 | 61 | 47 |
| Binary | 10010101 | 10000100 | 110011 | 0 | 1011 | 1000010 | 101010 | 110010 | 110001 | 100111 |
Color Harmonies of #958433
Complementary color
Monochromatic Colors of #958433
Black with #958433
Text Example
Text Example
White with #958433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958433; }
p { color: rgb(149,132,51); }
H1.HeaderClassName
{
color: #958433;
}
.AnyTagClassName
{
color: #958433;
}
</style>
background-color css
<style>
a { background-color: #958433; }
a { background-color: rgb(149,132,51); }
div.DivClassName
{
background-color: #958433;
}
.BgClassName
{
background-color: #958433;
}
</style>
border-color css
<style>
span { border-color: #958433; }
span { border-color: rgb(149,132,51); }
td.TdClassName
{
border-color: #958433;
}
.TagClassName
{
border-color: #958433;
}
</style>