#95BBA4

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

Shades of Summer Green #95BBA4

Tints of Summer Green #95BBA4

Color information

#95BBA4 (or 0x95BBA4) is unknown color: approx Summer Green. HEX triplet: 95, BB and A4. RGB value is (149,187,164). Sum of RGB (Red+Green+Blue) = 149+187+164=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #95BBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BBA4 is #6A445B. Grayscale: #ADADAD. Windows color (decimal): -6964316 or 10795925. OLE color: 10795925.

HSL color Cylindrical-coordinate representation of color #95BBA4: hue angle of 143.68º 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 #95BBA4 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB149187164-
CMYK0.2000.120.27
HSL143.68º21.84%65.88%-
HSV(B)143.68º20.32%73.33%-
XYZ36.8744.6141.79-
YUV173.02122.91110.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.8%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 164 (64.45% from 255) = 32.8%
R=29.8%
G=37.4%
B=32.8%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491871640.2000.120.27143.6821.8465.88
Hex95BBA4140C1B901642
Octal225273244240143322026102
Binary10010101101110111010010010100011001101110010000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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