#96A89A

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

Shades of Edward #96A89A

Tints of Edward #96A89A

Color information

#96A89A (or 0x96A89A) is unknown color: approx Edward. HEX triplet: 96, A8 and 9A. RGB value is (150,168,154). Sum of RGB (Red+Green+Blue) = 150+168+154=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 168 - color contains mainly: green. Hex color #96A89A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A89A is #695765. Grayscale: #A1A1A1. Windows color (decimal): -6903654 or 10135702. OLE color: 10135702.

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

Color convert

RGB150168154-
CMYK0.1100.080.34
HSL133.33º9.38%62.35%-
HSV(B)133.33º10.71%65.88%-
XYZ32.4136.8235.97-
YUV161.02124.04120.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=31.78%
G=35.59%
B=32.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501681540.1100.080.34133.339.3862.35
Hex96A89AB08228593e
Octal22625023213010422051176
Binary100101101010100010011010101101000100010100001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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