#95BC9C

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

Shades of Summer Green #95BC9C

Tints of Summer Green #95BC9C

Color information

#95BC9C (or 0x95BC9C) is unknown color: approx Summer Green. HEX triplet: 95, BC and 9C. RGB value is (149,188,156). Sum of RGB (Red+Green+Blue) = 149+188+156=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BC9C is #6A4363. Grayscale: #ACACAC. Windows color (decimal): -6964068 or 10271893. OLE color: 10271893.

HSL color Cylindrical-coordinate representation of color #95BC9C: hue angle of 130.77º 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 #95BC9C is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB149188156-
CMYK0.2100.170.26
HSL130.77º22.54%66.08%-
HSV(B)130.77º20.74%73.73%-
XYZ36.3844.7638.17-
YUV172.69118.58111.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=30.22%
G=38.13%
B=31.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491881560.2100.170.26130.7722.5466.08
Hex95BC9C150111A831742
Octal225274234250213220327102
Binary100101011011110010011100101010100011101010000011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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