Shades of Lemon Ginger #9C882C
Tints of Lemon Ginger #9C882C
RGB
CMYK
RGB Variations
Color information
#9C882C (or 0x9C882C) is known color: Lemon Ginger. HEX triplet: 9C, 88 and 2C. RGB value is (156,136,44). Sum of RGB (Red+Green+Blue) = 156+136+44=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C882C is #6377D3. Grayscale: #838383. Windows color (decimal): -6518740 or 2918556. OLE color: 2918556.
HSL color Cylindrical-coordinate representation of color #9C882C: hue angle of 49.29º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C882C is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 136 | 44 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.39 |
| HSL | 49.29º | 0.56% | 0.39% | - |
| HSV(B) | 49.29º | 0.72% | 0.61% | - |
| XYZ | 22.97 | 24.86 | 5.97 | - |
| YUV | 131.49 | 78.63 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 136 | 44 | 0 | 0.13 | 0.72 | 0.39 | 49.29 | 0.56 | 0.39 |
| Hex | 9C | 88 | 2C | 0 | D | 48 | 27 | 31 | 38 | 27 |
| Octal | 234 | 210 | 54 | 0 | 15 | 110 | 47 | 61 | 70 | 47 |
| Binary | 10011100 | 10001000 | 101100 | 0 | 1101 | 1001000 | 100111 | 110001 | 111000 | 100111 |
Color Harmonies of #9C882C
Complementary color
Monochromatic Colors of #9C882C
Black with #9C882C
Text Example
Text Example
White with #9C882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C882C; }
p { color: rgb(156,136,44); }
H1.HeaderClassName
{
color: #9C882C;
}
.AnyTagClassName
{
color: #9C882C;
}
</style>
background-color css
<style>
a { background-color: #9C882C; }
a { background-color: rgb(156,136,44); }
div.DivClassName
{
background-color: #9C882C;
}
.BgClassName
{
background-color: #9C882C;
}
</style>
border-color css
<style>
span { border-color: #9C882C; }
span { border-color: rgb(156,136,44); }
td.TdClassName
{
border-color: #9C882C;
}
.TagClassName
{
border-color: #9C882C;
}
</style>