#A5BEA4

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

Shades of Spring Rain #A5BEA4

Tints of Spring Rain #A5BEA4

Color information

#A5BEA4 (or 0xA5BEA4) is unknown color: approx Spring Rain. HEX triplet: A5, BE and A4. RGB value is (165,190,164). Sum of RGB (Red+Green+Blue) = 165+190+164=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BEA4 is #5A415B. Grayscale: #B3B3B3. Windows color (decimal): -5914972 or 10796709. OLE color: 10796709.

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

Color convert

RGB165190164-
CMYK0.1300.140.25
HSL117.69º16.67%69.41%-
HSV(B)117.69º13.68%74.51%-
XYZ40.6347.5142.15-
YUV179.56119.22117.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 164 (64.45% from 255) = 31.60%
R=31.79%
G=36.61%
B=31.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651901640.1300.140.25117.6916.6769.41
HexA5BEA4D0E19761145
Octal245276244150163116621105
Binary101001011011111010100100110101110110011110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BEA4; }

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

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

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

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

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

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

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

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