Shades of Lemon Ginger #9C932A
Tints of Lemon Ginger #9C932A
RGB
CMYK
RGB Variations
Color information
#9C932A (or 0x9C932A) is known color: Lemon Ginger. HEX triplet: 9C, 93 and 2A. RGB value is (156,147,42). Sum of RGB (Red+Green+Blue) = 156+147+42=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C932A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C932A is #636CD5. Grayscale: #8A8A8A. Windows color (decimal): -6515926 or 2790300. OLE color: 2790300.
HSL color Cylindrical-coordinate representation of color #9C932A: hue angle of 55.26º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C932A is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 147 | 42 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.39 |
| HSL | 55.26º | 0.58% | 0.39% | - |
| HSV(B) | 55.26º | 0.73% | 0.61% | - |
| XYZ | 24.56 | 28.1 | 6.32 | - |
| YUV | 137.72 | 73.98 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 42 | 0 | 0.06 | 0.73 | 0.39 | 55.26 | 0.58 | 0.39 |
| Hex | 9C | 93 | 2A | 0 | 6 | 49 | 27 | 37 | 3A | 27 |
| Octal | 234 | 223 | 52 | 0 | 6 | 111 | 47 | 67 | 72 | 47 |
| Binary | 10011100 | 10010011 | 101010 | 0 | 110 | 1001001 | 100111 | 110111 | 111010 | 100111 |
Color Harmonies of #9C932A
Complementary color
Monochromatic Colors of #9C932A
Black with #9C932A
Text Example
Text Example
White with #9C932A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C932A; }
p { color: rgb(156,147,42); }
H1.HeaderClassName
{
color: #9C932A;
}
.AnyTagClassName
{
color: #9C932A;
}
</style>
background-color css
<style>
a { background-color: #9C932A; }
a { background-color: rgb(156,147,42); }
div.DivClassName
{
background-color: #9C932A;
}
.BgClassName
{
background-color: #9C932A;
}
</style>
border-color css
<style>
span { border-color: #9C932A; }
span { border-color: rgb(156,147,42); }
td.TdClassName
{
border-color: #9C932A;
}
.TagClassName
{
border-color: #9C932A;
}
</style>