#A2BA9A

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

Shades of Spring Rain #A2BA9A

Tints of Spring Rain #A2BA9A

Color information

#A2BA9A (or 0xA2BA9A) is unknown color: approx Spring Rain. HEX triplet: A2, BA and 9A. RGB value is (162,186,154). Sum of RGB (Red+Green+Blue) = 162+186+154=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BA9A is #5D4565. Grayscale: #AFAFAF. Windows color (decimal): -6112614 or 10140322. OLE color: 10140322.

HSL color Cylindrical-coordinate representation of color #A2BA9A: hue angle of 105º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2BA9A is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB162186154-
CMYK0.1300.170.27
HSL105º18.82%66.67%-
HSV(B)105º17.2%72.94%-
XYZ38.2945.1337.27-
YUV175.18116.05118.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.27%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 154 (60.55% from 255) = 30.68%
R=32.27%
G=37.05%
B=30.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621861540.1300.170.2710518.8266.67
HexA2BA9AD0111B691343
Octal242272232150213315123103
Binary1010001010111010100110101101010001110111101001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BA9A; }

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

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

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

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

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

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

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

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