#95BB9D

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

Shades of Summer Green #95BB9D

Tints of Summer Green #95BB9D

Color information

#95BB9D (or 0x95BB9D) is unknown color: approx Summer Green. HEX triplet: 95, BB and 9D. RGB value is (149,187,157). Sum of RGB (Red+Green+Blue) = 149+187+157=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BB9D is #6A4462. Grayscale: #ACACAC. Windows color (decimal): -6964323 or 10337173. OLE color: 10337173.

HSL color Cylindrical-coordinate representation of color #95BB9D: hue angle of 132.63º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95BB9D is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB149187157-
CMYK0.2000.160.27
HSL132.63º21.84%65.88%-
HSV(B)132.63º20.32%73.33%-
XYZ36.2544.3638.55-
YUV172.22119.41111.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=30.22%
G=37.93%
B=31.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491871570.2000.160.27132.6321.8465.88
Hex95BB9D140101B851642
Octal225273235240203320526102
Binary100101011011101110011101101000100001101110000101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,187,157); }

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

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

 a { background-color: rgb(149,187,157); }

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

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

 span { border-color: rgb(149,187,157); }

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