#888A95

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

Shades of Manatee #888A95

Tints of Manatee #888A95

Color information

#888A95 (or 0x888A95) is unknown color: approx Manatee. HEX triplet: 88, 8A and 95. RGB value is (136,138,149). Sum of RGB (Red+Green+Blue) = 136+138+149=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 149 - color contains mainly: blue. Hex color #888A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888A95 is #77756A. Grayscale: #8A8A8A. Windows color (decimal): -7828843 or 9800328. OLE color: 9800328.

HSL color Cylindrical-coordinate representation of color #888A95: hue angle of 230.77º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #888A95 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB136138149-
CMYK0.090.0700.42
HSL230.77º5.78%55.88%-
HSV(B)230.77º8.72%58.43%-
XYZ24.6725.5832.07-
YUV138.66133.84126.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.15%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=32.15%
G=32.62%
B=35.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361381490.090.0700.42230.775.7855.88
Hex888A959702Ae7638
Octal210212225117052347670
Binary1000100010001010100101011001111010101011100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888A95; }

 p { color: rgb(136,138,149); }

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

<style>
 a { background-color: #888A95; }

 a { background-color: rgb(136,138,149); }

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

<style>
 span { border-color: #888A95; }

 span { border-color: rgb(136,138,149); }

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