Shades of Lemon Ginger #968E2C
Tints of Lemon Ginger #968E2C
RGB
CMYK
RGB Variations
Color information
#968E2C (or 0x968E2C) is known color: Lemon Ginger. HEX triplet: 96, 8E and 2C. RGB value is (150,142,44). Sum of RGB (Red+Green+Blue) = 150+142+44=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #968E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E2C is #6971D3. Grayscale: #858585. Windows color (decimal): -6910420 or 2920086. OLE color: 2920086.
HSL color Cylindrical-coordinate representation of color #968E2C: hue angle of 55.47º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #968E2C is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 44 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.41 |
| HSL | 55.47º | 0.55% | 0.38% | - |
| HSV(B) | 55.47º | 0.71% | 0.59% | - |
| XYZ | 22.71 | 26.01 | 6.21 | - |
| YUV | 133.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 44 | 0 | 0.05 | 0.71 | 0.41 | 55.47 | 0.55 | 0.38 |
| Hex | 96 | 8E | 2C | 0 | 5 | 47 | 29 | 37 | 37 | 26 |
| Octal | 226 | 216 | 54 | 0 | 5 | 107 | 51 | 67 | 67 | 46 |
| Binary | 10010110 | 10001110 | 101100 | 0 | 101 | 1000111 | 101001 | 110111 | 110111 | 100110 |
Color Harmonies of #968E2C
Complementary color
Monochromatic Colors of #968E2C
Black with #968E2C
Text Example
Text Example
White with #968E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E2C; }
p { color: rgb(150,142,44); }
H1.HeaderClassName
{
color: #968E2C;
}
.AnyTagClassName
{
color: #968E2C;
}
</style>
background-color css
<style>
a { background-color: #968E2C; }
a { background-color: rgb(150,142,44); }
div.DivClassName
{
background-color: #968E2C;
}
.BgClassName
{
background-color: #968E2C;
}
</style>
border-color css
<style>
span { border-color: #968E2C; }
span { border-color: rgb(150,142,44); }
td.TdClassName
{
border-color: #968E2C;
}
.TagClassName
{
border-color: #968E2C;
}
</style>