#96A59A

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

Shades of Edward #96A59A

Tints of Edward #96A59A

Color information

#96A59A (or 0x96A59A) is unknown color: approx Edward. HEX triplet: 96, A5 and 9A. RGB value is (150,165,154). Sum of RGB (Red+Green+Blue) = 150+165+154=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 165 - color contains mainly: green. Hex color #96A59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A59A is #695A65. Grayscale: #9F9F9F. Windows color (decimal): -6904422 or 10134934. OLE color: 10134934.

HSL color Cylindrical-coordinate representation of color #96A59A: hue angle of 136º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #96A59A is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB150165154-
CMYK0.0900.070.35
HSL136º7.69%61.76%-
HSV(B)136º9.09%64.71%-
XYZ31.8735.7335.79-
YUV159.26125.03121.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=31.98%
G=35.18%
B=32.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501651540.0900.070.351367.6961.76
Hex96A59A907238883e
Octal2262452321107432101076
Binary10010110101001011001101010010111100011100010001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,165,154); }

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

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

 a { background-color: rgb(150,165,154); }

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

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

 span { border-color: rgb(150,165,154); }

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