#95B199

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

Shades of Edward #95B199

Tints of Edward #95B199

Color information

#95B199 (or 0x95B199) is unknown color: approx Edward. HEX triplet: 95, B1 and 99. RGB value is (149,177,153). Sum of RGB (Red+Green+Blue) = 149+177+153=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 177 - color contains mainly: green. Hex color #95B199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B199 is #6A4E66. Grayscale: #A5A5A5. Windows color (decimal): -6966887 or 10072469. OLE color: 10072469.

HSL color Cylindrical-coordinate representation of color #95B199: hue angle of 128.57º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95B199 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB149177153-
CMYK0.1600.140.31
HSL128.57º15.22%63.92%-
HSV(B)128.57º15.82%69.41%-
XYZ33.8740.1336.1-
YUV165.89120.72115.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.11%
GREEN value IS 177 (69.53% from 255) = 36.95%
BLUE value IS 153 (60.16% from 255) = 31.94%
R=31.11%
G=36.95%
B=31.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491771530.1600.140.31128.5715.2263.92
Hex95B199100E1F81f40
Octal225261231200163720117100
Binary1001010110110001100110011000001110111111000000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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