Shades of Lemon Ginger #9C882F
Tints of Lemon Ginger #9C882F
RGB
CMYK
RGB Variations
Color information
#9C882F (or 0x9C882F) is known color: Lemon Ginger. HEX triplet: 9C, 88 and 2F. RGB value is (156,136,47). Sum of RGB (Red+Green+Blue) = 156+136+47=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C882F is #6377D0. Grayscale: #848484. Windows color (decimal): -6518737 or 3115164. OLE color: 3115164.
HSL color Cylindrical-coordinate representation of color #9C882F: hue angle of 48.99º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C882F is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 136 | 47 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.39 |
| HSL | 48.99º | 0.54% | 0.4% | - |
| HSV(B) | 48.99º | 0.7% | 0.61% | - |
| XYZ | 23.03 | 24.88 | 6.28 | - |
| YUV | 131.83 | 80.13 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 136 | 47 | 0 | 0.13 | 0.70 | 0.39 | 48.99 | 0.54 | 0.4 |
| Hex | 9C | 88 | 2F | 0 | D | 46 | 27 | 31 | 36 | 28 |
| Octal | 234 | 210 | 57 | 0 | 15 | 106 | 47 | 61 | 66 | 50 |
| Binary | 10011100 | 10001000 | 101111 | 0 | 1101 | 1000110 | 100111 | 110001 | 110110 | 101000 |
Color Harmonies of #9C882F
Complementary color
Monochromatic Colors of #9C882F
Black with #9C882F
Text Example
Text Example
White with #9C882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C882F; }
p { color: rgb(156,136,47); }
H1.HeaderClassName
{
color: #9C882F;
}
.AnyTagClassName
{
color: #9C882F;
}
</style>
background-color css
<style>
a { background-color: #9C882F; }
a { background-color: rgb(156,136,47); }
div.DivClassName
{
background-color: #9C882F;
}
.BgClassName
{
background-color: #9C882F;
}
</style>
border-color css
<style>
span { border-color: #9C882F; }
span { border-color: rgb(156,136,47); }
td.TdClassName
{
border-color: #9C882F;
}
.TagClassName
{
border-color: #9C882F;
}
</style>