Shades of Lemon Ginger #967B2E
Tints of Lemon Ginger #967B2E
RGB
CMYK
RGB Variations
Color information
#967B2E (or 0x967B2E) is known color: Lemon Ginger. HEX triplet: 96, 7B and 2E. RGB value is (150,123,46). Sum of RGB (Red+Green+Blue) = 150+123+46=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #967B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B2E is #6984D1. Grayscale: #7A7A7A. Windows color (decimal): -6915282 or 3046294. OLE color: 3046294.
HSL color Cylindrical-coordinate representation of color #967B2E: hue angle of 44.42º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #967B2E is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 123 | 46 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.41 |
| HSL | 44.42º | 0.53% | 0.38% | - |
| HSV(B) | 44.42º | 0.69% | 0.59% | - |
| XYZ | 20.15 | 20.85 | 5.55 | - |
| YUV | 122.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 46 | 0 | 0.18 | 0.69 | 0.41 | 44.42 | 0.53 | 0.38 |
| Hex | 96 | 7B | 2E | 0 | 12 | 45 | 29 | 2C | 35 | 26 |
| Octal | 226 | 173 | 56 | 0 | 22 | 105 | 51 | 54 | 65 | 46 |
| Binary | 10010110 | 1111011 | 101110 | 0 | 10010 | 1000101 | 101001 | 101100 | 110101 | 100110 |
Color Harmonies of #967B2E
Complementary color
Monochromatic Colors of #967B2E
Black with #967B2E
Text Example
Text Example
White with #967B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B2E; }
p { color: rgb(150,123,46); }
H1.HeaderClassName
{
color: #967B2E;
}
.AnyTagClassName
{
color: #967B2E;
}
</style>
background-color css
<style>
a { background-color: #967B2E; }
a { background-color: rgb(150,123,46); }
div.DivClassName
{
background-color: #967B2E;
}
.BgClassName
{
background-color: #967B2E;
}
</style>
border-color css
<style>
span { border-color: #967B2E; }
span { border-color: rgb(150,123,46); }
td.TdClassName
{
border-color: #967B2E;
}
.TagClassName
{
border-color: #967B2E;
}
</style>