#A1BA9B

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

Shades of Spring Rain #A1BA9B

Tints of Spring Rain #A1BA9B

Color information

#A1BA9B (or 0xA1BA9B) is unknown color: approx Spring Rain. HEX triplet: A1, BA and 9B. RGB value is (161,186,155). Sum of RGB (Red+Green+Blue) = 161+186+155=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BA9B is #5E4564. Grayscale: #AFAFAF. Windows color (decimal): -6178149 or 10205857. OLE color: 10205857.

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

Color convert

RGB161186155-
CMYK0.1300.170.27
HSL108.39º18.34%66.86%-
HSV(B)108.39º16.67%72.94%-
XYZ38.1745.0637.7-
YUV174.99116.72118.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=32.07%
G=37.05%
B=30.88%

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
Decimal1611861550.1300.170.27108.3918.3466.86
HexA1BA9BD0111B6c1243
Octal241272233150213315422103
Binary1010000110111010100110111101010001110111101100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA9B; }

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

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

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

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

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

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

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

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