Shades of Lemon Ginger #9C8C2C
Tints of Lemon Ginger #9C8C2C
RGB
CMYK
RGB Variations
Color information
#9C8C2C (or 0x9C8C2C) is known color: Lemon Ginger. HEX triplet: 9C, 8C and 2C. RGB value is (156,140,44). Sum of RGB (Red+Green+Blue) = 156+140+44=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8C2C is #6373D3. Grayscale: #868686. Windows color (decimal): -6517716 or 2919580. OLE color: 2919580.
HSL color Cylindrical-coordinate representation of color #9C8C2C: hue angle of 51.43º 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 #9C8C2C is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 140 | 44 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.39 |
| HSL | 51.43º | 0.56% | 0.39% | - |
| HSV(B) | 51.43º | 0.72% | 0.61% | - |
| XYZ | 23.54 | 26.01 | 6.16 | - |
| YUV | 133.84 | 77.3 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 140 | 44 | 0 | 0.10 | 0.72 | 0.39 | 51.43 | 0.56 | 0.39 |
| Hex | 9C | 8C | 2C | 0 | A | 48 | 27 | 33 | 38 | 27 |
| Octal | 234 | 214 | 54 | 0 | 12 | 110 | 47 | 63 | 70 | 47 |
| Binary | 10011100 | 10001100 | 101100 | 0 | 1010 | 1001000 | 100111 | 110011 | 111000 | 100111 |
Color Harmonies of #9C8C2C
Complementary color
Monochromatic Colors of #9C8C2C
Black with #9C8C2C
Text Example
Text Example
White with #9C8C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8C2C; }
p { color: rgb(156,140,44); }
H1.HeaderClassName
{
color: #9C8C2C;
}
.AnyTagClassName
{
color: #9C8C2C;
}
</style>
background-color css
<style>
a { background-color: #9C8C2C; }
a { background-color: rgb(156,140,44); }
div.DivClassName
{
background-color: #9C8C2C;
}
.BgClassName
{
background-color: #9C8C2C;
}
</style>
border-color css
<style>
span { border-color: #9C8C2C; }
span { border-color: rgb(156,140,44); }
td.TdClassName
{
border-color: #9C8C2C;
}
.TagClassName
{
border-color: #9C8C2C;
}
</style>