#95BF9C

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

Shades of Summer Green #95BF9C

Tints of Summer Green #95BF9C

Color information

#95BF9C (or 0x95BF9C) is unknown color: approx Summer Green. HEX triplet: 95, BF and 9C. RGB value is (149,191,156). Sum of RGB (Red+Green+Blue) = 149+191+156=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BF9C is #6A4063. Grayscale: #AEAEAE. Windows color (decimal): -6963300 or 10272661. OLE color: 10272661.

HSL color Cylindrical-coordinate representation of color #95BF9C: hue angle of 130º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95BF9C is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB149191156-
CMYK0.2200.180.25
HSL130º24.71%66.67%-
HSV(B)130º21.99%74.9%-
XYZ37.0346.0538.39-
YUV174.45117.59109.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.04%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=30.04%
G=38.51%
B=31.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911560.2200.180.2513024.7166.67
Hex95BF9C1601219821943
Octal225277234260223120231103
Binary100101011011111110011100101100100101100110000010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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