Shades of Mantle #9DAC96
Tints of Mantle #9DAC96
RGB
CMYK
RGB Variations
Color information
#9DAC96 (or 0x9DAC96) is known color: Mantle. HEX triplet: 9D, AC and 96. RGB value is (157,172,150). Sum of RGB (Red+Green+Blue) = 157+172+150=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAC96 is #625369. Grayscale: #A5A5A5. Windows color (decimal): -6443882 or 9874589. OLE color: 9874589.
HSL color Cylindrical-coordinate representation of color #9DAC96: hue angle of 100.91º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DAC96 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 150 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.33 |
| HSL | 100.91º | 0.12% | 0.63% | - |
| HSV(B) | 100.91º | 0.13% | 0.67% | - |
| XYZ | 34.16 | 38.88 | 34.56 | - |
| YUV | 165.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 150 | 0.09 | 0 | 0.13 | 0.33 | 100.91 | 0.12 | 0.63 |
| Hex | 9D | AC | 96 | 9 | 0 | D | 21 | 65 | C | 3F |
| Octal | 235 | 254 | 226 | 11 | 0 | 15 | 41 | 145 | 14 | 77 |
| Binary | 10011101 | 10101100 | 10010110 | 1001 | 0 | 1101 | 100001 | 1100101 | 1100 | 111111 |
Color Harmonies of #9DAC96
Complementary color
Monochromatic Colors of #9DAC96
Black with #9DAC96
Text Example
Text Example
White with #9DAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC96; }
p { color: rgb(157,172,150); }
H1.HeaderClassName
{
color: #9DAC96;
}
.AnyTagClassName
{
color: #9DAC96;
}
</style>
background-color css
<style>
a { background-color: #9DAC96; }
a { background-color: rgb(157,172,150); }
div.DivClassName
{
background-color: #9DAC96;
}
.BgClassName
{
background-color: #9DAC96;
}
</style>
border-color css
<style>
span { border-color: #9DAC96; }
span { border-color: rgb(157,172,150); }
td.TdClassName
{
border-color: #9DAC96;
}
.TagClassName
{
border-color: #9DAC96;
}
</style>