Shades of Mantle #9CAC9B
Tints of Mantle #9CAC9B
RGB
CMYK
RGB Variations
Color information
#9CAC9B (or 0x9CAC9B) is known color: Mantle. HEX triplet: 9C, AC and 9B. RGB value is (156,172,155). Sum of RGB (Red+Green+Blue) = 156+172+155=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAC9B is #635364. Grayscale: #A5A5A5. Windows color (decimal): -6509413 or 10202268. OLE color: 10202268.
HSL color Cylindrical-coordinate representation of color #9CAC9B: hue angle of 116.47º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CAC9B is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 155 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.33 |
| HSL | 116.47º | 0.09% | 0.64% | - |
| HSV(B) | 116.47º | 0.1% | 0.67% | - |
| XYZ | 34.38 | 38.94 | 36.71 | - |
| YUV | 165.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 155 | 0.09 | 0 | 0.10 | 0.33 | 116.47 | 0.09 | 0.64 |
| Hex | 9C | AC | 9B | 9 | 0 | A | 21 | 74 | 9 | 40 |
| Octal | 234 | 254 | 233 | 11 | 0 | 12 | 41 | 164 | 11 | 100 |
| Binary | 10011100 | 10101100 | 10011011 | 1001 | 0 | 1010 | 100001 | 1110100 | 1001 | 1000000 |
Color Harmonies of #9CAC9B
Complementary color
Monochromatic Colors of #9CAC9B
Black with #9CAC9B
Text Example
Text Example
White with #9CAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC9B; }
p { color: rgb(156,172,155); }
H1.HeaderClassName
{
color: #9CAC9B;
}
.AnyTagClassName
{
color: #9CAC9B;
}
</style>
background-color css
<style>
a { background-color: #9CAC9B; }
a { background-color: rgb(156,172,155); }
div.DivClassName
{
background-color: #9CAC9B;
}
.BgClassName
{
background-color: #9CAC9B;
}
</style>
border-color css
<style>
span { border-color: #9CAC9B; }
span { border-color: rgb(156,172,155); }
td.TdClassName
{
border-color: #9CAC9B;
}
.TagClassName
{
border-color: #9CAC9B;
}
</style>