Shades of Mantle #9CA09B
Tints of Mantle #9CA09B
RGB
CMYK
RGB Variations
Color information
#9CA09B (or 0x9CA09B) is known color: Mantle. HEX triplet: 9C, A0 and 9B. RGB value is (156,160,155). Sum of RGB (Red+Green+Blue) = 156+160+155=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA09B is #635F64. Grayscale: #9E9E9E. Windows color (decimal): -6512485 or 10199196. OLE color: 10199196.
HSL color Cylindrical-coordinate representation of color #9CA09B: hue angle of 108º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9CA09B is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 160 | 155 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.37 |
| HSL | 108º | 0.03% | 0.62% | - |
| HSV(B) | 108º | 0.03% | 0.63% | - |
| XYZ | 32.2 | 34.58 | 35.99 | - |
| YUV | 158.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 155 | 0.02 | 0 | 0.03 | 0.37 | 108 | 0.03 | 0.62 |
| Hex | 9C | A0 | 9B | 2 | 0 | 3 | 25 | 6C | 3 | 3E |
| Octal | 234 | 240 | 233 | 2 | 0 | 3 | 45 | 154 | 3 | 76 |
| Binary | 10011100 | 10100000 | 10011011 | 10 | 0 | 11 | 100101 | 1101100 | 11 | 111110 |
Color Harmonies of #9CA09B
Complementary color
Monochromatic Colors of #9CA09B
Black with #9CA09B
Text Example
Text Example
White with #9CA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA09B; }
p { color: rgb(156,160,155); }
H1.HeaderClassName
{
color: #9CA09B;
}
.AnyTagClassName
{
color: #9CA09B;
}
</style>
background-color css
<style>
a { background-color: #9CA09B; }
a { background-color: rgb(156,160,155); }
div.DivClassName
{
background-color: #9CA09B;
}
.BgClassName
{
background-color: #9CA09B;
}
</style>
border-color css
<style>
span { border-color: #9CA09B; }
span { border-color: rgb(156,160,155); }
td.TdClassName
{
border-color: #9CA09B;
}
.TagClassName
{
border-color: #9CA09B;
}
</style>