#95A49B

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

Shades of Edward #95A49B

Tints of Edward #95A49B

Color information

#95A49B (or 0x95A49B) is unknown color: approx Edward. HEX triplet: 95, A4 and 9B. RGB value is (149,164,155). Sum of RGB (Red+Green+Blue) = 149+164+155=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 164 - color contains mainly: green. Hex color #95A49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A49B is #6A5B64. Grayscale: #9E9E9E. Windows color (decimal): -6970213 or 10200213. OLE color: 10200213.

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

Color convert

RGB149164155-
CMYK0.0900.050.36
HSL144º7.61%61.37%-
HSV(B)144º9.15%64.31%-
XYZ31.5935.3136.16-
YUV158.49126.03121.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 155 (60.94% from 255) = 33.12%
R=31.84%
G=35.04%
B=33.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491641550.0900.050.361447.6161.37
Hex95A49B905249083d
Octal2252442331105442201075
Binary10010101101001001001101110010101100100100100001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A49B; }

 p { color: rgb(149,164,155); }

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

<style>
 a { background-color: #95A49B; }

 a { background-color: rgb(149,164,155); }

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

<style>
 span { border-color: #95A49B; }

 span { border-color: rgb(149,164,155); }

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