#A5BCA3

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

Shades of Spring Rain #A5BCA3

Tints of Spring Rain #A5BCA3

Color information

#A5BCA3 (or 0xA5BCA3) is unknown color: approx Spring Rain. HEX triplet: A5, BC and A3. RGB value is (165,188,163). Sum of RGB (Red+Green+Blue) = 165+188+163=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCA3 is #5A435C. Grayscale: #B2B2B2. Windows color (decimal): -5915485 or 10730661. OLE color: 10730661.

HSL color Cylindrical-coordinate representation of color #A5BCA3: hue angle of 115.2º degrees, saturation: 0.16, 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 #A5BCA3 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB165188163-
CMYK0.1200.130.26
HSL115.2º15.72%68.82%-
HSV(B)115.2º13.3%73.73%-
XYZ40.1146.6141.53-
YUV178.27119.38118.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.98%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 163 (64.06% from 255) = 31.59%
R=31.98%
G=36.43%
B=31.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881630.1200.130.26115.215.7268.82
HexA5BCA3C0D1A731045
Octal245274243140153216320105
Binary101001011011110010100011110001101110101110011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCA3; }

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

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

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

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

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

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

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

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