#A5BCA2

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

Shades of Spring Rain #A5BCA2

Tints of Spring Rain #A5BCA2

Color information

#A5BCA2 (or 0xA5BCA2) is unknown color: approx Spring Rain. HEX triplet: A5, BC and A2. RGB value is (165,188,162). Sum of RGB (Red+Green+Blue) = 165+188+162=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCA2 is #5A435D. Grayscale: #B2B2B2. Windows color (decimal): -5915486 or 10665125. OLE color: 10665125.

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

Color convert

RGB165188162-
CMYK0.1200.140.26
HSL113.08º16.25%68.63%-
HSV(B)113.08º13.83%73.73%-
XYZ40.0246.5741.06-
YUV178.16118.88118.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=32.04%
G=36.50%
B=31.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881620.1200.140.26113.0816.2568.63
HexA5BCA2C0E1A711045
Octal245274242140163216120105
Binary101001011011110010100010110001110110101110001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCA2; }

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

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

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

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

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

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

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

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