#9299AC

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

Shades of Manatee #9299AC

Tints of Manatee #9299AC

Color information

#9299AC (or 0x9299AC) is unknown color: approx Manatee. HEX triplet: 92, 99 and AC. RGB value is (146,153,172). Sum of RGB (Red+Green+Blue) = 146+153+172=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #9299AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9299AC is #6D6653. Grayscale: #989898. Windows color (decimal): -7169620 or 11311506. OLE color: 11311506.

HSL color Cylindrical-coordinate representation of color #9299AC: hue angle of 223.85º degrees, saturation: 0.14, 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 #9299AC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146153172-
CMYK0.150.1100.33
HSL223.85º13.54%62.35%-
HSV(B)223.85º15.12%67.45%-
XYZ30.6931.8743.56-
YUV153.07138.68122.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=31.00%
G=32.48%
B=36.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461531720.150.1100.33223.8513.5462.35
Hex9299ACFB021e0e3e
Octal22223125417130413401676
Binary100100101001100110101100111110110100001111000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9299AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,153,172); }

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

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

 a { background-color: rgb(146,153,172); }

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

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

 span { border-color: rgb(146,153,172); }

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