Shades of Malachite Green #989562
Tints of Malachite Green #989562
RGB
CMYK
RGB Variations
Color information
#989562 (or 0x989562) is known color: Malachite Green. HEX triplet: 98, 95 and 62. RGB value is (152,149,98). Sum of RGB (Red+Green+Blue) = 152+149+98=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #989562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989562 is #676A9D. Grayscale: #909090. Windows color (decimal): -6777502 or 6460824. OLE color: 6460824.
HSL color Cylindrical-coordinate representation of color #989562: hue angle of 56.67º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #989562 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 149 | 98 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.40 |
| HSL | 56.67º | 0.22% | 0.49% | - |
| HSV(B) | 56.67º | 0.36% | 0.6% | - |
| XYZ | 25.9 | 29.05 | 15.8 | - |
| YUV | 144.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 98 | 0 | 0.02 | 0.36 | 0.40 | 56.67 | 0.22 | 0.49 |
| Hex | 98 | 95 | 62 | 0 | 2 | 24 | 28 | 39 | 16 | 31 |
| Octal | 230 | 225 | 142 | 0 | 2 | 44 | 50 | 71 | 26 | 61 |
| Binary | 10011000 | 10010101 | 1100010 | 0 | 10 | 100100 | 101000 | 111001 | 10110 | 110001 |
Color Harmonies of #989562
Complementary color
Monochromatic Colors of #989562
Black with #989562
Text Example
Text Example
White with #989562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989562; }
p { color: rgb(152,149,98); }
H1.HeaderClassName
{
color: #989562;
}
.AnyTagClassName
{
color: #989562;
}
</style>
background-color css
<style>
a { background-color: #989562; }
a { background-color: rgb(152,149,98); }
div.DivClassName
{
background-color: #989562;
}
.BgClassName
{
background-color: #989562;
}
</style>
border-color css
<style>
span { border-color: #989562; }
span { border-color: rgb(152,149,98); }
td.TdClassName
{
border-color: #989562;
}
.TagClassName
{
border-color: #989562;
}
</style>