Shades of Lemon Ginger #968E2A
Tints of Lemon Ginger #968E2A
RGB
CMYK
RGB Variations
Color information
#968E2A (or 0x968E2A) is known color: Lemon Ginger. HEX triplet: 96, 8E and 2A. RGB value is (150,142,42). Sum of RGB (Red+Green+Blue) = 150+142+42=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #968E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E2A is #6971D5. Grayscale: #858585. Windows color (decimal): -6910422 or 2789014. OLE color: 2789014.
HSL color Cylindrical-coordinate representation of color #968E2A: hue angle of 55.56º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #968E2A is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 42 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.41 |
| HSL | 55.56º | 0.56% | 0.38% | - |
| HSV(B) | 55.56º | 0.72% | 0.59% | - |
| XYZ | 22.67 | 26 | 6.01 | - |
| YUV | 132.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 42 | 0 | 0.05 | 0.72 | 0.41 | 55.56 | 0.56 | 0.38 |
| Hex | 96 | 8E | 2A | 0 | 5 | 48 | 29 | 38 | 38 | 26 |
| Octal | 226 | 216 | 52 | 0 | 5 | 110 | 51 | 70 | 70 | 46 |
| Binary | 10010110 | 10001110 | 101010 | 0 | 101 | 1001000 | 101001 | 111000 | 111000 | 100110 |
Color Harmonies of #968E2A
Complementary color
Monochromatic Colors of #968E2A
Black with #968E2A
Text Example
Text Example
White with #968E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E2A; }
p { color: rgb(150,142,42); }
H1.HeaderClassName
{
color: #968E2A;
}
.AnyTagClassName
{
color: #968E2A;
}
</style>
background-color css
<style>
a { background-color: #968E2A; }
a { background-color: rgb(150,142,42); }
div.DivClassName
{
background-color: #968E2A;
}
.BgClassName
{
background-color: #968E2A;
}
</style>
border-color css
<style>
span { border-color: #968E2A; }
span { border-color: rgb(150,142,42); }
td.TdClassName
{
border-color: #968E2A;
}
.TagClassName
{
border-color: #968E2A;
}
</style>