#A2BC9E

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

Shades of Spring Rain #A2BC9E

Tints of Spring Rain #A2BC9E

Color information

#A2BC9E (or 0xA2BC9E) is unknown color: approx Spring Rain. HEX triplet: A2, BC and 9E. RGB value is (162,188,158). Sum of RGB (Red+Green+Blue) = 162+188+158=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC9E is #5D4361. Grayscale: #B0B0B0. Windows color (decimal): -6112098 or 10402978. OLE color: 10402978.

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

Color convert

RGB162188158-
CMYK0.1400.160.26
HSL112º18.29%67.84%-
HSV(B)112º15.96%73.73%-
XYZ39.0646.1239.19-
YUV176.81117.39117.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.89%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=31.89%
G=37.01%
B=31.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881580.1400.160.2611218.2967.84
HexA2BC9EE0101A701244
Octal242274236160203216022104
Binary1010001010111100100111101110010000110101110000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC9E; }

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

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

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

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

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

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

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

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