Shades of Mantle #9BA497
Tints of Mantle #9BA497
RGB
CMYK
RGB Variations
Color information
#9BA497 (or 0x9BA497) is known color: Mantle. HEX triplet: 9B, A4 and 97. RGB value is (155,164,151). Sum of RGB (Red+Green+Blue) = 155+164+151=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA497 is #645B68. Grayscale: #9F9F9F. Windows color (decimal): -6577001 or 9938075. OLE color: 9938075.
HSL color Cylindrical-coordinate representation of color #9BA497: hue angle of 101.54º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9BA497 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 151 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.36 |
| HSL | 101.54º | 0.07% | 0.62% | - |
| HSV(B) | 101.54º | 0.08% | 0.64% | - |
| XYZ | 32.38 | 35.75 | 34.47 | - |
| YUV | 159.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 151 | 0.05 | 0 | 0.08 | 0.36 | 101.54 | 0.07 | 0.62 |
| Hex | 9B | A4 | 97 | 5 | 0 | 8 | 24 | 66 | 7 | 3E |
| Octal | 233 | 244 | 227 | 5 | 0 | 10 | 44 | 146 | 7 | 76 |
| Binary | 10011011 | 10100100 | 10010111 | 101 | 0 | 1000 | 100100 | 1100110 | 111 | 111110 |
Color Harmonies of #9BA497
Complementary color
Monochromatic Colors of #9BA497
Black with #9BA497
Text Example
Text Example
White with #9BA497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA497; }
p { color: rgb(155,164,151); }
H1.HeaderClassName
{
color: #9BA497;
}
.AnyTagClassName
{
color: #9BA497;
}
</style>
background-color css
<style>
a { background-color: #9BA497; }
a { background-color: rgb(155,164,151); }
div.DivClassName
{
background-color: #9BA497;
}
.BgClassName
{
background-color: #9BA497;
}
</style>
border-color css
<style>
span { border-color: #9BA497; }
span { border-color: rgb(155,164,151); }
td.TdClassName
{
border-color: #9BA497;
}
.TagClassName
{
border-color: #9BA497;
}
</style>