#909D96

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

Shades of Edward #909D96

Tints of Edward #909D96

Color information

#909D96 (or 0x909D96) is unknown color: approx Edward. HEX triplet: 90, 9D and 96. RGB value is (144,157,150). Sum of RGB (Red+Green+Blue) = 144+157+150=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 157 - color contains mainly: green. Hex color #909D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909D96 is #6F6269. Grayscale: #989898. Windows color (decimal): -7299690 or 9870736. OLE color: 9870736.

HSL color Cylindrical-coordinate representation of color #909D96: hue angle of 147.69º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #909D96 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB144157150-
CMYK0.0800.040.38
HSL147.69º6.22%59.02%-
HSV(B)147.69º8.28%61.57%-
XYZ29.0632.2533.55-
YUV152.31126.69122.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.93%
GREEN value IS 157 (61.72% from 255) = 34.81%
BLUE value IS 150 (58.98% from 255) = 33.26%
R=31.93%
G=34.81%
B=33.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441571500.0800.040.38147.696.2259.02
Hex909D96804269463b
Octal220235226100446224673
Binary1001000010011101100101101000010010011010010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909D96; }

 p { color: rgb(144,157,150); }

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

<style>
 a { background-color: #909D96; }

 a { background-color: rgb(144,157,150); }

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

<style>
 span { border-color: #909D96; }

 span { border-color: rgb(144,157,150); }

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