Shades of Lemon Ginger #9C832E
Tints of Lemon Ginger #9C832E
RGB
CMYK
RGB Variations
Color information
#9C832E (or 0x9C832E) is known color: Lemon Ginger. HEX triplet: 9C, 83 and 2E. RGB value is (156,131,46). Sum of RGB (Red+Green+Blue) = 156+131+46=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C832E is #637CD1. Grayscale: #818181. Windows color (decimal): -6520018 or 3048348. OLE color: 3048348.
HSL color Cylindrical-coordinate representation of color #9C832E: hue angle of 46.36º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C832E is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 46 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.39 |
| HSL | 46.36º | 0.54% | 0.4% | - |
| HSV(B) | 46.36º | 0.71% | 0.61% | - |
| XYZ | 22.32 | 23.5 | 5.94 | - |
| YUV | 128.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 46 | 0 | 0.16 | 0.71 | 0.39 | 46.36 | 0.54 | 0.4 |
| Hex | 9C | 83 | 2E | 0 | 10 | 47 | 27 | 2E | 36 | 28 |
| Octal | 234 | 203 | 56 | 0 | 20 | 107 | 47 | 56 | 66 | 50 |
| Binary | 10011100 | 10000011 | 101110 | 0 | 10000 | 1000111 | 100111 | 101110 | 110110 | 101000 |
Color Harmonies of #9C832E
Complementary color
Monochromatic Colors of #9C832E
Black with #9C832E
Text Example
Text Example
White with #9C832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C832E; }
p { color: rgb(156,131,46); }
H1.HeaderClassName
{
color: #9C832E;
}
.AnyTagClassName
{
color: #9C832E;
}
</style>
background-color css
<style>
a { background-color: #9C832E; }
a { background-color: rgb(156,131,46); }
div.DivClassName
{
background-color: #9C832E;
}
.BgClassName
{
background-color: #9C832E;
}
</style>
border-color css
<style>
span { border-color: #9C832E; }
span { border-color: rgb(156,131,46); }
td.TdClassName
{
border-color: #9C832E;
}
.TagClassName
{
border-color: #9C832E;
}
</style>