#A5BCA0

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

Shades of Spring Rain #A5BCA0

Tints of Spring Rain #A5BCA0

Color information

#A5BCA0 (or 0xA5BCA0) is unknown color: approx Spring Rain. HEX triplet: A5, BC and A0. RGB value is (165,188,160). Sum of RGB (Red+Green+Blue) = 165+188+160=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCA0 is #5A435F. Grayscale: #B2B2B2. Windows color (decimal): -5915488 or 10534053. OLE color: 10534053.

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

Color convert

RGB165188160-
CMYK0.1200.150.26
HSL109.29º17.28%68.24%-
HSV(B)109.29º14.89%73.73%-
XYZ39.8546.540.13-
YUV177.93117.88118.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 160 (62.89% from 255) = 31.19%
R=32.16%
G=36.65%
B=31.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881600.1200.150.26109.2917.2868.24
HexA5BCA0C0F1A6d1144
Octal245274240140173215521104
Binary101001011011110010100000110001111110101101101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCA0; }

 p { color: rgb(165,188,160); }

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

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

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

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

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

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

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