#96A39A

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

Shades of Edward #96A39A

Tints of Edward #96A39A

Color information

#96A39A (or 0x96A39A) is unknown color: approx Edward. HEX triplet: 96, A3 and 9A. RGB value is (150,163,154). Sum of RGB (Red+Green+Blue) = 150+163+154=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 163 - color contains mainly: green. Hex color #96A39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A39A is #695C65. Grayscale: #9E9E9E. Windows color (decimal): -6904934 or 10134422. OLE color: 10134422.

HSL color Cylindrical-coordinate representation of color #96A39A: hue angle of 138.46º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #96A39A is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB150163154-
CMYK0.0800.060.36
HSL138.46º6.6%61.37%-
HSV(B)138.46º7.98%63.92%-
XYZ31.5135.0135.67-
YUV158.09125.69122.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 154 (60.55% from 255) = 32.98%
R=32.12%
G=34.90%
B=32.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501631540.0800.060.36138.466.661.37
Hex96A39A806248a73d
Octal226243232100644212775
Binary1001011010100011100110101000011010010010001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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