#95B399

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

Shades of Edward #95B399

Tints of Edward #95B399

Color information

#95B399 (or 0x95B399) is unknown color: approx Edward. HEX triplet: 95, B3 and 99. RGB value is (149,179,153). Sum of RGB (Red+Green+Blue) = 149+179+153=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 179 - color contains mainly: green. Hex color #95B399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B399 is #6A4C66. Grayscale: #A7A7A7. Windows color (decimal): -6966375 or 10072981. OLE color: 10072981.

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

Color convert

RGB149179153-
CMYK0.1700.150.30
HSL128º16.48%64.31%-
HSV(B)128º16.76%70.2%-
XYZ34.2640.9336.23-
YUV167.07120.06115.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.98%
GREEN value IS 179 (70.31% from 255) = 37.21%
BLUE value IS 153 (60.16% from 255) = 31.81%
R=30.98%
G=37.21%
B=31.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491791530.1700.150.3012816.4864.31
Hex95B399110F1E801040
Octal225263231210173620020100
Binary10010101101100111001100110001011111111010000000100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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