#A2BCA0

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

Shades of Spring Rain #A2BCA0

Tints of Spring Rain #A2BCA0

Color information

#A2BCA0 (or 0xA2BCA0) is unknown color: approx Spring Rain. HEX triplet: A2, BC and A0. RGB value is (162,188,160). Sum of RGB (Red+Green+Blue) = 162+188+160=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCA0 is #5D435F. Grayscale: #B1B1B1. Windows color (decimal): -6112096 or 10534050. OLE color: 10534050.

HSL color Cylindrical-coordinate representation of color #A2BCA0: hue angle of 115.71º 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 #A2BCA0 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB162188160-
CMYK0.1400.150.26
HSL115.71º17.28%68.24%-
HSV(B)115.71º14.89%73.73%-
XYZ39.2346.1940.1-
YUV177.03118.39117.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 188 (73.83% from 255) = 36.86%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=31.76%
G=36.86%
B=31.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881600.1400.150.26115.7117.2868.24
HexA2BCA0E0F1A741144
Octal242274240160173216421104
Binary101000101011110010100000111001111110101110100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCA0; }

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

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

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

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

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

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

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

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