Shades of Mantle #9BA499
Tints of Mantle #9BA499
RGB
CMYK
RGB Variations
Color information
#9BA499 (or 0x9BA499) is known color: Mantle. HEX triplet: 9B, A4 and 99. RGB value is (155,164,153). Sum of RGB (Red+Green+Blue) = 155+164+153=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA499 is #645B66. Grayscale: #A0A0A0. Windows color (decimal): -6576999 or 10069147. OLE color: 10069147.
HSL color Cylindrical-coordinate representation of color #9BA499: hue angle of 109.09º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9BA499 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 153 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.36 |
| HSL | 109.09º | 0.06% | 0.62% | - |
| HSV(B) | 109.09º | 0.07% | 0.64% | - |
| XYZ | 32.54 | 35.82 | 35.34 | - |
| YUV | 160.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 153 | 0.05 | 0 | 0.07 | 0.36 | 109.09 | 0.06 | 0.62 |
| Hex | 9B | A4 | 99 | 5 | 0 | 7 | 24 | 6D | 6 | 3E |
| Octal | 233 | 244 | 231 | 5 | 0 | 7 | 44 | 155 | 6 | 76 |
| Binary | 10011011 | 10100100 | 10011001 | 101 | 0 | 111 | 100100 | 1101101 | 110 | 111110 |
Color Harmonies of #9BA499
Complementary color
Monochromatic Colors of #9BA499
Black with #9BA499
Text Example
Text Example
White with #9BA499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA499; }
p { color: rgb(155,164,153); }
H1.HeaderClassName
{
color: #9BA499;
}
.AnyTagClassName
{
color: #9BA499;
}
</style>
background-color css
<style>
a { background-color: #9BA499; }
a { background-color: rgb(155,164,153); }
div.DivClassName
{
background-color: #9BA499;
}
.BgClassName
{
background-color: #9BA499;
}
</style>
border-color css
<style>
span { border-color: #9BA499; }
span { border-color: rgb(155,164,153); }
td.TdClassName
{
border-color: #9BA499;
}
.TagClassName
{
border-color: #9BA499;
}
</style>