Shades of Mantle #9BA893
Tints of Mantle #9BA893
RGB
CMYK
RGB Variations
Color information
#9BA893 (or 0x9BA893) is known color: Mantle. HEX triplet: 9B, A8 and 93. RGB value is (155,168,147). Sum of RGB (Red+Green+Blue) = 155+168+147=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA893 is #64576C. Grayscale: #A1A1A1. Windows color (decimal): -6575981 or 9676955. OLE color: 9676955.
HSL color Cylindrical-coordinate representation of color #9BA893: hue angle of 97.14º degrees, saturation: 0.11, 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 #9BA893 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 147 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.34 |
| HSL | 97.14º | 0.11% | 0.62% | - |
| HSV(B) | 97.14º | 0.13% | 0.66% | - |
| XYZ | 32.79 | 37.08 | 33.03 | - |
| YUV | 161.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 147 | 0.08 | 0 | 0.13 | 0.34 | 97.14 | 0.11 | 0.62 |
| Hex | 9B | A8 | 93 | 8 | 0 | D | 22 | 61 | B | 3E |
| Octal | 233 | 250 | 223 | 10 | 0 | 15 | 42 | 141 | 13 | 76 |
| Binary | 10011011 | 10101000 | 10010011 | 1000 | 0 | 1101 | 100010 | 1100001 | 1011 | 111110 |
Color Harmonies of #9BA893
Complementary color
Monochromatic Colors of #9BA893
Black with #9BA893
Text Example
Text Example
White with #9BA893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA893; }
p { color: rgb(155,168,147); }
H1.HeaderClassName
{
color: #9BA893;
}
.AnyTagClassName
{
color: #9BA893;
}
</style>
background-color css
<style>
a { background-color: #9BA893; }
a { background-color: rgb(155,168,147); }
div.DivClassName
{
background-color: #9BA893;
}
.BgClassName
{
background-color: #9BA893;
}
</style>
border-color css
<style>
span { border-color: #9BA893; }
span { border-color: rgb(155,168,147); }
td.TdClassName
{
border-color: #9BA893;
}
.TagClassName
{
border-color: #9BA893;
}
</style>