#95B4A0

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

Shades of Summer Green #95B4A0

Tints of Summer Green #95B4A0

Color information

#95B4A0 (or 0x95B4A0) is unknown color: approx Summer Green. HEX triplet: 95, B4 and A0. RGB value is (149,180,160). Sum of RGB (Red+Green+Blue) = 149+180+160=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #95B4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B4A0 is #6A4B5F. Grayscale: #A8A8A8. Windows color (decimal): -6966112 or 10531989. OLE color: 10531989.

HSL color Cylindrical-coordinate representation of color #95B4A0: hue angle of 141.29º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95B4A0 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB149180160-
CMYK0.1700.110.29
HSL141.29º17.13%64.51%-
HSV(B)141.29º17.22%70.59%-
XYZ35.0641.5739.43-
YUV168.45123.23114.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.47%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=30.47%
G=36.81%
B=32.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491801600.1700.110.29141.2917.1364.51
Hex95B4A0110B1D8d1141
Octal225264240210133521521101
Binary10010101101101001010000010001010111110110001101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,180,160); }

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

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

 a { background-color: rgb(149,180,160); }

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

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

 span { border-color: rgb(149,180,160); }

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