#95B29A

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

Shades of Edward #95B29A

Tints of Edward #95B29A

Color information

#95B29A (or 0x95B29A) is unknown color: approx Edward. HEX triplet: 95, B2 and 9A. RGB value is (149,178,154). Sum of RGB (Red+Green+Blue) = 149+178+154=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 178 - color contains mainly: green. Hex color #95B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B29A is #6A4D65. Grayscale: #A6A6A6. Windows color (decimal): -6966630 or 10138261. OLE color: 10138261.

HSL color Cylindrical-coordinate representation of color #95B29A: hue angle of 130.34º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95B29A is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB149178154-
CMYK0.1600.130.30
HSL130.34º15.85%64.12%-
HSV(B)130.34º16.29%69.8%-
XYZ34.1540.5636.6-
YUV166.59120.89115.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.98%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=30.98%
G=37.01%
B=32.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491781540.1600.130.30130.3415.8564.12
Hex95B29A100D1E821040
Octal225262232200153620220100
Binary10010101101100101001101010000011011111010000010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,178,154); }

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

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

 a { background-color: rgb(149,178,154); }

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

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

 span { border-color: rgb(149,178,154); }

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