#95B3A1

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

Shades of Summer Green #95B3A1

Tints of Summer Green #95B3A1

Color information

#95B3A1 (or 0x95B3A1) is unknown color: approx Summer Green. HEX triplet: 95, B3 and A1. RGB value is (149,179,161). Sum of RGB (Red+Green+Blue) = 149+179+161=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 179 - color contains mainly: green. Hex color #95B3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B3A1 is #6A4C5E. Grayscale: #A8A8A8. Windows color (decimal): -6966367 or 10597269. OLE color: 10597269.

HSL color Cylindrical-coordinate representation of color #95B3A1: hue angle of 144º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95B3A1 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB149179161-
CMYK0.1700.100.30
HSL144º16.48%64.31%-
HSV(B)144º16.76%70.2%-
XYZ34.9541.239.83-
YUV167.98124.06114.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.47%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 161 (63.28% from 255) = 32.92%
R=30.47%
G=36.61%
B=32.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491791610.1700.100.3014416.4864.31
Hex95B3A1110A1E901040
Octal225263241210123622020100
Binary10010101101100111010000110001010101111010010000100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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