Shades of Lemon Ginger #9C9122
Tints of Lemon Ginger #9C9122
RGB
CMYK
RGB Variations
Color information
#9C9122 (or 0x9C9122) is known color: Lemon Ginger. HEX triplet: 9C, 91 and 22. RGB value is (156,145,34). Sum of RGB (Red+Green+Blue) = 156+145+34=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9122 is #636EDD. Grayscale: #888888. Windows color (decimal): -6516446 or 2265500. OLE color: 2265500.
HSL color Cylindrical-coordinate representation of color #9C9122: hue angle of 54.59º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C9122 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 34 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.39 |
| HSL | 54.59º | 0.64% | 0.37% | - |
| HSV(B) | 54.59º | 0.78% | 0.61% | - |
| XYZ | 24.12 | 27.43 | 5.54 | - |
| YUV | 135.64 | 70.64 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 34 | 0 | 0.07 | 0.78 | 0.39 | 54.59 | 0.64 | 0.37 |
| Hex | 9C | 91 | 22 | 0 | 7 | 4E | 27 | 37 | 40 | 25 |
| Octal | 234 | 221 | 42 | 0 | 7 | 116 | 47 | 67 | 100 | 45 |
| Binary | 10011100 | 10010001 | 100010 | 0 | 111 | 1001110 | 100111 | 110111 | 1000000 | 100101 |
Color Harmonies of #9C9122
Complementary color
Monochromatic Colors of #9C9122
Black with #9C9122
Text Example
Text Example
White with #9C9122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9122; }
p { color: rgb(156,145,34); }
H1.HeaderClassName
{
color: #9C9122;
}
.AnyTagClassName
{
color: #9C9122;
}
</style>
background-color css
<style>
a { background-color: #9C9122; }
a { background-color: rgb(156,145,34); }
div.DivClassName
{
background-color: #9C9122;
}
.BgClassName
{
background-color: #9C9122;
}
</style>
border-color css
<style>
span { border-color: #9C9122; }
span { border-color: rgb(156,145,34); }
td.TdClassName
{
border-color: #9C9122;
}
.TagClassName
{
border-color: #9C9122;
}
</style>