Shades of Mantle #9BA696
Tints of Mantle #9BA696
RGB
CMYK
RGB Variations
Color information
#9BA696 (or 0x9BA696) is known color: Mantle. HEX triplet: 9B, A6 and 96. RGB value is (155,166,150). Sum of RGB (Red+Green+Blue) = 155+166+150=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA696 is #645969. Grayscale: #A0A0A0. Windows color (decimal): -6576490 or 9873051. OLE color: 9873051.
HSL color Cylindrical-coordinate representation of color #9BA696: hue angle of 101.25º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BA696 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 150 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.35 |
| HSL | 101.25º | 0.08% | 0.62% | - |
| HSV(B) | 101.25º | 0.1% | 0.65% | - |
| XYZ | 32.66 | 36.44 | 34.17 | - |
| YUV | 160.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 150 | 0.07 | 0 | 0.10 | 0.35 | 101.25 | 0.08 | 0.62 |
| Hex | 9B | A6 | 96 | 7 | 0 | A | 23 | 65 | 8 | 3E |
| Octal | 233 | 246 | 226 | 7 | 0 | 12 | 43 | 145 | 10 | 76 |
| Binary | 10011011 | 10100110 | 10010110 | 111 | 0 | 1010 | 100011 | 1100101 | 1000 | 111110 |
Color Harmonies of #9BA696
Complementary color
Monochromatic Colors of #9BA696
Black with #9BA696
Text Example
Text Example
White with #9BA696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA696; }
p { color: rgb(155,166,150); }
H1.HeaderClassName
{
color: #9BA696;
}
.AnyTagClassName
{
color: #9BA696;
}
</style>
background-color css
<style>
a { background-color: #9BA696; }
a { background-color: rgb(155,166,150); }
div.DivClassName
{
background-color: #9BA696;
}
.BgClassName
{
background-color: #9BA696;
}
</style>
border-color css
<style>
span { border-color: #9BA696; }
span { border-color: rgb(155,166,150); }
td.TdClassName
{
border-color: #9BA696;
}
.TagClassName
{
border-color: #9BA696;
}
</style>