Shades of Malachite Green #9B955C
Tints of Malachite Green #9B955C
RGB
CMYK
RGB Variations
Color information
#9B955C (or 0x9B955C) is known color: Malachite Green. HEX triplet: 9B, 95 and 5C. RGB value is (155,149,92). Sum of RGB (Red+Green+Blue) = 155+149+92=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B955C is #646AA3. Grayscale: #909090. Windows color (decimal): -6580900 or 6067611. OLE color: 6067611.
HSL color Cylindrical-coordinate representation of color #9B955C: hue angle of 54.29º 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 #9B955C is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 149 | 92 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.39 |
| HSL | 54.29º | 0.26% | 0.48% | - |
| HSV(B) | 54.29º | 0.41% | 0.61% | - |
| XYZ | 26.2 | 29.24 | 14.39 | - |
| YUV | 144.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 92 | 0 | 0.04 | 0.41 | 0.39 | 54.29 | 0.26 | 0.48 |
| Hex | 9B | 95 | 5C | 0 | 4 | 29 | 27 | 36 | 1A | 30 |
| Octal | 233 | 225 | 134 | 0 | 4 | 51 | 47 | 66 | 32 | 60 |
| Binary | 10011011 | 10010101 | 1011100 | 0 | 100 | 101001 | 100111 | 110110 | 11010 | 110000 |
Color Harmonies of #9B955C
Complementary color
Monochromatic Colors of #9B955C
Black with #9B955C
Text Example
Text Example
White with #9B955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B955C; }
p { color: rgb(155,149,92); }
H1.HeaderClassName
{
color: #9B955C;
}
.AnyTagClassName
{
color: #9B955C;
}
</style>
background-color css
<style>
a { background-color: #9B955C; }
a { background-color: rgb(155,149,92); }
div.DivClassName
{
background-color: #9B955C;
}
.BgClassName
{
background-color: #9B955C;
}
</style>
border-color css
<style>
span { border-color: #9B955C; }
span { border-color: rgb(155,149,92); }
td.TdClassName
{
border-color: #9B955C;
}
.TagClassName
{
border-color: #9B955C;
}
</style>