Shades of Malachite Green #9C965B
Tints of Malachite Green #9C965B
RGB
CMYK
RGB Variations
Color information
#9C965B (or 0x9C965B) is known color: Malachite Green. HEX triplet: 9C, 96 and 5B. RGB value is (156,150,91). Sum of RGB (Red+Green+Blue) = 156+150+91=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C965B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C965B is #6369A4. Grayscale: #919191. Windows color (decimal): -6515109 or 6002332. OLE color: 6002332.
HSL color Cylindrical-coordinate representation of color #9C965B: hue angle of 54.46º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C965B is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 150 | 91 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.39 |
| HSL | 54.46º | 0.26% | 0.48% | - |
| HSV(B) | 54.46º | 0.42% | 0.61% | - |
| XYZ | 26.5 | 29.64 | 14.22 | - |
| YUV | 145.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 91 | 0 | 0.04 | 0.42 | 0.39 | 54.46 | 0.26 | 0.48 |
| Hex | 9C | 96 | 5B | 0 | 4 | 2A | 27 | 36 | 1A | 30 |
| Octal | 234 | 226 | 133 | 0 | 4 | 52 | 47 | 66 | 32 | 60 |
| Binary | 10011100 | 10010110 | 1011011 | 0 | 100 | 101010 | 100111 | 110110 | 11010 | 110000 |
Color Harmonies of #9C965B
Complementary color
Monochromatic Colors of #9C965B
Black with #9C965B
Text Example
Text Example
White with #9C965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C965B; }
p { color: rgb(156,150,91); }
H1.HeaderClassName
{
color: #9C965B;
}
.AnyTagClassName
{
color: #9C965B;
}
</style>
background-color css
<style>
a { background-color: #9C965B; }
a { background-color: rgb(156,150,91); }
div.DivClassName
{
background-color: #9C965B;
}
.BgClassName
{
background-color: #9C965B;
}
</style>
border-color css
<style>
span { border-color: #9C965B; }
span { border-color: rgb(156,150,91); }
td.TdClassName
{
border-color: #9C965B;
}
.TagClassName
{
border-color: #9C965B;
}
</style>