Shades of Mantle #9BAD92
Tints of Mantle #9BAD92
RGB
CMYK
RGB Variations
Color information
#9BAD92 (or 0x9BAD92) is known color: Mantle. HEX triplet: 9B, AD and 92. RGB value is (155,173,146). Sum of RGB (Red+Green+Blue) = 155+173+146=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAD92 is #64526D. Grayscale: #A4A4A4. Windows color (decimal): -6574702 or 9612699. OLE color: 9612699.
HSL color Cylindrical-coordinate representation of color #9BAD92: hue angle of 100º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BAD92 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 146 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.32 |
| HSL | 100º | 0.14% | 0.63% | - |
| HSV(B) | 100º | 0.16% | 0.68% | - |
| XYZ | 33.65 | 38.93 | 32.94 | - |
| YUV | 164.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 146 | 0.10 | 0 | 0.16 | 0.32 | 100 | 0.14 | 0.63 |
| Hex | 9B | AD | 92 | A | 0 | 10 | 20 | 64 | E | 3F |
| Octal | 233 | 255 | 222 | 12 | 0 | 20 | 40 | 144 | 16 | 77 |
| Binary | 10011011 | 10101101 | 10010010 | 1010 | 0 | 10000 | 100000 | 1100100 | 1110 | 111111 |
Color Harmonies of #9BAD92
Complementary color
Monochromatic Colors of #9BAD92
Black with #9BAD92
Text Example
Text Example
White with #9BAD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD92; }
p { color: rgb(155,173,146); }
H1.HeaderClassName
{
color: #9BAD92;
}
.AnyTagClassName
{
color: #9BAD92;
}
</style>
background-color css
<style>
a { background-color: #9BAD92; }
a { background-color: rgb(155,173,146); }
div.DivClassName
{
background-color: #9BAD92;
}
.BgClassName
{
background-color: #9BAD92;
}
</style>
border-color css
<style>
span { border-color: #9BAD92; }
span { border-color: rgb(155,173,146); }
td.TdClassName
{
border-color: #9BAD92;
}
.TagClassName
{
border-color: #9BAD92;
}
</style>