#A1BEA1

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

Shades of Spring Rain #A1BEA1

Tints of Spring Rain #A1BEA1

Color information

#A1BEA1 (or 0xA1BEA1) is unknown color: approx Spring Rain. HEX triplet: A1, BE and A1. RGB value is (161,190,161). Sum of RGB (Red+Green+Blue) = 161+190+161=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEA1 is #5E415E. Grayscale: #B2B2B2. Windows color (decimal): -6177119 or 10600097. OLE color: 10600097.

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

Color convert

RGB161190161-
CMYK0.1500.150.25
HSL120º18.24%68.82%-
HSV(B)120º15.26%74.51%-
XYZ39.5446.9840.7-
YUV178.02118.39115.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 161 (63.28% from 255) = 31.45%
R=31.45%
G=37.11%
B=31.45%

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
Decimal1611901610.1500.150.2512018.2468.82
HexA1BEA1F0F19781245
Octal241276241170173117022105
Binary101000011011111010100001111101111110011111000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEA1; }

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

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

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

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

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

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

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

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