Shades of Lemon Ginger #9C8722
Tints of Lemon Ginger #9C8722
RGB
CMYK
RGB Variations
Color information
#9C8722 (or 0x9C8722) is known color: Lemon Ginger. HEX triplet: 9C, 87 and 22. RGB value is (156,135,34). Sum of RGB (Red+Green+Blue) = 156+135+34=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8722 is #6378DD. Grayscale: #828282. Windows color (decimal): -6519006 or 2262940. OLE color: 2262940.
HSL color Cylindrical-coordinate representation of color #9C8722: hue angle of 49.67º 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 #9C8722 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 135 | 34 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.39 |
| HSL | 49.67º | 0.64% | 0.37% | - |
| HSV(B) | 49.67º | 0.78% | 0.61% | - |
| XYZ | 22.66 | 24.51 | 5.05 | - |
| YUV | 129.77 | 73.96 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 34 | 0 | 0.13 | 0.78 | 0.39 | 49.67 | 0.64 | 0.37 |
| Hex | 9C | 87 | 22 | 0 | D | 4E | 27 | 32 | 40 | 25 |
| Octal | 234 | 207 | 42 | 0 | 15 | 116 | 47 | 62 | 100 | 45 |
| Binary | 10011100 | 10000111 | 100010 | 0 | 1101 | 1001110 | 100111 | 110010 | 1000000 | 100101 |
Color Harmonies of #9C8722
Complementary color
Monochromatic Colors of #9C8722
Black with #9C8722
Text Example
Text Example
White with #9C8722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8722; }
p { color: rgb(156,135,34); }
H1.HeaderClassName
{
color: #9C8722;
}
.AnyTagClassName
{
color: #9C8722;
}
</style>
background-color css
<style>
a { background-color: #9C8722; }
a { background-color: rgb(156,135,34); }
div.DivClassName
{
background-color: #9C8722;
}
.BgClassName
{
background-color: #9C8722;
}
</style>
border-color css
<style>
span { border-color: #9C8722; }
span { border-color: rgb(156,135,34); }
td.TdClassName
{
border-color: #9C8722;
}
.TagClassName
{
border-color: #9C8722;
}
</style>