Shades of Mantle #9CAA95
Tints of Mantle #9CAA95
RGB
CMYK
RGB Variations
Color information
#9CAA95 (or 0x9CAA95) is known color: Mantle. HEX triplet: 9C, AA and 95. RGB value is (156,170,149). Sum of RGB (Red+Green+Blue) = 156+170+149=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAA95 is #63556A. Grayscale: #A3A3A3. Windows color (decimal): -6509931 or 9808540. OLE color: 9808540.
HSL color Cylindrical-coordinate representation of color #9CAA95: hue angle of 100º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CAA95 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 149 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.33 |
| HSL | 100º | 0.11% | 0.63% | - |
| HSV(B) | 100º | 0.12% | 0.67% | - |
| XYZ | 33.51 | 37.99 | 34 | - |
| YUV | 163.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 149 | 0.08 | 0 | 0.12 | 0.33 | 100 | 0.11 | 0.63 |
| Hex | 9C | AA | 95 | 8 | 0 | C | 21 | 64 | B | 3F |
| Octal | 234 | 252 | 225 | 10 | 0 | 14 | 41 | 144 | 13 | 77 |
| Binary | 10011100 | 10101010 | 10010101 | 1000 | 0 | 1100 | 100001 | 1100100 | 1011 | 111111 |
Color Harmonies of #9CAA95
Complementary color
Monochromatic Colors of #9CAA95
Black with #9CAA95
Text Example
Text Example
White with #9CAA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA95; }
p { color: rgb(156,170,149); }
H1.HeaderClassName
{
color: #9CAA95;
}
.AnyTagClassName
{
color: #9CAA95;
}
</style>
background-color css
<style>
a { background-color: #9CAA95; }
a { background-color: rgb(156,170,149); }
div.DivClassName
{
background-color: #9CAA95;
}
.BgClassName
{
background-color: #9CAA95;
}
</style>
border-color css
<style>
span { border-color: #9CAA95; }
span { border-color: rgb(156,170,149); }
td.TdClassName
{
border-color: #9CAA95;
}
.TagClassName
{
border-color: #9CAA95;
}
</style>