#929396

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

Shades of Manatee #929396

Tints of Manatee #929396

Color information

#929396 (or 0x929396) is unknown color: approx Manatee. HEX triplet: 92, 93 and 96. RGB value is (146,147,150). Sum of RGB (Red+Green+Blue) = 146+147+150=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 150 - color contains mainly: blue. Hex color #929396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929396 is #6D6C69. Grayscale: #939393. Windows color (decimal): -7171178 or 9868178. OLE color: 9868178.

HSL color Cylindrical-coordinate representation of color #929396: hue angle of 225º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #929396 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB146147150-
CMYK0.030.0200.41
HSL225º1.87%58.04%-
HSV(B)225º2.67%58.82%-
XYZ27.7929.1833.02-
YUV147.04129.67127.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.96%
GREEN value IS 147 (57.81% from 255) = 33.18%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=32.96%
G=33.18%
B=33.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461471500.030.0200.412251.8758.04
Hex92939632029e123a
Octal22222322632051341272
Binary100100101001001110010110111001010011110000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929396; }

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

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

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

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

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

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

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

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