Shades of Mantle #9BAC9A
Tints of Mantle #9BAC9A
RGB
CMYK
RGB Variations
Color information
#9BAC9A (or 0x9BAC9A) is known color: Mantle. HEX triplet: 9B, AC and 9A. RGB value is (155,172,154). Sum of RGB (Red+Green+Blue) = 155+172+154=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC9A is #645365. Grayscale: #A4A4A4. Windows color (decimal): -6574950 or 10136731. OLE color: 10136731.
HSL color Cylindrical-coordinate representation of color #9BAC9A: hue angle of 116.67º degrees, saturation: 0.1, 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 #9BAC9A is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 154 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.33 |
| HSL | 116.67º | 0.1% | 0.64% | - |
| HSV(B) | 116.67º | 0.1% | 0.67% | - |
| XYZ | 34.1 | 38.81 | 36.26 | - |
| YUV | 164.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 154 | 0.10 | 0 | 0.10 | 0.33 | 116.67 | 0.1 | 0.64 |
| Hex | 9B | AC | 9A | A | 0 | A | 21 | 75 | A | 40 |
| Octal | 233 | 254 | 232 | 12 | 0 | 12 | 41 | 165 | 12 | 100 |
| Binary | 10011011 | 10101100 | 10011010 | 1010 | 0 | 1010 | 100001 | 1110101 | 1010 | 1000000 |
Color Harmonies of #9BAC9A
Complementary color
Monochromatic Colors of #9BAC9A
Black with #9BAC9A
Text Example
Text Example
White with #9BAC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC9A; }
p { color: rgb(155,172,154); }
H1.HeaderClassName
{
color: #9BAC9A;
}
.AnyTagClassName
{
color: #9BAC9A;
}
</style>
background-color css
<style>
a { background-color: #9BAC9A; }
a { background-color: rgb(155,172,154); }
div.DivClassName
{
background-color: #9BAC9A;
}
.BgClassName
{
background-color: #9BAC9A;
}
</style>
border-color css
<style>
span { border-color: #9BAC9A; }
span { border-color: rgb(155,172,154); }
td.TdClassName
{
border-color: #9BAC9A;
}
.TagClassName
{
border-color: #9BAC9A;
}
</style>