Shades of Mantle #9BA995
Tints of Mantle #9BA995
RGB
CMYK
RGB Variations
Color information
#9BA995 (or 0x9BA995) is known color: Mantle. HEX triplet: 9B, A9 and 95. RGB value is (155,169,149). Sum of RGB (Red+Green+Blue) = 155+169+149=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA995 is #64566A. Grayscale: #A2A2A2. Windows color (decimal): -6575723 or 9808283. OLE color: 9808283.
HSL color Cylindrical-coordinate representation of color #9BA995: hue angle of 102º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BA995 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 149 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.34 |
| HSL | 102º | 0.1% | 0.62% | - |
| HSV(B) | 102º | 0.12% | 0.66% | - |
| XYZ | 33.13 | 37.51 | 33.93 | - |
| YUV | 162.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 149 | 0.08 | 0 | 0.12 | 0.34 | 102 | 0.1 | 0.62 |
| Hex | 9B | A9 | 95 | 8 | 0 | C | 22 | 66 | A | 3E |
| Octal | 233 | 251 | 225 | 10 | 0 | 14 | 42 | 146 | 12 | 76 |
| Binary | 10011011 | 10101001 | 10010101 | 1000 | 0 | 1100 | 100010 | 1100110 | 1010 | 111110 |
Color Harmonies of #9BA995
Complementary color
Monochromatic Colors of #9BA995
Black with #9BA995
Text Example
Text Example
White with #9BA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA995; }
p { color: rgb(155,169,149); }
H1.HeaderClassName
{
color: #9BA995;
}
.AnyTagClassName
{
color: #9BA995;
}
</style>
background-color css
<style>
a { background-color: #9BA995; }
a { background-color: rgb(155,169,149); }
div.DivClassName
{
background-color: #9BA995;
}
.BgClassName
{
background-color: #9BA995;
}
</style>
border-color css
<style>
span { border-color: #9BA995; }
span { border-color: rgb(155,169,149); }
td.TdClassName
{
border-color: #9BA995;
}
.TagClassName
{
border-color: #9BA995;
}
</style>