#A5BDA1

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

Shades of Spring Rain #A5BDA1

Tints of Spring Rain #A5BDA1

Color information

#A5BDA1 (or 0xA5BDA1) is unknown color: approx Spring Rain. HEX triplet: A5, BD and A1. RGB value is (165,189,161). Sum of RGB (Red+Green+Blue) = 165+189+161=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BDA1 is #5A425E. Grayscale: #B2B2B2. Windows color (decimal): -5915231 or 10599845. OLE color: 10599845.

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

Color convert

RGB165189161-
CMYK0.1300.150.26
HSL111.43º17.5%68.63%-
HSV(B)111.43º14.81%74.12%-
XYZ40.1546.9740.67-
YUV178.63118.05118.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 189 (74.22% from 255) = 36.70%
BLUE value IS 161 (63.28% from 255) = 31.26%
R=32.04%
G=36.70%
B=31.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651891610.1300.150.26111.4317.568.63
HexA5BDA1D0F1A6f1245
Octal245275241150173215722105
Binary101001011011110110100001110101111110101101111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BDA1; }

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

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

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

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

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

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

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

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