Shades of Mantle #9BA299
Tints of Mantle #9BA299
RGB
CMYK
RGB Variations
Color information
#9BA299 (or 0x9BA299) is known color: Mantle. HEX triplet: 9B, A2 and 99. RGB value is (155,162,153). Sum of RGB (Red+Green+Blue) = 155+162+153=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA299 is #645D66. Grayscale: #9E9E9E. Windows color (decimal): -6577511 or 10068635. OLE color: 10068635.
HSL color Cylindrical-coordinate representation of color #9BA299: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9BA299 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 153 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.36 |
| HSL | 106.67º | 0.05% | 0.62% | - |
| HSV(B) | 106.67º | 0.06% | 0.64% | - |
| XYZ | 32.19 | 35.11 | 35.22 | - |
| YUV | 158.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 153 | 0.04 | 0 | 0.06 | 0.36 | 106.67 | 0.05 | 0.62 |
| Hex | 9B | A2 | 99 | 4 | 0 | 6 | 24 | 6B | 5 | 3E |
| Octal | 233 | 242 | 231 | 4 | 0 | 6 | 44 | 153 | 5 | 76 |
| Binary | 10011011 | 10100010 | 10011001 | 100 | 0 | 110 | 100100 | 1101011 | 101 | 111110 |
Color Harmonies of #9BA299
Complementary color
Monochromatic Colors of #9BA299
Black with #9BA299
Text Example
Text Example
White with #9BA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA299; }
p { color: rgb(155,162,153); }
H1.HeaderClassName
{
color: #9BA299;
}
.AnyTagClassName
{
color: #9BA299;
}
</style>
background-color css
<style>
a { background-color: #9BA299; }
a { background-color: rgb(155,162,153); }
div.DivClassName
{
background-color: #9BA299;
}
.BgClassName
{
background-color: #9BA299;
}
</style>
border-color css
<style>
span { border-color: #9BA299; }
span { border-color: rgb(155,162,153); }
td.TdClassName
{
border-color: #9BA299;
}
.TagClassName
{
border-color: #9BA299;
}
</style>