#96B19A

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

Shades of Edward #96B19A

Tints of Edward #96B19A

Color information

#96B19A (or 0x96B19A) is unknown color: approx Edward. HEX triplet: 96, B1 and 9A. RGB value is (150,177,154). Sum of RGB (Red+Green+Blue) = 150+177+154=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #96B19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B19A is #694E65. Grayscale: #A6A6A6. Windows color (decimal): -6901350 or 10138006. OLE color: 10138006.

HSL color Cylindrical-coordinate representation of color #96B19A: hue angle of 128.89º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96B19A is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB150177154-
CMYK0.1500.130.31
HSL128.89º14.75%64.12%-
HSV(B)128.89º15.25%69.41%-
XYZ34.1340.2636.54-
YUV166.3121.05116.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=31.19%
G=36.80%
B=32.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501771540.1500.130.31128.8914.7564.12
Hex96B19AF0D1F81f40
Octal226261232170153720117100
Binary100101101011000110011010111101101111111000000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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