#96AB9A

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

Shades of Edward #96AB9A

Tints of Edward #96AB9A

Color information

#96AB9A (or 0x96AB9A) is unknown color: approx Edward. HEX triplet: 96, AB and 9A. RGB value is (150,171,154). Sum of RGB (Red+Green+Blue) = 150+171+154=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB9A is #695465. Grayscale: #A2A2A2. Windows color (decimal): -6902886 or 10136470. OLE color: 10136470.

HSL color Cylindrical-coordinate representation of color #96AB9A: hue angle of 131.43º 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 #96AB9A is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB150171154-
CMYK0.1200.100.33
HSL131.43º11.11%62.94%-
HSV(B)131.43º12.28%67.06%-
XYZ32.9737.9436.16-
YUV162.78123.04118.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=31.58%
G=36%
B=32.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501711540.1200.100.33131.4311.1162.94
Hex96AB9AC0A2183b3f
Octal22625323214012412031377
Binary100101101010101110011010110001010100001100000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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