Shades of Mantle #9BAC92
Tints of Mantle #9BAC92
RGB
CMYK
RGB Variations
Color information
#9BAC92 (or 0x9BAC92) is known color: Mantle. HEX triplet: 9B, AC and 92. RGB value is (155,172,146). Sum of RGB (Red+Green+Blue) = 155+172+146=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC92 is #64536D. Grayscale: #A4A4A4. Windows color (decimal): -6574958 or 9612443. OLE color: 9612443.
HSL color Cylindrical-coordinate representation of color #9BAC92: hue angle of 99.23º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BAC92 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 146 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.33 |
| HSL | 99.23º | 0.14% | 0.62% | - |
| HSV(B) | 99.23º | 0.15% | 0.67% | - |
| XYZ | 33.46 | 38.55 | 32.87 | - |
| YUV | 163.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 146 | 0.10 | 0 | 0.15 | 0.33 | 99.23 | 0.14 | 0.62 |
| Hex | 9B | AC | 92 | A | 0 | F | 21 | 63 | E | 3E |
| Octal | 233 | 254 | 222 | 12 | 0 | 17 | 41 | 143 | 16 | 76 |
| Binary | 10011011 | 10101100 | 10010010 | 1010 | 0 | 1111 | 100001 | 1100011 | 1110 | 111110 |
Color Harmonies of #9BAC92
Complementary color
Monochromatic Colors of #9BAC92
Black with #9BAC92
Text Example
Text Example
White with #9BAC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC92; }
p { color: rgb(155,172,146); }
H1.HeaderClassName
{
color: #9BAC92;
}
.AnyTagClassName
{
color: #9BAC92;
}
</style>
background-color css
<style>
a { background-color: #9BAC92; }
a { background-color: rgb(155,172,146); }
div.DivClassName
{
background-color: #9BAC92;
}
.BgClassName
{
background-color: #9BAC92;
}
</style>
border-color css
<style>
span { border-color: #9BAC92; }
span { border-color: rgb(155,172,146); }
td.TdClassName
{
border-color: #9BAC92;
}
.TagClassName
{
border-color: #9BAC92;
}
</style>