Shades of Mantle #9CA29B
Tints of Mantle #9CA29B
RGB
CMYK
RGB Variations
Color information
#9CA29B (or 0x9CA29B) is known color: Mantle. HEX triplet: 9C, A2 and 9B. RGB value is (156,162,155). Sum of RGB (Red+Green+Blue) = 156+162+155=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA29B is #635D64. Grayscale: #9F9F9F. Windows color (decimal): -6511973 or 10199708. OLE color: 10199708.
HSL color Cylindrical-coordinate representation of color #9CA29B: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9CA29B is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 162 | 155 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.36 |
| HSL | 111.43º | 0.04% | 0.62% | - |
| HSV(B) | 111.43º | 0.04% | 0.64% | - |
| XYZ | 32.55 | 35.28 | 36.1 | - |
| YUV | 159.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 162 | 155 | 0.04 | 0 | 0.04 | 0.36 | 111.43 | 0.04 | 0.62 |
| Hex | 9C | A2 | 9B | 4 | 0 | 4 | 24 | 6F | 4 | 3E |
| Octal | 234 | 242 | 233 | 4 | 0 | 4 | 44 | 157 | 4 | 76 |
| Binary | 10011100 | 10100010 | 10011011 | 100 | 0 | 100 | 100100 | 1101111 | 100 | 111110 |
Color Harmonies of #9CA29B
Complementary color
Monochromatic Colors of #9CA29B
Black with #9CA29B
Text Example
Text Example
White with #9CA29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA29B; }
p { color: rgb(156,162,155); }
H1.HeaderClassName
{
color: #9CA29B;
}
.AnyTagClassName
{
color: #9CA29B;
}
</style>
background-color css
<style>
a { background-color: #9CA29B; }
a { background-color: rgb(156,162,155); }
div.DivClassName
{
background-color: #9CA29B;
}
.BgClassName
{
background-color: #9CA29B;
}
</style>
border-color css
<style>
span { border-color: #9CA29B; }
span { border-color: rgb(156,162,155); }
td.TdClassName
{
border-color: #9CA29B;
}
.TagClassName
{
border-color: #9CA29B;
}
</style>