Shades of Lemon Ginger #958133
Tints of Lemon Ginger #958133
RGB
CMYK
RGB Variations
Color information
#958133 (or 0x958133) is known color: Lemon Ginger. HEX triplet: 95, 81 and 33. RGB value is (149,129,51). Sum of RGB (Red+Green+Blue) = 149+129+51=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #958133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958133 is #6A7ECC. Grayscale: #7E7E7E. Windows color (decimal): -6979277 or 3375509. OLE color: 3375509.
HSL color Cylindrical-coordinate representation of color #958133: hue angle of 47.76º 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 #958133 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 129 | 51 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.42 |
| HSL | 47.76º | 0.49% | 0.39% | - |
| HSV(B) | 47.76º | 0.66% | 0.58% | - |
| XYZ | 20.84 | 22.33 | 6.34 | - |
| YUV | 126.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 51 | 0 | 0.13 | 0.66 | 0.42 | 47.76 | 0.49 | 0.39 |
| Hex | 95 | 81 | 33 | 0 | D | 42 | 2A | 30 | 31 | 27 |
| Octal | 225 | 201 | 63 | 0 | 15 | 102 | 52 | 60 | 61 | 47 |
| Binary | 10010101 | 10000001 | 110011 | 0 | 1101 | 1000010 | 101010 | 110000 | 110001 | 100111 |
Color Harmonies of #958133
Complementary color
Monochromatic Colors of #958133
Black with #958133
Text Example
Text Example
White with #958133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958133; }
p { color: rgb(149,129,51); }
H1.HeaderClassName
{
color: #958133;
}
.AnyTagClassName
{
color: #958133;
}
</style>
background-color css
<style>
a { background-color: #958133; }
a { background-color: rgb(149,129,51); }
div.DivClassName
{
background-color: #958133;
}
.BgClassName
{
background-color: #958133;
}
</style>
border-color css
<style>
span { border-color: #958133; }
span { border-color: rgb(149,129,51); }
td.TdClassName
{
border-color: #958133;
}
.TagClassName
{
border-color: #958133;
}
</style>