Shades of Lemon Ginger #9C8329
Tints of Lemon Ginger #9C8329
RGB
CMYK
RGB Variations
Color information
#9C8329 (or 0x9C8329) is known color: Lemon Ginger. HEX triplet: 9C, 83 and 29. RGB value is (156,131,41). Sum of RGB (Red+Green+Blue) = 156+131+41=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8329 is #637CD6. Grayscale: #808080. Windows color (decimal): -6520023 or 2720668. OLE color: 2720668.
HSL color Cylindrical-coordinate representation of color #9C8329: hue angle of 46.96º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C8329 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 41 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.39 |
| HSL | 46.96º | 0.58% | 0.39% | - |
| HSV(B) | 46.96º | 0.74% | 0.61% | - |
| XYZ | 22.23 | 23.46 | 5.45 | - |
| YUV | 128.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 41 | 0 | 0.16 | 0.74 | 0.39 | 46.96 | 0.58 | 0.39 |
| Hex | 9C | 83 | 29 | 0 | 10 | 4A | 27 | 2F | 3A | 27 |
| Octal | 234 | 203 | 51 | 0 | 20 | 112 | 47 | 57 | 72 | 47 |
| Binary | 10011100 | 10000011 | 101001 | 0 | 10000 | 1001010 | 100111 | 101111 | 111010 | 100111 |
Color Harmonies of #9C8329
Complementary color
Monochromatic Colors of #9C8329
Black with #9C8329
Text Example
Text Example
White with #9C8329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8329; }
p { color: rgb(156,131,41); }
H1.HeaderClassName
{
color: #9C8329;
}
.AnyTagClassName
{
color: #9C8329;
}
</style>
background-color css
<style>
a { background-color: #9C8329; }
a { background-color: rgb(156,131,41); }
div.DivClassName
{
background-color: #9C8329;
}
.BgClassName
{
background-color: #9C8329;
}
</style>
border-color css
<style>
span { border-color: #9C8329; }
span { border-color: rgb(156,131,41); }
td.TdClassName
{
border-color: #9C8329;
}
.TagClassName
{
border-color: #9C8329;
}
</style>