#A5BEA2

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

Shades of Spring Rain #A5BEA2

Tints of Spring Rain #A5BEA2

Color information

#A5BEA2 (or 0xA5BEA2) is unknown color: approx Spring Rain. HEX triplet: A5, BE and A2. RGB value is (165,190,162). Sum of RGB (Red+Green+Blue) = 165+190+162=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BEA2 is #5A415D. Grayscale: #B3B3B3. Windows color (decimal): -5914974 or 10665637. OLE color: 10665637.

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

Color convert

RGB165190162-
CMYK0.1300.150.25
HSL113.57º17.72%69.02%-
HSV(B)113.57º14.74%74.51%-
XYZ40.4547.4341.21-
YUV179.33118.22117.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 162 (63.67% from 255) = 31.33%
R=31.91%
G=36.75%
B=31.33%

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
Decimal1651901620.1300.150.25113.5717.7269.02
HexA5BEA2D0F19721245
Octal245276242150173116222105
Binary101001011011111010100010110101111110011110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BEA2; }

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

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

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

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

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

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

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

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