Shades of Mantle #9DAC9C
Tints of Mantle #9DAC9C
RGB
CMYK
RGB Variations
Color information
#9DAC9C (or 0x9DAC9C) is known color: Mantle. HEX triplet: 9D, AC and 9C. RGB value is (157,172,156). Sum of RGB (Red+Green+Blue) = 157+172+156=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAC9C is #625363. Grayscale: #A5A5A5. Windows color (decimal): -6443876 or 10267805. OLE color: 10267805.
HSL color Cylindrical-coordinate representation of color #9DAC9C: hue angle of 116.25º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DAC9C is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 156 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.33 |
| HSL | 116.25º | 0.09% | 0.64% | - |
| HSV(B) | 116.25º | 0.09% | 0.67% | - |
| XYZ | 34.66 | 39.07 | 37.17 | - |
| YUV | 165.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 156 | 0.09 | 0 | 0.09 | 0.33 | 116.25 | 0.09 | 0.64 |
| Hex | 9D | AC | 9C | 9 | 0 | 9 | 21 | 74 | 9 | 40 |
| Octal | 235 | 254 | 234 | 11 | 0 | 11 | 41 | 164 | 11 | 100 |
| Binary | 10011101 | 10101100 | 10011100 | 1001 | 0 | 1001 | 100001 | 1110100 | 1001 | 1000000 |
Color Harmonies of #9DAC9C
Complementary color
Monochromatic Colors of #9DAC9C
Black with #9DAC9C
Text Example
Text Example
White with #9DAC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC9C; }
p { color: rgb(157,172,156); }
H1.HeaderClassName
{
color: #9DAC9C;
}
.AnyTagClassName
{
color: #9DAC9C;
}
</style>
background-color css
<style>
a { background-color: #9DAC9C; }
a { background-color: rgb(157,172,156); }
div.DivClassName
{
background-color: #9DAC9C;
}
.BgClassName
{
background-color: #9DAC9C;
}
</style>
border-color css
<style>
span { border-color: #9DAC9C; }
span { border-color: rgb(157,172,156); }
td.TdClassName
{
border-color: #9DAC9C;
}
.TagClassName
{
border-color: #9DAC9C;
}
</style>