#96A799

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

Shades of Edward #96A799

Tints of Edward #96A799

Color information

#96A799 (or 0x96A799) is unknown color: approx Edward. HEX triplet: 96, A7 and 99. RGB value is (150,167,153). Sum of RGB (Red+Green+Blue) = 150+167+153=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 167 - color contains mainly: green. Hex color #96A799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A799 is #695866. Grayscale: #A0A0A0. Windows color (decimal): -6903911 or 10069910. OLE color: 10069910.

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

Color convert

RGB150167153-
CMYK0.1000.080.35
HSL130.59º8.81%62.16%-
HSV(B)130.59º10.18%65.49%-
XYZ32.1536.4235.47-
YUV160.32123.87120.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.91%
GREEN value IS 167 (65.62% from 255) = 35.53%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=31.91%
G=35.53%
B=32.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501671530.1000.080.35130.598.8162.16
Hex96A799A08238393e
Octal22624723112010432031176
Binary100101101010011110011001101001000100011100000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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