Shades of Lemon Ginger #96882C
Tints of Lemon Ginger #96882C
RGB
CMYK
RGB Variations
Color information
#96882C (or 0x96882C) is known color: Lemon Ginger. HEX triplet: 96, 88 and 2C. RGB value is (150,136,44). Sum of RGB (Red+Green+Blue) = 150+136+44=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96882C is #6977D3. Grayscale: #828282. Windows color (decimal): -6911956 or 2918550. OLE color: 2918550.
HSL color Cylindrical-coordinate representation of color #96882C: hue angle of 52.08º 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 #96882C is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 44 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.41 |
| HSL | 52.08º | 0.55% | 0.38% | - |
| HSV(B) | 52.08º | 0.71% | 0.59% | - |
| XYZ | 21.84 | 24.27 | 5.92 | - |
| YUV | 129.7 | 79.64 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 44 | 0 | 0.09 | 0.71 | 0.41 | 52.08 | 0.55 | 0.38 |
| Hex | 96 | 88 | 2C | 0 | 9 | 47 | 29 | 34 | 37 | 26 |
| Octal | 226 | 210 | 54 | 0 | 11 | 107 | 51 | 64 | 67 | 46 |
| Binary | 10010110 | 10001000 | 101100 | 0 | 1001 | 1000111 | 101001 | 110100 | 110111 | 100110 |
Color Harmonies of #96882C
Complementary color
Monochromatic Colors of #96882C
Black with #96882C
Text Example
Text Example
White with #96882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96882C; }
p { color: rgb(150,136,44); }
H1.HeaderClassName
{
color: #96882C;
}
.AnyTagClassName
{
color: #96882C;
}
</style>
background-color css
<style>
a { background-color: #96882C; }
a { background-color: rgb(150,136,44); }
div.DivClassName
{
background-color: #96882C;
}
.BgClassName
{
background-color: #96882C;
}
</style>
border-color css
<style>
span { border-color: #96882C; }
span { border-color: rgb(150,136,44); }
td.TdClassName
{
border-color: #96882C;
}
.TagClassName
{
border-color: #96882C;
}
</style>