#95A699

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

Shades of Edward #95A699

Tints of Edward #95A699

Color information

#95A699 (or 0x95A699) is unknown color: approx Edward. HEX triplet: 95, A6 and 99. RGB value is (149,166,153). Sum of RGB (Red+Green+Blue) = 149+166+153=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 166 - color contains mainly: green. Hex color #95A699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A699 is #6A5966. Grayscale: #9F9F9F. Windows color (decimal): -6969703 or 10069653. OLE color: 10069653.

HSL color Cylindrical-coordinate representation of color #95A699: hue angle of 134.12º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #95A699 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB149166153-
CMYK0.1000.080.35
HSL134.12º8.72%61.76%-
HSV(B)134.12º10.24%65.1%-
XYZ31.7835.9635.4-
YUV159.44124.37120.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 166 (65.23% from 255) = 35.47%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=31.84%
G=35.47%
B=32.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491661530.1000.080.35134.128.7261.76
Hex95A699A08238693e
Octal22524623112010432061176
Binary100101011010011010011001101001000100011100001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,166,153); }

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

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

 a { background-color: rgb(149,166,153); }

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

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

 span { border-color: rgb(149,166,153); }

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