Shades of Malachite Green #9B945B
Tints of Malachite Green #9B945B
RGB
CMYK
RGB Variations
Color information
#9B945B (or 0x9B945B) is known color: Malachite Green. HEX triplet: 9B, 94 and 5B. RGB value is (155,148,91). Sum of RGB (Red+Green+Blue) = 155+148+91=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B945B is #646BA4. Grayscale: #8F8F8F. Windows color (decimal): -6581157 or 6001819. OLE color: 6001819.
HSL color Cylindrical-coordinate representation of color #9B945B: hue angle of 53.44º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B945B is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 148 | 91 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.39 |
| HSL | 53.44º | 0.26% | 0.48% | - |
| HSV(B) | 53.44º | 0.41% | 0.61% | - |
| XYZ | 26 | 28.9 | 14.11 | - |
| YUV | 143.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 91 | 0 | 0.05 | 0.41 | 0.39 | 53.44 | 0.26 | 0.48 |
| Hex | 9B | 94 | 5B | 0 | 5 | 29 | 27 | 35 | 1A | 30 |
| Octal | 233 | 224 | 133 | 0 | 5 | 51 | 47 | 65 | 32 | 60 |
| Binary | 10011011 | 10010100 | 1011011 | 0 | 101 | 101001 | 100111 | 110101 | 11010 | 110000 |
Color Harmonies of #9B945B
Complementary color
Monochromatic Colors of #9B945B
Black with #9B945B
Text Example
Text Example
White with #9B945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B945B; }
p { color: rgb(155,148,91); }
H1.HeaderClassName
{
color: #9B945B;
}
.AnyTagClassName
{
color: #9B945B;
}
</style>
background-color css
<style>
a { background-color: #9B945B; }
a { background-color: rgb(155,148,91); }
div.DivClassName
{
background-color: #9B945B;
}
.BgClassName
{
background-color: #9B945B;
}
</style>
border-color css
<style>
span { border-color: #9B945B; }
span { border-color: rgb(155,148,91); }
td.TdClassName
{
border-color: #9B945B;
}
.TagClassName
{
border-color: #9B945B;
}
</style>