#95BCA0

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

Shades of Summer Green #95BCA0

Tints of Summer Green #95BCA0

Color information

#95BCA0 (or 0x95BCA0) is unknown color: approx Summer Green. HEX triplet: 95, BC and A0. RGB value is (149,188,160). Sum of RGB (Red+Green+Blue) = 149+188+160=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #95BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BCA0 is #6A435F. Grayscale: #ADADAD. Windows color (decimal): -6964064 or 10534037. OLE color: 10534037.

HSL color Cylindrical-coordinate representation of color #95BCA0: hue angle of 136.92º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95BCA0 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB149188160-
CMYK0.2100.150.26
HSL136.92º22.54%66.08%-
HSV(B)136.92º20.74%73.73%-
XYZ36.7244.8939.99-
YUV173.15120.58110.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.98%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 160 (62.89% from 255) = 32.19%
R=29.98%
G=37.83%
B=32.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491881600.2100.150.26136.9222.5466.08
Hex95BCA0150F1A891742
Octal225274240250173221127102
Binary10010101101111001010000010101011111101010001001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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