#939996

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

Shades of Edward #939996

Tints of Edward #939996

Color information

#939996 (or 0x939996) is unknown color: approx Edward. HEX triplet: 93, 99 and 96. RGB value is (147,153,150). Sum of RGB (Red+Green+Blue) = 147+153+150=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 153 - color contains mainly: green. Hex color #939996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939996 is #6C6669. Grayscale: #969696. Windows color (decimal): -7104106 or 9869715. OLE color: 9869715.

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

Color convert

RGB147153150-
CMYK0.0400.020.4
HSL150º2.86%58.82%-
HSV(B)150º3.92%60%-
XYZ28.9331.1933.35-
YUV150.86127.51125.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.67%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=32.67%
G=34%
B=33.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471531500.0400.020.41502.8658.82
Hex939996402289633b
Octal22323122640250226373
Binary1001001110011001100101101000101010001001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939996; }

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

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

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

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

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

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

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

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