#959996

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

Shades of Edward #959996

Tints of Edward #959996

Color information

#959996 (or 0x959996) is unknown color: approx Edward. HEX triplet: 95, 99 and 96. RGB value is (149,153,150). Sum of RGB (Red+Green+Blue) = 149+153+150=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 153 - color contains mainly: green. Hex color #959996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959996 is #6A6669. Grayscale: #979797. Windows color (decimal): -6973034 or 9869717. OLE color: 9869717.

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

Color convert

RGB149153150-
CMYK0.0300.020.4
HSL135º1.92%59.22%-
HSV(B)135º2.61%60%-
XYZ29.2931.3733.37-
YUV151.46127.17126.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.96%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 150 (58.98% from 255) = 33.19%
R=32.96%
G=33.85%
B=33.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491531500.0300.020.41351.9259.22
Hex959996302288723b
Octal22523122630250207273
Binary100101011001100110010110110101010001000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959996; }

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

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

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

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

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

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

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

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