#A2BB97

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

Shades of Spring Rain #A2BB97

Tints of Spring Rain #A2BB97

Color information

#A2BB97 (or 0xA2BB97) is unknown color: approx Spring Rain. HEX triplet: A2, BB and 97. RGB value is (162,187,151). Sum of RGB (Red+Green+Blue) = 162+187+151=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BB97 is #5D4468. Grayscale: #AFAFAF. Windows color (decimal): -6112361 or 9943970. OLE color: 9943970.

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

Color convert

RGB162187151-
CMYK0.1300.190.27
HSL101.67º20.93%66.27%-
HSV(B)101.67º19.25%73.33%-
XYZ38.2645.4636.04-
YUV175.42114.22118.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=32.4%
G=37.4%
B=30.2%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621871510.1300.190.27101.6720.9366.27
HexA2BB97D0131B661542
Octal242273227150233314625102
Binary1010001010111011100101111101010011110111100110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BB97; }

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

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

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

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

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

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

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

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