Shades of Malachite Green #98946B
Tints of Malachite Green #98946B
RGB
CMYK
RGB Variations
Color information
#98946B (or 0x98946B) is known color: Malachite Green. HEX triplet: 98, 94 and 6B. RGB value is (152,148,107). Sum of RGB (Red+Green+Blue) = 152+148+107=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #98946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98946B is #676B94. Grayscale: #909090. Windows color (decimal): -6777749 or 7050392. OLE color: 7050392.
HSL color Cylindrical-coordinate representation of color #98946B: hue angle of 54.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98946B is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 148 | 107 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.40 |
| HSL | 54.67º | 0.18% | 0.51% | - |
| HSV(B) | 54.67º | 0.3% | 0.6% | - |
| XYZ | 26.19 | 28.92 | 18.11 | - |
| YUV | 144.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 148 | 107 | 0 | 0.03 | 0.30 | 0.40 | 54.67 | 0.18 | 0.51 |
| Hex | 98 | 94 | 6B | 0 | 3 | 1E | 28 | 37 | 12 | 33 |
| Octal | 230 | 224 | 153 | 0 | 3 | 36 | 50 | 67 | 22 | 63 |
| Binary | 10011000 | 10010100 | 1101011 | 0 | 11 | 11110 | 101000 | 110111 | 10010 | 110011 |
Color Harmonies of #98946B
Complementary color
Monochromatic Colors of #98946B
Black with #98946B
Text Example
Text Example
White with #98946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98946B; }
p { color: rgb(152,148,107); }
H1.HeaderClassName
{
color: #98946B;
}
.AnyTagClassName
{
color: #98946B;
}
</style>
background-color css
<style>
a { background-color: #98946B; }
a { background-color: rgb(152,148,107); }
div.DivClassName
{
background-color: #98946B;
}
.BgClassName
{
background-color: #98946B;
}
</style>
border-color css
<style>
span { border-color: #98946B; }
span { border-color: rgb(152,148,107); }
td.TdClassName
{
border-color: #98946B;
}
.TagClassName
{
border-color: #98946B;
}
</style>