Shades of Tower Grey #9BA49F
Tints of Tower Grey #9BA49F
RGB
CMYK
RGB Variations
Color information
#9BA49F (or 0x9BA49F) is known color: Tower Grey. HEX triplet: 9B, A4 and 9F. RGB value is (155,164,159). Sum of RGB (Red+Green+Blue) = 155+164+159=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA49F is #645B60. Grayscale: #A0A0A0. Windows color (decimal): -6576993 or 10462363. OLE color: 10462363.
HSL color Cylindrical-coordinate representation of color #9BA49F: hue angle of 146.67º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9BA49F is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 159 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.36 |
| HSL | 146.67º | 0.05% | 0.63% | - |
| HSV(B) | 146.67º | 0.05% | 0.64% | - |
| XYZ | 33.05 | 36.02 | 38.01 | - |
| YUV | 160.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 159 | 0.05 | 0 | 0.03 | 0.36 | 146.67 | 0.05 | 0.63 |
| Hex | 9B | A4 | 9F | 5 | 0 | 3 | 24 | 93 | 5 | 3F |
| Octal | 233 | 244 | 237 | 5 | 0 | 3 | 44 | 223 | 5 | 77 |
| Binary | 10011011 | 10100100 | 10011111 | 101 | 0 | 11 | 100100 | 10010011 | 101 | 111111 |
Color Harmonies of #9BA49F
Complementary color
Monochromatic Colors of #9BA49F
Black with #9BA49F
Text Example
Text Example
White with #9BA49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA49F; }
p { color: rgb(155,164,159); }
H1.HeaderClassName
{
color: #9BA49F;
}
.AnyTagClassName
{
color: #9BA49F;
}
</style>
background-color css
<style>
a { background-color: #9BA49F; }
a { background-color: rgb(155,164,159); }
div.DivClassName
{
background-color: #9BA49F;
}
.BgClassName
{
background-color: #9BA49F;
}
</style>
border-color css
<style>
span { border-color: #9BA49F; }
span { border-color: rgb(155,164,159); }
td.TdClassName
{
border-color: #9BA49F;
}
.TagClassName
{
border-color: #9BA49F;
}
</style>