#A5BEA1

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

Shades of Spring Rain #A5BEA1

Tints of Spring Rain #A5BEA1

Color information

#A5BEA1 (or 0xA5BEA1) is unknown color: approx Spring Rain. HEX triplet: A5, BE and A1. RGB value is (165,190,161). Sum of RGB (Red+Green+Blue) = 165+190+161=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BEA1 is #5A415E. Grayscale: #B3B3B3. Windows color (decimal): -5914975 or 10600101. OLE color: 10600101.

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

Color convert

RGB165190161-
CMYK0.1300.150.25
HSL111.72º18.24%68.82%-
HSV(B)111.72º15.26%74.51%-
XYZ40.3647.440.74-
YUV179.22117.72117.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.98%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 161 (63.28% from 255) = 31.20%
R=31.98%
G=36.82%
B=31.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651901610.1300.150.25111.7218.2468.82
HexA5BEA1D0F19701245
Octal245276241150173116022105
Binary101001011011111010100001110101111110011110000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BEA1; }

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

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

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

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

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

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

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

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