#A2BB9B

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

Shades of Spring Rain #A2BB9B

Tints of Spring Rain #A2BB9B

Color information

#A2BB9B (or 0xA2BB9B) is unknown color: approx Spring Rain. HEX triplet: A2, BB and 9B. RGB value is (162,187,155). Sum of RGB (Red+Green+Blue) = 162+187+155=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BB9B is #5D4464. Grayscale: #AFAFAF. Windows color (decimal): -6112357 or 10206114. OLE color: 10206114.

HSL color Cylindrical-coordinate representation of color #A2BB9B: hue angle of 106.87º 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 #A2BB9B is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB162187155-
CMYK0.1300.170.27
HSL106.87º19.05%67.06%-
HSV(B)106.87º17.11%73.33%-
XYZ38.5945.5937.78-
YUV175.88116.22118.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.14%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=32.14%
G=37.10%
B=30.75%

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
Decimal1621871550.1300.170.27106.8719.0567.06
HexA2BB9BD0111B6b1343
Octal242273233150213315323103
Binary1010001010111011100110111101010001110111101011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BB9B; }

 p { color: rgb(162,187,155); }

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

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

 a { background-color: rgb(162,187,155); }

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

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

 span { border-color: rgb(162,187,155); }

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