#95BE9C

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

Shades of Summer Green #95BE9C

Tints of Summer Green #95BE9C

Color information

#95BE9C (or 0x95BE9C) is unknown color: approx Summer Green. HEX triplet: 95, BE and 9C. RGB value is (149,190,156). Sum of RGB (Red+Green+Blue) = 149+190+156=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #95BE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BE9C is #6A4163. Grayscale: #ADADAD. Windows color (decimal): -6963556 or 10272405. OLE color: 10272405.

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

Color convert

RGB149190156-
CMYK0.2200.180.25
HSL130.24º23.98%66.47%-
HSV(B)130.24º21.58%74.51%-
XYZ36.8145.6238.32-
YUV173.86117.92110.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=30.10%
G=38.38%
B=31.52%

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
Decimal1491901560.2200.180.25130.2423.9866.47
Hex95BE9C1601219821842
Octal225276234260223120230102
Binary100101011011111010011100101100100101100110000010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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