Shades of Malachite Green #9D965B
Tints of Malachite Green #9D965B
RGB
CMYK
RGB Variations
Color information
#9D965B (or 0x9D965B) is known color: Malachite Green. HEX triplet: 9D, 96 and 5B. RGB value is (157,150,91). Sum of RGB (Red+Green+Blue) = 157+150+91=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 157 - color contains mainly: red. Hex color #9D965B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D965B is #6269A4. Grayscale: #919191. Windows color (decimal): -6449573 or 6002333. OLE color: 6002333.
HSL color Cylindrical-coordinate representation of color #9D965B: hue angle of 53.64º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D965B is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 150 | 91 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.38 |
| HSL | 53.64º | 0.27% | 0.49% | - |
| HSV(B) | 53.64º | 0.42% | 0.62% | - |
| XYZ | 26.7 | 29.74 | 14.23 | - |
| YUV | 145.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 91 | 0 | 0.04 | 0.42 | 0.38 | 53.64 | 0.27 | 0.49 |
| Hex | 9D | 96 | 5B | 0 | 4 | 2A | 26 | 36 | 1B | 31 |
| Octal | 235 | 226 | 133 | 0 | 4 | 52 | 46 | 66 | 33 | 61 |
| Binary | 10011101 | 10010110 | 1011011 | 0 | 100 | 101010 | 100110 | 110110 | 11011 | 110001 |
Color Harmonies of #9D965B
Complementary color
Monochromatic Colors of #9D965B
Black with #9D965B
Text Example
Text Example
White with #9D965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D965B; }
p { color: rgb(157,150,91); }
H1.HeaderClassName
{
color: #9D965B;
}
.AnyTagClassName
{
color: #9D965B;
}
</style>
background-color css
<style>
a { background-color: #9D965B; }
a { background-color: rgb(157,150,91); }
div.DivClassName
{
background-color: #9D965B;
}
.BgClassName
{
background-color: #9D965B;
}
</style>
border-color css
<style>
span { border-color: #9D965B; }
span { border-color: rgb(157,150,91); }
td.TdClassName
{
border-color: #9D965B;
}
.TagClassName
{
border-color: #9D965B;
}
</style>