Shades of Mantle #9BA698
Tints of Mantle #9BA698
RGB
CMYK
RGB Variations
Color information
#9BA698 (or 0x9BA698) is known color: Mantle. HEX triplet: 9B, A6 and 98. RGB value is (155,166,152). Sum of RGB (Red+Green+Blue) = 155+166+152=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA698 is #645967. Grayscale: #A1A1A1. Windows color (decimal): -6576488 or 10004123. OLE color: 10004123.
HSL color Cylindrical-coordinate representation of color #9BA698: hue angle of 107.14º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9BA698 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 152 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.35 |
| HSL | 107.14º | 0.07% | 0.62% | - |
| HSV(B) | 107.14º | 0.08% | 0.65% | - |
| XYZ | 32.82 | 36.51 | 35.02 | - |
| YUV | 161.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 152 | 0.07 | 0 | 0.08 | 0.35 | 107.14 | 0.07 | 0.62 |
| Hex | 9B | A6 | 98 | 7 | 0 | 8 | 23 | 6B | 7 | 3E |
| Octal | 233 | 246 | 230 | 7 | 0 | 10 | 43 | 153 | 7 | 76 |
| Binary | 10011011 | 10100110 | 10011000 | 111 | 0 | 1000 | 100011 | 1101011 | 111 | 111110 |
Color Harmonies of #9BA698
Complementary color
Monochromatic Colors of #9BA698
Black with #9BA698
Text Example
Text Example
White with #9BA698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA698; }
p { color: rgb(155,166,152); }
H1.HeaderClassName
{
color: #9BA698;
}
.AnyTagClassName
{
color: #9BA698;
}
</style>
background-color css
<style>
a { background-color: #9BA698; }
a { background-color: rgb(155,166,152); }
div.DivClassName
{
background-color: #9BA698;
}
.BgClassName
{
background-color: #9BA698;
}
</style>
border-color css
<style>
span { border-color: #9BA698; }
span { border-color: rgb(155,166,152); }
td.TdClassName
{
border-color: #9BA698;
}
.TagClassName
{
border-color: #9BA698;
}
</style>