#A2BD9D

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

Shades of Spring Rain #A2BD9D

Tints of Spring Rain #A2BD9D

Color information

#A2BD9D (or 0xA2BD9D) is unknown color: approx Spring Rain. HEX triplet: A2, BD and 9D. RGB value is (162,189,157). Sum of RGB (Red+Green+Blue) = 162+189+157=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BD9D is #5D4262. Grayscale: #B1B1B1. Windows color (decimal): -6111843 or 10337698. OLE color: 10337698.

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

Color convert

RGB162189157-
CMYK0.1400.170.26
HSL110.62º19.51%67.84%-
HSV(B)110.62º16.93%74.12%-
XYZ39.1846.5138.81-
YUV177.28116.55117.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.89%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=31.89%
G=37.20%
B=30.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621891570.1400.170.26110.6219.5167.84
HexA2BD9DE0111A6f1444
Octal242275235160213215724104
Binary1010001010111101100111011110010001110101101111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BD9D; }

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

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

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

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

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

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

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

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