#95BFA1

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

Shades of Summer Green #95BFA1

Tints of Summer Green #95BFA1

Color information

#95BFA1 (or 0x95BFA1) is unknown color: approx Summer Green. HEX triplet: 95, BF and A1. RGB value is (149,191,161). Sum of RGB (Red+Green+Blue) = 149+191+161=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BFA1 is #6A405E. Grayscale: #AFAFAF. Windows color (decimal): -6963295 or 10600341. OLE color: 10600341.

HSL color Cylindrical-coordinate representation of color #95BFA1: hue angle of 137.14º 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 #95BFA1 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB149191161-
CMYK0.2200.160.25
HSL137.14º24.71%66.67%-
HSV(B)137.14º21.99%74.9%-
XYZ37.4646.2240.67-
YUV175.02120.09109.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.74%
GREEN value IS 191 (75% from 255) = 38.12%
BLUE value IS 161 (63.28% from 255) = 32.14%
R=29.74%
G=38.12%
B=32.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911610.2200.160.25137.1424.7166.67
Hex95BFA11601019891943
Octal225277241260203121131103
Binary100101011011111110100001101100100001100110001001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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