Shades of Mantle #9BAC9B
Tints of Mantle #9BAC9B
RGB
CMYK
RGB Variations
Color information
#9BAC9B (or 0x9BAC9B) is known color: Mantle. HEX triplet: 9B, AC and 9B. RGB value is (155,172,155). Sum of RGB (Red+Green+Blue) = 155+172+155=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC9B is #645364. Grayscale: #A5A5A5. Windows color (decimal): -6574949 or 10202267. OLE color: 10202267.
HSL color Cylindrical-coordinate representation of color #9BAC9B: hue angle of 120º degrees, saturation: 0.09, 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 #9BAC9B is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 155 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.33 |
| HSL | 120º | 0.09% | 0.64% | - |
| HSV(B) | 120º | 0.1% | 0.67% | - |
| XYZ | 34.19 | 38.84 | 36.71 | - |
| YUV | 164.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 155 | 0.10 | 0 | 0.10 | 0.33 | 120 | 0.09 | 0.64 |
| Hex | 9B | AC | 9B | A | 0 | A | 21 | 78 | 9 | 40 |
| Octal | 233 | 254 | 233 | 12 | 0 | 12 | 41 | 170 | 11 | 100 |
| Binary | 10011011 | 10101100 | 10011011 | 1010 | 0 | 1010 | 100001 | 1111000 | 1001 | 1000000 |
Color Harmonies of #9BAC9B
Complementary color
Monochromatic Colors of #9BAC9B
Black with #9BAC9B
Text Example
Text Example
White with #9BAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC9B; }
p { color: rgb(155,172,155); }
H1.HeaderClassName
{
color: #9BAC9B;
}
.AnyTagClassName
{
color: #9BAC9B;
}
</style>
background-color css
<style>
a { background-color: #9BAC9B; }
a { background-color: rgb(155,172,155); }
div.DivClassName
{
background-color: #9BAC9B;
}
.BgClassName
{
background-color: #9BAC9B;
}
</style>
border-color css
<style>
span { border-color: #9BAC9B; }
span { border-color: rgb(155,172,155); }
td.TdClassName
{
border-color: #9BAC9B;
}
.TagClassName
{
border-color: #9BAC9B;
}
</style>