Shades of Tower Grey #9BB0A4
Tints of Tower Grey #9BB0A4
RGB
CMYK
RGB Variations
Color information
#9BB0A4 (or 0x9BB0A4) is known color: Tower Grey. HEX triplet: 9B, B0 and A4. RGB value is (155,176,164). Sum of RGB (Red+Green+Blue) = 155+176+164=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB0A4 is #644F5B. Grayscale: #A8A8A8. Windows color (decimal): -6573916 or 10793115. OLE color: 10793115.
HSL color Cylindrical-coordinate representation of color #9BB0A4: hue angle of 145.71º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BB0A4 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 176 | 164 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.31 |
| HSL | 145.71º | 0.12% | 0.65% | - |
| HSV(B) | 145.71º | 0.12% | 0.69% | - |
| XYZ | 35.74 | 40.7 | 41.09 | - |
| YUV | 168.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 164 | 0.12 | 0 | 0.07 | 0.31 | 145.71 | 0.12 | 0.65 |
| Hex | 9B | B0 | A4 | C | 0 | 7 | 1F | 92 | C | 41 |
| Octal | 233 | 260 | 244 | 14 | 0 | 7 | 37 | 222 | 14 | 101 |
| Binary | 10011011 | 10110000 | 10100100 | 1100 | 0 | 111 | 11111 | 10010010 | 1100 | 1000001 |
Color Harmonies of #9BB0A4
Complementary color
Monochromatic Colors of #9BB0A4
Black with #9BB0A4
Text Example
Text Example
White with #9BB0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB0A4; }
p { color: rgb(155,176,164); }
H1.HeaderClassName
{
color: #9BB0A4;
}
.AnyTagClassName
{
color: #9BB0A4;
}
</style>
background-color css
<style>
a { background-color: #9BB0A4; }
a { background-color: rgb(155,176,164); }
div.DivClassName
{
background-color: #9BB0A4;
}
.BgClassName
{
background-color: #9BB0A4;
}
</style>
border-color css
<style>
span { border-color: #9BB0A4; }
span { border-color: rgb(155,176,164); }
td.TdClassName
{
border-color: #9BB0A4;
}
.TagClassName
{
border-color: #9BB0A4;
}
</style>