#9196AC

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

Shades of Manatee #9196AC

Tints of Manatee #9196AC

Color information

#9196AC (or 0x9196AC) is unknown color: approx Manatee. HEX triplet: 91, 96 and AC. RGB value is (145,150,172). Sum of RGB (Red+Green+Blue) = 145+150+172=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #9196AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9196AC is #6E6953. Grayscale: #969696. Windows color (decimal): -7235924 or 11310737. OLE color: 11310737.

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

Color convert

RGB145150172-
CMYK0.160.1300.33
HSL228.89º13.99%62.16%-
HSV(B)228.89º15.7%67.45%-
XYZ30.0330.8143.39-
YUV151.01139.84123.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.05%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=31.05%
G=32.12%
B=36.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451501720.160.1300.33228.8913.9962.16
Hex9196AC10D021e5e3e
Octal22122625420150413451676
Binary1001000110010110101011001000011010100001111001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9196AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9196AC; }

 p { color: rgb(145,150,172); }

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

<style>
 a { background-color: #9196AC; }

 a { background-color: rgb(145,150,172); }

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

<style>
 span { border-color: #9196AC; }

 span { border-color: rgb(145,150,172); }

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