Shades of Mantle #9BA894
Tints of Mantle #9BA894
RGB
CMYK
RGB Variations
Color information
#9BA894 (or 0x9BA894) is known color: Mantle. HEX triplet: 9B, A8 and 94. RGB value is (155,168,148). Sum of RGB (Red+Green+Blue) = 155+168+148=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA894 is #64576B. Grayscale: #A1A1A1. Windows color (decimal): -6575980 or 9742491. OLE color: 9742491.
HSL color Cylindrical-coordinate representation of color #9BA894: hue angle of 99º 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 #9BA894 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 148 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.34 |
| HSL | 99º | 0.1% | 0.62% | - |
| HSV(B) | 99º | 0.12% | 0.66% | - |
| XYZ | 32.87 | 37.11 | 33.45 | - |
| YUV | 161.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 148 | 0.08 | 0 | 0.12 | 0.34 | 99 | 0.1 | 0.62 |
| Hex | 9B | A8 | 94 | 8 | 0 | C | 22 | 63 | A | 3E |
| Octal | 233 | 250 | 224 | 10 | 0 | 14 | 42 | 143 | 12 | 76 |
| Binary | 10011011 | 10101000 | 10010100 | 1000 | 0 | 1100 | 100010 | 1100011 | 1010 | 111110 |
Color Harmonies of #9BA894
Complementary color
Monochromatic Colors of #9BA894
Black with #9BA894
Text Example
Text Example
White with #9BA894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA894; }
p { color: rgb(155,168,148); }
H1.HeaderClassName
{
color: #9BA894;
}
.AnyTagClassName
{
color: #9BA894;
}
</style>
background-color css
<style>
a { background-color: #9BA894; }
a { background-color: rgb(155,168,148); }
div.DivClassName
{
background-color: #9BA894;
}
.BgClassName
{
background-color: #9BA894;
}
</style>
border-color css
<style>
span { border-color: #9BA894; }
span { border-color: rgb(155,168,148); }
td.TdClassName
{
border-color: #9BA894;
}
.TagClassName
{
border-color: #9BA894;
}
</style>