Shades of Lemon Ginger #968616
Tints of Lemon Ginger #968616
RGB
CMYK
RGB Variations
Color information
#968616 (or 0x968616) is known color: Lemon Ginger. HEX triplet: 96, 86 and 16. RGB value is (150,134,22). Sum of RGB (Red+Green+Blue) = 150+134+22=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #968616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968616 is #6979E9. Grayscale: #7E7E7E. Windows color (decimal): -6912490 or 1476246. OLE color: 1476246.
HSL color Cylindrical-coordinate representation of color #968616: hue angle of 52.5º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #968616 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 22 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.41 |
| HSL | 52.5º | 0.74% | 0.34% | - |
| HSV(B) | 52.5º | 0.85% | 0.59% | - |
| XYZ | 21.25 | 23.59 | 4.19 | - |
| YUV | 126.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 22 | 0 | 0.11 | 0.85 | 0.41 | 52.5 | 0.74 | 0.34 |
| Hex | 96 | 86 | 16 | 0 | B | 55 | 29 | 34 | 4A | 22 |
| Octal | 226 | 206 | 26 | 0 | 13 | 125 | 51 | 64 | 112 | 42 |
| Binary | 10010110 | 10000110 | 10110 | 0 | 1011 | 1010101 | 101001 | 110100 | 1001010 | 100010 |
Color Harmonies of #968616
Complementary color
Monochromatic Colors of #968616
Black with #968616
Text Example
Text Example
White with #968616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968616; }
p { color: rgb(150,134,22); }
H1.HeaderClassName
{
color: #968616;
}
.AnyTagClassName
{
color: #968616;
}
</style>
background-color css
<style>
a { background-color: #968616; }
a { background-color: rgb(150,134,22); }
div.DivClassName
{
background-color: #968616;
}
.BgClassName
{
background-color: #968616;
}
</style>
border-color css
<style>
span { border-color: #968616; }
span { border-color: rgb(150,134,22); }
td.TdClassName
{
border-color: #968616;
}
.TagClassName
{
border-color: #968616;
}
</style>