Shades of Mantle #9BAC93
Tints of Mantle #9BAC93
RGB
CMYK
RGB Variations
Color information
#9BAC93 (or 0x9BAC93) is known color: Mantle. HEX triplet: 9B, AC and 93. RGB value is (155,172,147). Sum of RGB (Red+Green+Blue) = 155+172+147=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC93 is #64536C. Grayscale: #A4A4A4. Windows color (decimal): -6574957 or 9677979. OLE color: 9677979.
HSL color Cylindrical-coordinate representation of color #9BAC93: hue angle of 100.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BAC93 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 147 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.33 |
| HSL | 100.8º | 0.13% | 0.63% | - |
| HSV(B) | 100.8º | 0.15% | 0.67% | - |
| XYZ | 33.54 | 38.58 | 33.28 | - |
| YUV | 164.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 147 | 0.10 | 0 | 0.15 | 0.33 | 100.8 | 0.13 | 0.63 |
| Hex | 9B | AC | 93 | A | 0 | F | 21 | 65 | D | 3F |
| Octal | 233 | 254 | 223 | 12 | 0 | 17 | 41 | 145 | 15 | 77 |
| Binary | 10011011 | 10101100 | 10010011 | 1010 | 0 | 1111 | 100001 | 1100101 | 1101 | 111111 |
Color Harmonies of #9BAC93
Complementary color
Monochromatic Colors of #9BAC93
Black with #9BAC93
Text Example
Text Example
White with #9BAC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC93; }
p { color: rgb(155,172,147); }
H1.HeaderClassName
{
color: #9BAC93;
}
.AnyTagClassName
{
color: #9BAC93;
}
</style>
background-color css
<style>
a { background-color: #9BAC93; }
a { background-color: rgb(155,172,147); }
div.DivClassName
{
background-color: #9BAC93;
}
.BgClassName
{
background-color: #9BAC93;
}
</style>
border-color css
<style>
span { border-color: #9BAC93; }
span { border-color: rgb(155,172,147); }
td.TdClassName
{
border-color: #9BAC93;
}
.TagClassName
{
border-color: #9BAC93;
}
</style>