#A2BEA1

Color #A2BEA1 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A2BEA1

Tints of Spring Rain #A2BEA1

Color information

#A2BEA1 (or 0xA2BEA1) is unknown color: approx Spring Rain. HEX triplet: A2, BE and A1. RGB value is (162,190,161). Sum of RGB (Red+Green+Blue) = 162+190+161=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BEA1 is #5D415E. Grayscale: #B2B2B2. Windows color (decimal): -6111583 or 10600098. OLE color: 10600098.

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

Color convert

RGB162190161-
CMYK0.1500.150.25
HSL117.93º18.24%68.82%-
HSV(B)117.93º15.26%74.51%-
XYZ39.7547.0840.71-
YUV178.32118.22116.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.58%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 161 (63.28% from 255) = 31.38%
R=31.58%
G=37.04%
B=31.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621901610.1500.150.25117.9318.2468.82
HexA2BEA1F0F19761245
Octal242276241170173116622105
Binary101000101011111010100001111101111110011110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEA1; }

 p { color: rgb(162,190,161); }

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

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

 a { background-color: rgb(162,190,161); }

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

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

 span { border-color: rgb(162,190,161); }

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