Shades of Tower Grey #96B3A4
Tints of Tower Grey #96B3A4
RGB
CMYK
RGB Variations
Color information
#96B3A4 (or 0x96B3A4) is known color: Tower Grey. HEX triplet: 96, B3 and A4. RGB value is (150,179,164). Sum of RGB (Red+Green+Blue) = 150+179+164=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #96B3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B3A4 is #694C5B. Grayscale: #A8A8A8. Windows color (decimal): -6900828 or 10793878. OLE color: 10793878.
HSL color Cylindrical-coordinate representation of color #96B3A4: hue angle of 148.97º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96B3A4 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 179 | 164 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.30 |
| HSL | 148.97º | 0.16% | 0.65% | - |
| HSV(B) | 148.97º | 0.16% | 0.7% | - |
| XYZ | 35.4 | 41.4 | 41.25 | - |
| YUV | 168.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 179 | 164 | 0.16 | 0 | 0.08 | 0.30 | 148.97 | 0.16 | 0.65 |
| Hex | 96 | B3 | A4 | 10 | 0 | 8 | 1E | 95 | 10 | 41 |
| Octal | 226 | 263 | 244 | 20 | 0 | 10 | 36 | 225 | 20 | 101 |
| Binary | 10010110 | 10110011 | 10100100 | 10000 | 0 | 1000 | 11110 | 10010101 | 10000 | 1000001 |
Color Harmonies of #96B3A4
Complementary color
Monochromatic Colors of #96B3A4
Black with #96B3A4
Text Example
Text Example
White with #96B3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B3A4; }
p { color: rgb(150,179,164); }
H1.HeaderClassName
{
color: #96B3A4;
}
.AnyTagClassName
{
color: #96B3A4;
}
</style>
background-color css
<style>
a { background-color: #96B3A4; }
a { background-color: rgb(150,179,164); }
div.DivClassName
{
background-color: #96B3A4;
}
.BgClassName
{
background-color: #96B3A4;
}
</style>
border-color css
<style>
span { border-color: #96B3A4; }
span { border-color: rgb(150,179,164); }
td.TdClassName
{
border-color: #96B3A4;
}
.TagClassName
{
border-color: #96B3A4;
}
</style>