#96AA9B

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

Shades of Edward #96AA9B

Tints of Edward #96AA9B

Color information

#96AA9B (or 0x96AA9B) is unknown color: approx Edward. HEX triplet: 96, AA and 9B. RGB value is (150,170,155). Sum of RGB (Red+Green+Blue) = 150+170+155=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA9B is #695564. Grayscale: #A2A2A2. Windows color (decimal): -6903141 or 10201750. OLE color: 10201750.

HSL color Cylindrical-coordinate representation of color #96AA9B: hue angle of 135º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96AA9B is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB150170155-
CMYK0.1200.090.33
HSL135º10.53%62.75%-
HSV(B)135º11.76%66.67%-
XYZ32.8737.636.54-
YUV162.31123.87119.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 155 (60.94% from 255) = 32.63%
R=31.58%
G=35.79%
B=32.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501701550.1200.090.3313510.5362.75
Hex96AA9BC092187b3f
Octal22625223314011412071377
Binary100101101010101010011011110001001100001100001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AA9B; }

 p { color: rgb(150,170,155); }

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

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

 a { background-color: rgb(150,170,155); }

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

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

 span { border-color: rgb(150,170,155); }

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