#96AC99

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

Shades of Edward #96AC99

Tints of Edward #96AC99

Color information

#96AC99 (or 0x96AC99) is unknown color: approx Edward. HEX triplet: 96, AC and 99. RGB value is (150,172,153). Sum of RGB (Red+Green+Blue) = 150+172+153=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AC99 is #695366. Grayscale: #A3A3A3. Windows color (decimal): -6902631 or 10071190. OLE color: 10071190.

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

Color convert

RGB150172153-
CMYK0.1300.110.33
HSL128.18º11.7%63.14%-
HSV(B)128.18º12.79%67.45%-
XYZ33.0838.2935.78-
YUV163.26122.21118.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 153 (60.16% from 255) = 32.21%
R=31.58%
G=36.21%
B=32.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501721530.1300.110.33128.1811.763.14
Hex96AC99D0B2180c3f
Octal22625423115013412001477
Binary100101101010110010011001110101011100001100000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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