Shades of Mantle #9CAA9C
Tints of Mantle #9CAA9C
RGB
CMYK
RGB Variations
Color information
#9CAA9C (or 0x9CAA9C) is known color: Mantle. HEX triplet: 9C, AA and 9C. RGB value is (156,170,156). Sum of RGB (Red+Green+Blue) = 156+170+156=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAA9C is #635563. Grayscale: #A4A4A4. Windows color (decimal): -6509924 or 10267292. OLE color: 10267292.
HSL color Cylindrical-coordinate representation of color #9CAA9C: hue angle of 120º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9CAA9C is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 156 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.33 |
| HSL | 120º | 0.08% | 0.64% | - |
| HSV(B) | 120º | 0.08% | 0.67% | - |
| XYZ | 34.09 | 38.22 | 37.03 | - |
| YUV | 164.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 156 | 0.08 | 0 | 0.08 | 0.33 | 120 | 0.08 | 0.64 |
| Hex | 9C | AA | 9C | 8 | 0 | 8 | 21 | 78 | 8 | 40 |
| Octal | 234 | 252 | 234 | 10 | 0 | 10 | 41 | 170 | 10 | 100 |
| Binary | 10011100 | 10101010 | 10011100 | 1000 | 0 | 1000 | 100001 | 1111000 | 1000 | 1000000 |
Color Harmonies of #9CAA9C
Complementary color
Monochromatic Colors of #9CAA9C
Black with #9CAA9C
Text Example
Text Example
White with #9CAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA9C; }
p { color: rgb(156,170,156); }
H1.HeaderClassName
{
color: #9CAA9C;
}
.AnyTagClassName
{
color: #9CAA9C;
}
</style>
background-color css
<style>
a { background-color: #9CAA9C; }
a { background-color: rgb(156,170,156); }
div.DivClassName
{
background-color: #9CAA9C;
}
.BgClassName
{
background-color: #9CAA9C;
}
</style>
border-color css
<style>
span { border-color: #9CAA9C; }
span { border-color: rgb(156,170,156); }
td.TdClassName
{
border-color: #9CAA9C;
}
.TagClassName
{
border-color: #9CAA9C;
}
</style>