Shades of Mantle #9BAD9B
Tints of Mantle #9BAD9B
RGB
CMYK
RGB Variations
Color information
#9BAD9B (or 0x9BAD9B) is known color: Mantle. HEX triplet: 9B, AD and 9B. RGB value is (155,173,155). Sum of RGB (Red+Green+Blue) = 155+173+155=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAD9B is #645264. Grayscale: #A5A5A5. Windows color (decimal): -6574693 or 10202523. OLE color: 10202523.
HSL color Cylindrical-coordinate representation of color #9BAD9B: hue angle of 120º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BAD9B is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 155 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.32 |
| HSL | 120º | 0.1% | 0.64% | - |
| HSV(B) | 120º | 0.1% | 0.68% | - |
| XYZ | 34.38 | 39.22 | 36.77 | - |
| YUV | 165.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 155 | 0.10 | 0 | 0.10 | 0.32 | 120 | 0.1 | 0.64 |
| Hex | 9B | AD | 9B | A | 0 | A | 20 | 78 | A | 40 |
| Octal | 233 | 255 | 233 | 12 | 0 | 12 | 40 | 170 | 12 | 100 |
| Binary | 10011011 | 10101101 | 10011011 | 1010 | 0 | 1010 | 100000 | 1111000 | 1010 | 1000000 |
Color Harmonies of #9BAD9B
Complementary color
Monochromatic Colors of #9BAD9B
Black with #9BAD9B
Text Example
Text Example
White with #9BAD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD9B; }
p { color: rgb(155,173,155); }
H1.HeaderClassName
{
color: #9BAD9B;
}
.AnyTagClassName
{
color: #9BAD9B;
}
</style>
background-color css
<style>
a { background-color: #9BAD9B; }
a { background-color: rgb(155,173,155); }
div.DivClassName
{
background-color: #9BAD9B;
}
.BgClassName
{
background-color: #9BAD9B;
}
</style>
border-color css
<style>
span { border-color: #9BAD9B; }
span { border-color: rgb(155,173,155); }
td.TdClassName
{
border-color: #9BAD9B;
}
.TagClassName
{
border-color: #9BAD9B;
}
</style>