Shades of Lemon Ginger #967C2F
Tints of Lemon Ginger #967C2F
RGB
CMYK
RGB Variations
Color information
#967C2F (or 0x967C2F) is known color: Lemon Ginger. HEX triplet: 96, 7C and 2F. RGB value is (150,124,47). Sum of RGB (Red+Green+Blue) = 150+124+47=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #967C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967C2F is #6983D0. Grayscale: #7B7B7B. Windows color (decimal): -6915025 or 3112086. OLE color: 3112086.
HSL color Cylindrical-coordinate representation of color #967C2F: hue angle of 44.85º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #967C2F is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 124 | 47 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.41 |
| HSL | 44.85º | 0.52% | 0.39% | - |
| HSV(B) | 44.85º | 0.69% | 0.59% | - |
| XYZ | 20.3 | 21.1 | 5.69 | - |
| YUV | 123 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 47 | 0 | 0.17 | 0.69 | 0.41 | 44.85 | 0.52 | 0.39 |
| Hex | 96 | 7C | 2F | 0 | 11 | 45 | 29 | 2D | 34 | 27 |
| Octal | 226 | 174 | 57 | 0 | 21 | 105 | 51 | 55 | 64 | 47 |
| Binary | 10010110 | 1111100 | 101111 | 0 | 10001 | 1000101 | 101001 | 101101 | 110100 | 100111 |
Color Harmonies of #967C2F
Complementary color
Monochromatic Colors of #967C2F
Black with #967C2F
Text Example
Text Example
White with #967C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967C2F; }
p { color: rgb(150,124,47); }
H1.HeaderClassName
{
color: #967C2F;
}
.AnyTagClassName
{
color: #967C2F;
}
</style>
background-color css
<style>
a { background-color: #967C2F; }
a { background-color: rgb(150,124,47); }
div.DivClassName
{
background-color: #967C2F;
}
.BgClassName
{
background-color: #967C2F;
}
</style>
border-color css
<style>
span { border-color: #967C2F; }
span { border-color: rgb(150,124,47); }
td.TdClassName
{
border-color: #967C2F;
}
.TagClassName
{
border-color: #967C2F;
}
</style>