#A5BCA5

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

Shades of Spring Rain #A5BCA5

Tints of Spring Rain #A5BCA5

Color information

#A5BCA5 (or 0xA5BCA5) is unknown color: approx Spring Rain. HEX triplet: A5, BC and A5. RGB value is (165,188,165). Sum of RGB (Red+Green+Blue) = 165+188+165=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCA5 is #5A435A. Grayscale: #B2B2B2. Windows color (decimal): -5915483 or 10861733. OLE color: 10861733.

HSL color Cylindrical-coordinate representation of color #A5BCA5: 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.12%. Process color model (Four color, CMYK) of #A5BCA5 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB165188165-
CMYK0.1200.120.26
HSL120º14.65%69.22%-
HSV(B)120º12.23%73.73%-
XYZ40.2946.6842.48-
YUV178.5120.38118.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 165 (64.84% from 255) = 31.85%
R=31.85%
G=36.29%
B=31.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881650.1200.120.2612014.6569.22
HexA5BCA5C0C1A78f45
Octal245274245140143217017105
Binary10100101101111001010010111000110011010111100011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCA5; }

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

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

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

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

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

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

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

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