#A2BC9F

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

Shades of Spring Rain #A2BC9F

Tints of Spring Rain #A2BC9F

Color information

#A2BC9F (or 0xA2BC9F) is unknown color: approx Spring Rain. HEX triplet: A2, BC and 9F. RGB value is (162,188,159). Sum of RGB (Red+Green+Blue) = 162+188+159=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC9F is #5D4360. Grayscale: #B1B1B1. Windows color (decimal): -6112097 or 10468514. OLE color: 10468514.

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

Color convert

RGB162188159-
CMYK0.1400.150.26
HSL113.79º17.79%68.04%-
HSV(B)113.79º15.43%73.73%-
XYZ39.1446.1539.65-
YUV176.92117.89117.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 159 (62.5% from 255) = 31.24%
R=31.83%
G=36.94%
B=31.24%

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
Decimal1621881590.1400.150.26113.7917.7968.04
HexA2BC9FE0F1A721244
Octal242274237160173216222104
Binary101000101011110010011111111001111110101110010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC9F; }

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

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

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

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

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

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

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

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