Shades of Mantle #9BA59A
Tints of Mantle #9BA59A
RGB
CMYK
RGB Variations
Color information
#9BA59A (or 0x9BA59A) is known color: Mantle. HEX triplet: 9B, A5 and 9A. RGB value is (155,165,154). Sum of RGB (Red+Green+Blue) = 155+165+154=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA59A is #645A65. Grayscale: #A0A0A0. Windows color (decimal): -6576742 or 10134939. OLE color: 10134939.
HSL color Cylindrical-coordinate representation of color #9BA59A: hue angle of 114.55º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9BA59A is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 154 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.35 |
| HSL | 114.55º | 0.06% | 0.63% | - |
| HSV(B) | 114.55º | 0.07% | 0.65% | - |
| XYZ | 32.81 | 36.21 | 35.83 | - |
| YUV | 160.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 154 | 0.06 | 0 | 0.07 | 0.35 | 114.55 | 0.06 | 0.63 |
| Hex | 9B | A5 | 9A | 6 | 0 | 7 | 23 | 73 | 6 | 3F |
| Octal | 233 | 245 | 232 | 6 | 0 | 7 | 43 | 163 | 6 | 77 |
| Binary | 10011011 | 10100101 | 10011010 | 110 | 0 | 111 | 100011 | 1110011 | 110 | 111111 |
Color Harmonies of #9BA59A
Complementary color
Monochromatic Colors of #9BA59A
Black with #9BA59A
Text Example
Text Example
White with #9BA59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA59A; }
p { color: rgb(155,165,154); }
H1.HeaderClassName
{
color: #9BA59A;
}
.AnyTagClassName
{
color: #9BA59A;
}
</style>
background-color css
<style>
a { background-color: #9BA59A; }
a { background-color: rgb(155,165,154); }
div.DivClassName
{
background-color: #9BA59A;
}
.BgClassName
{
background-color: #9BA59A;
}
</style>
border-color css
<style>
span { border-color: #9BA59A; }
span { border-color: rgb(155,165,154); }
td.TdClassName
{
border-color: #9BA59A;
}
.TagClassName
{
border-color: #9BA59A;
}
</style>