Shades of Mantle #9BAD98
Tints of Mantle #9BAD98
RGB
CMYK
RGB Variations
Color information
#9BAD98 (or 0x9BAD98) is known color: Mantle. HEX triplet: 9B, AD and 98. RGB value is (155,173,152). Sum of RGB (Red+Green+Blue) = 155+173+152=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAD98 is #645267. Grayscale: #A5A5A5. Windows color (decimal): -6574696 or 10005915. OLE color: 10005915.
HSL color Cylindrical-coordinate representation of color #9BAD98: hue angle of 111.43º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BAD98 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 152 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.32 |
| HSL | 111.43º | 0.11% | 0.64% | - |
| HSV(B) | 111.43º | 0.12% | 0.68% | - |
| XYZ | 34.13 | 39.12 | 35.46 | - |
| YUV | 165.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 152 | 0.10 | 0 | 0.12 | 0.32 | 111.43 | 0.11 | 0.64 |
| Hex | 9B | AD | 98 | A | 0 | C | 20 | 6F | B | 40 |
| Octal | 233 | 255 | 230 | 12 | 0 | 14 | 40 | 157 | 13 | 100 |
| Binary | 10011011 | 10101101 | 10011000 | 1010 | 0 | 1100 | 100000 | 1101111 | 1011 | 1000000 |
Color Harmonies of #9BAD98
Complementary color
Monochromatic Colors of #9BAD98
Black with #9BAD98
Text Example
Text Example
White with #9BAD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD98; }
p { color: rgb(155,173,152); }
H1.HeaderClassName
{
color: #9BAD98;
}
.AnyTagClassName
{
color: #9BAD98;
}
</style>
background-color css
<style>
a { background-color: #9BAD98; }
a { background-color: rgb(155,173,152); }
div.DivClassName
{
background-color: #9BAD98;
}
.BgClassName
{
background-color: #9BAD98;
}
</style>
border-color css
<style>
span { border-color: #9BAD98; }
span { border-color: rgb(155,173,152); }
td.TdClassName
{
border-color: #9BAD98;
}
.TagClassName
{
border-color: #9BAD98;
}
</style>