#96B09C

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

Shades of Edward #96B09C

Tints of Edward #96B09C

Color information

#96B09C (or 0x96B09C) is unknown color: approx Edward. HEX triplet: 96, B0 and 9C. RGB value is (150,176,156). Sum of RGB (Red+Green+Blue) = 150+176+156=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 176 - color contains mainly: green. Hex color #96B09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B09C is #694F63. Grayscale: #A5A5A5. Windows color (decimal): -6901604 or 10268822. OLE color: 10268822.

HSL color Cylindrical-coordinate representation of color #96B09C: hue angle of 133.85º degrees, saturation: 0.14, 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 #96B09C is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB150176156-
CMYK0.1500.110.31
HSL133.85º14.13%63.92%-
HSV(B)133.85º14.77%69.02%-
XYZ34.139.9437.36-
YUV165.95122.39116.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.12%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=31.12%
G=36.51%
B=32.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501761560.1500.110.31133.8514.1363.92
Hex96B09CF0B1F86e40
Octal226260234170133720616100
Binary100101101011000010011100111101011111111000011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,176,156); }

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

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

 a { background-color: rgb(150,176,156); }

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

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

 span { border-color: rgb(150,176,156); }

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