#9296AB

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

Shades of Manatee #9296AB

Tints of Manatee #9296AB

Color information

#9296AB (or 0x9296AB) is unknown color: approx Manatee. HEX triplet: 92, 96 and AB. RGB value is (146,150,171). Sum of RGB (Red+Green+Blue) = 146+150+171=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #9296AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9296AB is #6D6954. Grayscale: #979797. Windows color (decimal): -7170389 or 11245202. OLE color: 11245202.

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

Color convert

RGB146150171-
CMYK0.150.1200.33
HSL230.4º12.95%62.16%-
HSV(B)230.4º14.62%67.06%-
XYZ30.1130.8642.9-
YUV151.2139.17124.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=31.26%
G=32.12%
B=36.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461501710.150.1200.33230.412.9562.16
Hex9296ABFC021e6d3e
Octal22222625317140413461576
Binary100100101001011010101011111111000100001111001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9296AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9296AB; }

 p { color: rgb(146,150,171); }

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

<style>
 a { background-color: #9296AB; }

 a { background-color: rgb(146,150,171); }

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

<style>
 span { border-color: #9296AB; }

 span { border-color: rgb(146,150,171); }

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