#A2BC9D

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

Shades of Spring Rain #A2BC9D

Tints of Spring Rain #A2BC9D

Color information

#A2BC9D (or 0xA2BC9D) is unknown color: approx Spring Rain. HEX triplet: A2, BC and 9D. RGB value is (162,188,157). Sum of RGB (Red+Green+Blue) = 162+188+157=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC9D is #5D4362. Grayscale: #B0B0B0. Windows color (decimal): -6112099 or 10337442. OLE color: 10337442.

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

Color convert

RGB162188157-
CMYK0.1400.160.26
HSL110.32º18.79%67.65%-
HSV(B)110.32º16.49%73.73%-
XYZ38.9746.0838.74-
YUV176.69116.89117.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 188 (73.83% from 255) = 37.08%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=31.95%
G=37.08%
B=30.97%

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
Decimal1621881570.1400.160.26110.3218.7967.65
HexA2BC9DE0101A6e1344
Octal242274235160203215623104
Binary1010001010111100100111011110010000110101101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC9D; }

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

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

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

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

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

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

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

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