#95BD9D

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

Shades of Summer Green #95BD9D

Tints of Summer Green #95BD9D

Color information

#95BD9D (or 0x95BD9D) is unknown color: approx Summer Green. HEX triplet: 95, BD and 9D. RGB value is (149,189,157). Sum of RGB (Red+Green+Blue) = 149+189+157=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BD9D is #6A4262. Grayscale: #ADADAD. Windows color (decimal): -6963811 or 10337685. OLE color: 10337685.

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

Color convert

RGB149189157-
CMYK0.2100.170.26
HSL132º23.26%66.27%-
HSV(B)132º21.16%74.12%-
XYZ36.6845.2238.69-
YUV173.39118.75110.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=30.10%
G=38.18%
B=31.72%

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
Decimal1491891570.2100.170.2613223.2666.27
Hex95BD9D150111A841742
Octal225275235250213220427102
Binary100101011011110110011101101010100011101010000100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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