#A2BA95

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

Shades of Spring Rain #A2BA95

Tints of Spring Rain #A2BA95

Color information

#A2BA95 (or 0xA2BA95) is unknown color: approx Spring Rain. HEX triplet: A2, BA and 95. RGB value is (162,186,149). Sum of RGB (Red+Green+Blue) = 162+186+149=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BA95 is #5D456A. Grayscale: #AEAEAE. Windows color (decimal): -6112619 or 9812642. OLE color: 9812642.

HSL color Cylindrical-coordinate representation of color #A2BA95: hue angle of 98.92º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2BA95 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB162186149-
CMYK0.1300.200.27
HSL98.92º21.14%65.69%-
HSV(B)98.92º19.89%72.94%-
XYZ37.8844.9735.12-
YUV174.61113.55119.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=32.60%
G=37.42%
B=29.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621861490.1300.200.2798.9221.1465.69
HexA2BA95D0141B631542
Octal242272225150243314325102
Binary1010001010111010100101011101010100110111100011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BA95; }

 p { color: rgb(162,186,149); }

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

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

 a { background-color: rgb(162,186,149); }

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

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

 span { border-color: rgb(162,186,149); }

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