#A1BA97

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

Shades of Spring Rain #A1BA97

Tints of Spring Rain #A1BA97

Color information

#A1BA97 (or 0xA1BA97) is unknown color: approx Spring Rain. HEX triplet: A1, BA and 97. RGB value is (161,186,151). Sum of RGB (Red+Green+Blue) = 161+186+151=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BA97 is #5E4568. Grayscale: #AEAEAE. Windows color (decimal): -6178153 or 9943713. OLE color: 9943713.

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

Color convert

RGB161186151-
CMYK0.1300.190.27
HSL102.86º20.23%66.08%-
HSV(B)102.86º18.82%72.94%-
XYZ37.8444.9335.96-
YUV174.53114.72118.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.33%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 151 (59.38% from 255) = 30.32%
R=32.33%
G=37.35%
B=30.32%

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
Decimal1611861510.1300.190.27102.8620.2366.08
HexA1BA97D0131B671442
Octal241272227150233314724102
Binary1010000110111010100101111101010011110111100111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA97; }

 p { color: rgb(161,186,151); }

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

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

 a { background-color: rgb(161,186,151); }

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

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

 span { border-color: rgb(161,186,151); }

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