Shades of Mantle #9CA89A
Tints of Mantle #9CA89A
RGB
CMYK
RGB Variations
Color information
#9CA89A (or 0x9CA89A) is known color: Mantle. HEX triplet: 9C, A8 and 9A. RGB value is (156,168,154). Sum of RGB (Red+Green+Blue) = 156+168+154=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA89A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA89A is #635765. Grayscale: #A2A2A2. Windows color (decimal): -6510438 or 10135708. OLE color: 10135708.
HSL color Cylindrical-coordinate representation of color #9CA89A: hue angle of 111.43º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9CA89A is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 168 | 154 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.34 |
| HSL | 111.43º | 0.07% | 0.63% | - |
| HSV(B) | 111.43º | 0.08% | 0.66% | - |
| XYZ | 33.55 | 37.41 | 36.02 | - |
| YUV | 162.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 154 | 0.07 | 0 | 0.08 | 0.34 | 111.43 | 0.07 | 0.63 |
| Hex | 9C | A8 | 9A | 7 | 0 | 8 | 22 | 6F | 7 | 3F |
| Octal | 234 | 250 | 232 | 7 | 0 | 10 | 42 | 157 | 7 | 77 |
| Binary | 10011100 | 10101000 | 10011010 | 111 | 0 | 1000 | 100010 | 1101111 | 111 | 111111 |
Color Harmonies of #9CA89A
Complementary color
Monochromatic Colors of #9CA89A
Black with #9CA89A
Text Example
Text Example
White with #9CA89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA89A; }
p { color: rgb(156,168,154); }
H1.HeaderClassName
{
color: #9CA89A;
}
.AnyTagClassName
{
color: #9CA89A;
}
</style>
background-color css
<style>
a { background-color: #9CA89A; }
a { background-color: rgb(156,168,154); }
div.DivClassName
{
background-color: #9CA89A;
}
.BgClassName
{
background-color: #9CA89A;
}
</style>
border-color css
<style>
span { border-color: #9CA89A; }
span { border-color: rgb(156,168,154); }
td.TdClassName
{
border-color: #9CA89A;
}
.TagClassName
{
border-color: #9CA89A;
}
</style>