Shades of Lemon Ginger #9C872C
Tints of Lemon Ginger #9C872C
RGB
CMYK
RGB Variations
Color information
#9C872C (or 0x9C872C) is known color: Lemon Ginger. HEX triplet: 9C, 87 and 2C. RGB value is (156,135,44). Sum of RGB (Red+Green+Blue) = 156+135+44=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C872C is #6378D3. Grayscale: #838383. Windows color (decimal): -6518996 or 2918300. OLE color: 2918300.
HSL color Cylindrical-coordinate representation of color #9C872C: hue angle of 48.75º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C872C is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 135 | 44 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.39 |
| HSL | 48.75º | 0.56% | 0.39% | - |
| HSV(B) | 48.75º | 0.72% | 0.61% | - |
| XYZ | 22.83 | 24.58 | 5.92 | - |
| YUV | 130.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 44 | 0 | 0.13 | 0.72 | 0.39 | 48.75 | 0.56 | 0.39 |
| Hex | 9C | 87 | 2C | 0 | D | 48 | 27 | 31 | 38 | 27 |
| Octal | 234 | 207 | 54 | 0 | 15 | 110 | 47 | 61 | 70 | 47 |
| Binary | 10011100 | 10000111 | 101100 | 0 | 1101 | 1001000 | 100111 | 110001 | 111000 | 100111 |
Color Harmonies of #9C872C
Complementary color
Monochromatic Colors of #9C872C
Black with #9C872C
Text Example
Text Example
White with #9C872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C872C; }
p { color: rgb(156,135,44); }
H1.HeaderClassName
{
color: #9C872C;
}
.AnyTagClassName
{
color: #9C872C;
}
</style>
background-color css
<style>
a { background-color: #9C872C; }
a { background-color: rgb(156,135,44); }
div.DivClassName
{
background-color: #9C872C;
}
.BgClassName
{
background-color: #9C872C;
}
</style>
border-color css
<style>
span { border-color: #9C872C; }
span { border-color: rgb(156,135,44); }
td.TdClassName
{
border-color: #9C872C;
}
.TagClassName
{
border-color: #9C872C;
}
</style>