#A5BDA5

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

Shades of Spring Rain #A5BDA5

Tints of Spring Rain #A5BDA5

Color information

#A5BDA5 (or 0xA5BDA5) is unknown color: approx Spring Rain. HEX triplet: A5, BD and A5. RGB value is (165,189,165). Sum of RGB (Red+Green+Blue) = 165+189+165=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BDA5 is #5A425A. Grayscale: #B3B3B3. Windows color (decimal): -5915227 or 10861989. OLE color: 10861989.

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

Color convert

RGB165189165-
CMYK0.1300.130.26
HSL120º15.38%69.41%-
HSV(B)120º12.7%74.12%-
XYZ40.5147.1142.56-
YUV179.09120.05117.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 165 (64.84% from 255) = 31.79%
R=31.79%
G=36.42%
B=31.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651891650.1300.130.2612015.3869.41
HexA5BDA5D0D1A78f45
Octal245275245150153217017105
Binary10100101101111011010010111010110111010111100011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BDA5; }

 p { color: rgb(165,189,165); }

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

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

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

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

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

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

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