#9496AA

Color #9496AA Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #9496AA

Tints of Manatee #9496AA

Color information

#9496AA (or 0x9496AA) is unknown color: approx Manatee. HEX triplet: 94, 96 and AA. RGB value is (148,150,170). Sum of RGB (Red+Green+Blue) = 148+150+170=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #9496AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9496AA is #6B6955. Grayscale: #979797. Windows color (decimal): -7039318 or 11179668. OLE color: 11179668.

HSL color Cylindrical-coordinate representation of color #9496AA: hue angle of 234.55º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9496AA is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148150170-
CMYK0.130.1200.33
HSL234.55º11.46%62.35%-
HSV(B)234.55º12.94%66.67%-
XYZ30.3731.0142.41-
YUV151.68138.34125.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 31.62%
GREEN value IS 150 (58.98% from 255) = 32.05%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=31.62%
G=32.05%
B=36.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481501700.130.1200.33234.5511.4662.35
Hex9496AADC021ebb3e
Octal22422625215140413531376
Binary100101001001011010101010110111000100001111010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9496AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9496AA; }

 p { color: rgb(148,150,170); }

 H1.HeaderClassName
 {
   color: #9496AA;
 }
 .AnyTagClassName
 {
   color: #9496AA;
 }
</style>
background-color css

<style>
 a { background-color: #9496AA; }

 a { background-color: rgb(148,150,170); }

 div.DivClassName
 {
   background-color: #9496AA;
 }
 .BgClassName
 {
   background-color: #9496AA;
 }
</style>
border-color css

<style>
 span { border-color: #9496AA; }

 span { border-color: rgb(148,150,170); }

 td.TdClassName
 {
   border-color: #9496AA;
 }
 .TagClassName
 {
   border-color: #9496AA;
 }
</style>