Shades of Mantle #9BAC98
Tints of Mantle #9BAC98
RGB
CMYK
RGB Variations
Color information
#9BAC98 (or 0x9BAC98) is known color: Mantle. HEX triplet: 9B, AC and 98. RGB value is (155,172,152). Sum of RGB (Red+Green+Blue) = 155+172+152=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC98 is #645367. Grayscale: #A4A4A4. Windows color (decimal): -6574952 or 10005659. OLE color: 10005659.
HSL color Cylindrical-coordinate representation of color #9BAC98: hue angle of 111º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BAC98 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 152 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.33 |
| HSL | 111º | 0.11% | 0.64% | - |
| HSV(B) | 111º | 0.12% | 0.67% | - |
| XYZ | 33.94 | 38.74 | 35.39 | - |
| YUV | 164.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 152 | 0.10 | 0 | 0.12 | 0.33 | 111 | 0.11 | 0.64 |
| Hex | 9B | AC | 98 | A | 0 | C | 21 | 6F | B | 40 |
| Octal | 233 | 254 | 230 | 12 | 0 | 14 | 41 | 157 | 13 | 100 |
| Binary | 10011011 | 10101100 | 10011000 | 1010 | 0 | 1100 | 100001 | 1101111 | 1011 | 1000000 |
Color Harmonies of #9BAC98
Complementary color
Monochromatic Colors of #9BAC98
Black with #9BAC98
Text Example
Text Example
White with #9BAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC98; }
p { color: rgb(155,172,152); }
H1.HeaderClassName
{
color: #9BAC98;
}
.AnyTagClassName
{
color: #9BAC98;
}
</style>
background-color css
<style>
a { background-color: #9BAC98; }
a { background-color: rgb(155,172,152); }
div.DivClassName
{
background-color: #9BAC98;
}
.BgClassName
{
background-color: #9BAC98;
}
</style>
border-color css
<style>
span { border-color: #9BAC98; }
span { border-color: rgb(155,172,152); }
td.TdClassName
{
border-color: #9BAC98;
}
.TagClassName
{
border-color: #9BAC98;
}
</style>