Shades of Mantle #9CAA9A
Tints of Mantle #9CAA9A
RGB
CMYK
RGB Variations
Color information
#9CAA9A (or 0x9CAA9A) is known color: Mantle. HEX triplet: 9C, AA and 9A. RGB value is (156,170,154). Sum of RGB (Red+Green+Blue) = 156+170+154=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAA9A is #635565. Grayscale: #A4A4A4. Windows color (decimal): -6509926 or 10136220. OLE color: 10136220.
HSL color Cylindrical-coordinate representation of color #9CAA9A: hue angle of 112.5º 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 #9CAA9A is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 154 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.33 |
| HSL | 112.5º | 0.09% | 0.64% | - |
| HSV(B) | 112.5º | 0.09% | 0.67% | - |
| XYZ | 33.92 | 38.15 | 36.15 | - |
| YUV | 163.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 154 | 0.08 | 0 | 0.09 | 0.33 | 112.5 | 0.09 | 0.64 |
| Hex | 9C | AA | 9A | 8 | 0 | 9 | 21 | 70 | 9 | 40 |
| Octal | 234 | 252 | 232 | 10 | 0 | 11 | 41 | 160 | 11 | 100 |
| Binary | 10011100 | 10101010 | 10011010 | 1000 | 0 | 1001 | 100001 | 1110000 | 1001 | 1000000 |
Color Harmonies of #9CAA9A
Complementary color
Monochromatic Colors of #9CAA9A
Black with #9CAA9A
Text Example
Text Example
White with #9CAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA9A; }
p { color: rgb(156,170,154); }
H1.HeaderClassName
{
color: #9CAA9A;
}
.AnyTagClassName
{
color: #9CAA9A;
}
</style>
background-color css
<style>
a { background-color: #9CAA9A; }
a { background-color: rgb(156,170,154); }
div.DivClassName
{
background-color: #9CAA9A;
}
.BgClassName
{
background-color: #9CAA9A;
}
</style>
border-color css
<style>
span { border-color: #9CAA9A; }
span { border-color: rgb(156,170,154); }
td.TdClassName
{
border-color: #9CAA9A;
}
.TagClassName
{
border-color: #9CAA9A;
}
</style>