Shades of Mantle #9BAC94
Tints of Mantle #9BAC94
RGB
CMYK
RGB Variations
Color information
#9BAC94 (or 0x9BAC94) is known color: Mantle. HEX triplet: 9B, AC and 94. RGB value is (155,172,148). Sum of RGB (Red+Green+Blue) = 155+172+148=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC94 is #64536B. Grayscale: #A4A4A4. Windows color (decimal): -6574956 or 9743515. OLE color: 9743515.
HSL color Cylindrical-coordinate representation of color #9BAC94: hue angle of 102.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BAC94 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 148 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.33 |
| HSL | 102.5º | 0.13% | 0.63% | - |
| HSV(B) | 102.5º | 0.14% | 0.67% | - |
| XYZ | 33.62 | 38.61 | 33.7 | - |
| YUV | 164.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 148 | 0.10 | 0 | 0.14 | 0.33 | 102.5 | 0.13 | 0.63 |
| Hex | 9B | AC | 94 | A | 0 | E | 21 | 66 | D | 3F |
| Octal | 233 | 254 | 224 | 12 | 0 | 16 | 41 | 146 | 15 | 77 |
| Binary | 10011011 | 10101100 | 10010100 | 1010 | 0 | 1110 | 100001 | 1100110 | 1101 | 111111 |
Color Harmonies of #9BAC94
Complementary color
Monochromatic Colors of #9BAC94
Black with #9BAC94
Text Example
Text Example
White with #9BAC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC94; }
p { color: rgb(155,172,148); }
H1.HeaderClassName
{
color: #9BAC94;
}
.AnyTagClassName
{
color: #9BAC94;
}
</style>
background-color css
<style>
a { background-color: #9BAC94; }
a { background-color: rgb(155,172,148); }
div.DivClassName
{
background-color: #9BAC94;
}
.BgClassName
{
background-color: #9BAC94;
}
</style>
border-color css
<style>
span { border-color: #9BAC94; }
span { border-color: rgb(155,172,148); }
td.TdClassName
{
border-color: #9BAC94;
}
.TagClassName
{
border-color: #9BAC94;
}
</style>