Shades of Lemon Ginger #9C8D31
Tints of Lemon Ginger #9C8D31
RGB
CMYK
RGB Variations
Color information
#9C8D31 (or 0x9C8D31) is known color: Lemon Ginger. HEX triplet: 9C, 8D and 31. RGB value is (156,141,49). Sum of RGB (Red+Green+Blue) = 156+141+49=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8D31 is #6372CE. Grayscale: #878787. Windows color (decimal): -6517455 or 3247516. OLE color: 3247516.
HSL color Cylindrical-coordinate representation of color #9C8D31: hue angle of 51.59º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C8D31 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 141 | 49 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.39 |
| HSL | 51.59º | 0.52% | 0.4% | - |
| HSV(B) | 51.59º | 0.69% | 0.61% | - |
| XYZ | 23.79 | 26.34 | 6.74 | - |
| YUV | 135 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 49 | 0 | 0.10 | 0.69 | 0.39 | 51.59 | 0.52 | 0.4 |
| Hex | 9C | 8D | 31 | 0 | A | 45 | 27 | 34 | 34 | 28 |
| Octal | 234 | 215 | 61 | 0 | 12 | 105 | 47 | 64 | 64 | 50 |
| Binary | 10011100 | 10001101 | 110001 | 0 | 1010 | 1000101 | 100111 | 110100 | 110100 | 101000 |
Color Harmonies of #9C8D31
Complementary color
Monochromatic Colors of #9C8D31
Black with #9C8D31
Text Example
Text Example
White with #9C8D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8D31; }
p { color: rgb(156,141,49); }
H1.HeaderClassName
{
color: #9C8D31;
}
.AnyTagClassName
{
color: #9C8D31;
}
</style>
background-color css
<style>
a { background-color: #9C8D31; }
a { background-color: rgb(156,141,49); }
div.DivClassName
{
background-color: #9C8D31;
}
.BgClassName
{
background-color: #9C8D31;
}
</style>
border-color css
<style>
span { border-color: #9C8D31; }
span { border-color: rgb(156,141,49); }
td.TdClassName
{
border-color: #9C8D31;
}
.TagClassName
{
border-color: #9C8D31;
}
</style>