Shades of Manatee #909196
Tints of Manatee #909196
RGB
CMYK
RGB Variations
Color information
#909196 (or 0x909196) is known color: Manatee. HEX triplet: 90, 91 and 96. RGB value is (144,145,150). Sum of RGB (Red+Green+Blue) = 144+145+150=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 150 - color contains mainly: blue. Hex color #909196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909196 is #6F6E69. Grayscale: #919191. Windows color (decimal): -7302762 or 9867664. OLE color: 9867664.
HSL color Cylindrical-coordinate representation of color #909196: hue angle of 230º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #909196 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 145 | 150 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.41 |
| HSL | 230º | 0.03% | 0.58% | - |
| HSV(B) | 230º | 0.04% | 0.59% | - |
| XYZ | 27.13 | 28.38 | 32.9 | - |
| YUV | 145.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 145 | 150 | 0.04 | 0.03 | 0 | 0.41 | 230 | 0.03 | 0.58 |
| Hex | 90 | 91 | 96 | 4 | 3 | 0 | 29 | E6 | 3 | 3A |
| Octal | 220 | 221 | 226 | 4 | 3 | 0 | 51 | 346 | 3 | 72 |
| Binary | 10010000 | 10010001 | 10010110 | 100 | 11 | 0 | 101001 | 11100110 | 11 | 111010 |
Color Harmonies of #909196
Complementary color
Monochromatic Colors of #909196
Black with #909196
Text Example
Text Example
White with #909196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909196; }
p { color: rgb(144,145,150); }
H1.HeaderClassName
{
color: #909196;
}
.AnyTagClassName
{
color: #909196;
}
</style>
background-color css
<style>
a { background-color: #909196; }
a { background-color: rgb(144,145,150); }
div.DivClassName
{
background-color: #909196;
}
.BgClassName
{
background-color: #909196;
}
</style>
border-color css
<style>
span { border-color: #909196; }
span { border-color: rgb(144,145,150); }
td.TdClassName
{
border-color: #909196;
}
.TagClassName
{
border-color: #909196;
}
</style>