Shades of Mantle #9CA29A
Tints of Mantle #9CA29A
RGB
CMYK
RGB Variations
Color information
#9CA29A (or 0x9CA29A) is known color: Mantle. HEX triplet: 9C, A2 and 9A. RGB value is (156,162,154). Sum of RGB (Red+Green+Blue) = 156+162+154=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA29A is #635D65. Grayscale: #9F9F9F. Windows color (decimal): -6511974 or 10134172. OLE color: 10134172.
HSL color Cylindrical-coordinate representation of color #9CA29A: hue angle of 105º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9CA29A is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 162 | 154 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.36 |
| HSL | 105º | 0.04% | 0.62% | - |
| HSV(B) | 105º | 0.05% | 0.64% | - |
| XYZ | 32.46 | 35.24 | 35.66 | - |
| YUV | 159.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 162 | 154 | 0.04 | 0 | 0.05 | 0.36 | 105 | 0.04 | 0.62 |
| Hex | 9C | A2 | 9A | 4 | 0 | 5 | 24 | 69 | 4 | 3E |
| Octal | 234 | 242 | 232 | 4 | 0 | 5 | 44 | 151 | 4 | 76 |
| Binary | 10011100 | 10100010 | 10011010 | 100 | 0 | 101 | 100100 | 1101001 | 100 | 111110 |
Color Harmonies of #9CA29A
Complementary color
Monochromatic Colors of #9CA29A
Black with #9CA29A
Text Example
Text Example
White with #9CA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA29A; }
p { color: rgb(156,162,154); }
H1.HeaderClassName
{
color: #9CA29A;
}
.AnyTagClassName
{
color: #9CA29A;
}
</style>
background-color css
<style>
a { background-color: #9CA29A; }
a { background-color: rgb(156,162,154); }
div.DivClassName
{
background-color: #9CA29A;
}
.BgClassName
{
background-color: #9CA29A;
}
</style>
border-color css
<style>
span { border-color: #9CA29A; }
span { border-color: rgb(156,162,154); }
td.TdClassName
{
border-color: #9CA29A;
}
.TagClassName
{
border-color: #9CA29A;
}
</style>