Shades of Lemon Ginger #967D33
Tints of Lemon Ginger #967D33
RGB
CMYK
RGB Variations
Color information
#967D33 (or 0x967D33) is known color: Lemon Ginger. HEX triplet: 96, 7D and 33. RGB value is (150,125,51). Sum of RGB (Red+Green+Blue) = 150+125+51=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #967D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967D33 is #6982CC. Grayscale: #7C7C7C. Windows color (decimal): -6914765 or 3374486. OLE color: 3374486.
HSL color Cylindrical-coordinate representation of color #967D33: hue angle of 44.85º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #967D33 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 125 | 51 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.41 |
| HSL | 44.85º | 0.49% | 0.39% | - |
| HSV(B) | 44.85º | 0.66% | 0.59% | - |
| XYZ | 20.51 | 21.39 | 6.18 | - |
| YUV | 124.04 | 86.78 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 51 | 0 | 0.17 | 0.66 | 0.41 | 44.85 | 0.49 | 0.39 |
| Hex | 96 | 7D | 33 | 0 | 11 | 42 | 29 | 2D | 31 | 27 |
| Octal | 226 | 175 | 63 | 0 | 21 | 102 | 51 | 55 | 61 | 47 |
| Binary | 10010110 | 1111101 | 110011 | 0 | 10001 | 1000010 | 101001 | 101101 | 110001 | 100111 |
Color Harmonies of #967D33
Complementary color
Monochromatic Colors of #967D33
Black with #967D33
Text Example
Text Example
White with #967D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967D33; }
p { color: rgb(150,125,51); }
H1.HeaderClassName
{
color: #967D33;
}
.AnyTagClassName
{
color: #967D33;
}
</style>
background-color css
<style>
a { background-color: #967D33; }
a { background-color: rgb(150,125,51); }
div.DivClassName
{
background-color: #967D33;
}
.BgClassName
{
background-color: #967D33;
}
</style>
border-color css
<style>
span { border-color: #967D33; }
span { border-color: rgb(150,125,51); }
td.TdClassName
{
border-color: #967D33;
}
.TagClassName
{
border-color: #967D33;
}
</style>