Shades of Mantle #9BA798
Tints of Mantle #9BA798
RGB
CMYK
RGB Variations
Color information
#9BA798 (or 0x9BA798) is known color: Mantle. HEX triplet: 9B, A7 and 98. RGB value is (155,167,152). Sum of RGB (Red+Green+Blue) = 155+167+152=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA798 is #645867. Grayscale: #A1A1A1. Windows color (decimal): -6576232 or 10004379. OLE color: 10004379.
HSL color Cylindrical-coordinate representation of color #9BA798: hue angle of 108º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9BA798 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 152 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.35 |
| HSL | 108º | 0.08% | 0.63% | - |
| HSV(B) | 108º | 0.09% | 0.65% | - |
| XYZ | 33 | 36.87 | 35.08 | - |
| YUV | 161.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 152 | 0.07 | 0 | 0.09 | 0.35 | 108 | 0.08 | 0.63 |
| Hex | 9B | A7 | 98 | 7 | 0 | 9 | 23 | 6C | 8 | 3F |
| Octal | 233 | 247 | 230 | 7 | 0 | 11 | 43 | 154 | 10 | 77 |
| Binary | 10011011 | 10100111 | 10011000 | 111 | 0 | 1001 | 100011 | 1101100 | 1000 | 111111 |
Color Harmonies of #9BA798
Complementary color
Monochromatic Colors of #9BA798
Black with #9BA798
Text Example
Text Example
White with #9BA798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA798; }
p { color: rgb(155,167,152); }
H1.HeaderClassName
{
color: #9BA798;
}
.AnyTagClassName
{
color: #9BA798;
}
</style>
background-color css
<style>
a { background-color: #9BA798; }
a { background-color: rgb(155,167,152); }
div.DivClassName
{
background-color: #9BA798;
}
.BgClassName
{
background-color: #9BA798;
}
</style>
border-color css
<style>
span { border-color: #9BA798; }
span { border-color: rgb(155,167,152); }
td.TdClassName
{
border-color: #9BA798;
}
.TagClassName
{
border-color: #9BA798;
}
</style>