#96B09B

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

Shades of Edward #96B09B

Tints of Edward #96B09B

Color information

#96B09B (or 0x96B09B) is unknown color: approx Edward. HEX triplet: 96, B0 and 9B. RGB value is (150,176,155). Sum of RGB (Red+Green+Blue) = 150+176+155=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 176 - color contains mainly: green. Hex color #96B09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B09B is #694F64. Grayscale: #A5A5A5. Windows color (decimal): -6901605 or 10203286. OLE color: 10203286.

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

Color convert

RGB150176155-
CMYK0.1500.120.31
HSL131.54º14.13%63.92%-
HSV(B)131.54º14.77%69.02%-
XYZ34.0239.936.92-
YUV165.83121.89116.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 176 (69.14% from 255) = 36.59%
BLUE value IS 155 (60.94% from 255) = 32.22%
R=31.19%
G=36.59%
B=32.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501761550.1500.120.31131.5414.1363.92
Hex96B09BF0C1F84e40
Octal226260233170143720416100
Binary100101101011000010011011111101100111111000010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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