Shades of Mantle #9BAB9A
Tints of Mantle #9BAB9A
RGB
CMYK
RGB Variations
Color information
#9BAB9A (or 0x9BAB9A) is known color: Mantle. HEX triplet: 9B, AB and 9A. RGB value is (155,171,154). Sum of RGB (Red+Green+Blue) = 155+171+154=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB9A is #645465. Grayscale: #A4A4A4. Windows color (decimal): -6575206 or 10136475. OLE color: 10136475.
HSL color Cylindrical-coordinate representation of color #9BAB9A: hue angle of 116.47º 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 #9BAB9A is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 154 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.33 |
| HSL | 116.47º | 0.09% | 0.64% | - |
| HSV(B) | 116.47º | 0.1% | 0.67% | - |
| XYZ | 33.91 | 38.43 | 36.2 | - |
| YUV | 164.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 154 | 0.09 | 0 | 0.10 | 0.33 | 116.47 | 0.09 | 0.64 |
| Hex | 9B | AB | 9A | 9 | 0 | A | 21 | 74 | 9 | 40 |
| Octal | 233 | 253 | 232 | 11 | 0 | 12 | 41 | 164 | 11 | 100 |
| Binary | 10011011 | 10101011 | 10011010 | 1001 | 0 | 1010 | 100001 | 1110100 | 1001 | 1000000 |
Color Harmonies of #9BAB9A
Complementary color
Monochromatic Colors of #9BAB9A
Black with #9BAB9A
Text Example
Text Example
White with #9BAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB9A; }
p { color: rgb(155,171,154); }
H1.HeaderClassName
{
color: #9BAB9A;
}
.AnyTagClassName
{
color: #9BAB9A;
}
</style>
background-color css
<style>
a { background-color: #9BAB9A; }
a { background-color: rgb(155,171,154); }
div.DivClassName
{
background-color: #9BAB9A;
}
.BgClassName
{
background-color: #9BAB9A;
}
</style>
border-color css
<style>
span { border-color: #9BAB9A; }
span { border-color: rgb(155,171,154); }
td.TdClassName
{
border-color: #9BAB9A;
}
.TagClassName
{
border-color: #9BAB9A;
}
</style>