Shades of Lemon Ginger #9C932E
Tints of Lemon Ginger #9C932E
RGB
CMYK
RGB Variations
Color information
#9C932E (or 0x9C932E) is known color: Lemon Ginger. HEX triplet: 9C, 93 and 2E. RGB value is (156,147,46). Sum of RGB (Red+Green+Blue) = 156+147+46=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C932E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C932E is #636CD1. Grayscale: #8A8A8A. Windows color (decimal): -6515922 or 3052444. OLE color: 3052444.
HSL color Cylindrical-coordinate representation of color #9C932E: hue angle of 55.09º 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 #9C932E is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 147 | 46 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.39 |
| HSL | 55.09º | 0.54% | 0.4% | - |
| HSV(B) | 55.09º | 0.71% | 0.61% | - |
| XYZ | 24.64 | 28.13 | 6.72 | - |
| YUV | 138.18 | 75.98 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 46 | 0 | 0.06 | 0.71 | 0.39 | 55.09 | 0.54 | 0.4 |
| Hex | 9C | 93 | 2E | 0 | 6 | 47 | 27 | 37 | 36 | 28 |
| Octal | 234 | 223 | 56 | 0 | 6 | 107 | 47 | 67 | 66 | 50 |
| Binary | 10011100 | 10010011 | 101110 | 0 | 110 | 1000111 | 100111 | 110111 | 110110 | 101000 |
Color Harmonies of #9C932E
Complementary color
Monochromatic Colors of #9C932E
Black with #9C932E
Text Example
Text Example
White with #9C932E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C932E; }
p { color: rgb(156,147,46); }
H1.HeaderClassName
{
color: #9C932E;
}
.AnyTagClassName
{
color: #9C932E;
}
</style>
background-color css
<style>
a { background-color: #9C932E; }
a { background-color: rgb(156,147,46); }
div.DivClassName
{
background-color: #9C932E;
}
.BgClassName
{
background-color: #9C932E;
}
</style>
border-color css
<style>
span { border-color: #9C932E; }
span { border-color: rgb(156,147,46); }
td.TdClassName
{
border-color: #9C932E;
}
.TagClassName
{
border-color: #9C932E;
}
</style>