Shades of Mantle #9CA996
Tints of Mantle #9CA996
RGB
CMYK
RGB Variations
Color information
#9CA996 (or 0x9CA996) is known color: Mantle. HEX triplet: 9C, A9 and 96. RGB value is (156,169,150). Sum of RGB (Red+Green+Blue) = 156+169+150=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA996 is #635669. Grayscale: #A3A3A3. Windows color (decimal): -6510186 or 9873820. OLE color: 9873820.
HSL color Cylindrical-coordinate representation of color #9CA996: hue angle of 101.05º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CA996 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 169 | 150 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.34 |
| HSL | 101.05º | 0.1% | 0.63% | - |
| HSV(B) | 101.05º | 0.11% | 0.66% | - |
| XYZ | 33.4 | 37.65 | 34.36 | - |
| YUV | 162.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 150 | 0.08 | 0 | 0.11 | 0.34 | 101.05 | 0.1 | 0.63 |
| Hex | 9C | A9 | 96 | 8 | 0 | B | 22 | 65 | A | 3F |
| Octal | 234 | 251 | 226 | 10 | 0 | 13 | 42 | 145 | 12 | 77 |
| Binary | 10011100 | 10101001 | 10010110 | 1000 | 0 | 1011 | 100010 | 1100101 | 1010 | 111111 |
Color Harmonies of #9CA996
Complementary color
Monochromatic Colors of #9CA996
Black with #9CA996
Text Example
Text Example
White with #9CA996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA996; }
p { color: rgb(156,169,150); }
H1.HeaderClassName
{
color: #9CA996;
}
.AnyTagClassName
{
color: #9CA996;
}
</style>
background-color css
<style>
a { background-color: #9CA996; }
a { background-color: rgb(156,169,150); }
div.DivClassName
{
background-color: #9CA996;
}
.BgClassName
{
background-color: #9CA996;
}
</style>
border-color css
<style>
span { border-color: #9CA996; }
span { border-color: rgb(156,169,150); }
td.TdClassName
{
border-color: #9CA996;
}
.TagClassName
{
border-color: #9CA996;
}
</style>