Shades of Mantle #9BAA92
Tints of Mantle #9BAA92
RGB
CMYK
RGB Variations
Color information
#9BAA92 (or 0x9BAA92) is known color: Mantle. HEX triplet: 9B, AA and 92. RGB value is (155,170,146). Sum of RGB (Red+Green+Blue) = 155+170+146=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAA92 is #64556D. Grayscale: #A2A2A2. Windows color (decimal): -6575470 or 9611931. OLE color: 9611931.
HSL color Cylindrical-coordinate representation of color #9BAA92: hue angle of 97.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BAA92 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 146 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.33 |
| HSL | 97.5º | 0.12% | 0.62% | - |
| HSV(B) | 97.5º | 0.14% | 0.67% | - |
| XYZ | 33.08 | 37.79 | 32.75 | - |
| YUV | 162.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 146 | 0.09 | 0 | 0.14 | 0.33 | 97.5 | 0.12 | 0.62 |
| Hex | 9B | AA | 92 | 9 | 0 | E | 21 | 62 | C | 3E |
| Octal | 233 | 252 | 222 | 11 | 0 | 16 | 41 | 142 | 14 | 76 |
| Binary | 10011011 | 10101010 | 10010010 | 1001 | 0 | 1110 | 100001 | 1100010 | 1100 | 111110 |
Color Harmonies of #9BAA92
Complementary color
Monochromatic Colors of #9BAA92
Black with #9BAA92
Text Example
Text Example
White with #9BAA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA92; }
p { color: rgb(155,170,146); }
H1.HeaderClassName
{
color: #9BAA92;
}
.AnyTagClassName
{
color: #9BAA92;
}
</style>
background-color css
<style>
a { background-color: #9BAA92; }
a { background-color: rgb(155,170,146); }
div.DivClassName
{
background-color: #9BAA92;
}
.BgClassName
{
background-color: #9BAA92;
}
</style>
border-color css
<style>
span { border-color: #9BAA92; }
span { border-color: rgb(155,170,146); }
td.TdClassName
{
border-color: #9BAA92;
}
.TagClassName
{
border-color: #9BAA92;
}
</style>