#A1BB9A

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

Shades of Spring Rain #A1BB9A

Tints of Spring Rain #A1BB9A

Color information

#A1BB9A (or 0xA1BB9A) is unknown color: approx Spring Rain. HEX triplet: A1, BB and 9A. RGB value is (161,187,154). Sum of RGB (Red+Green+Blue) = 161+187+154=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BB9A is #5E4465. Grayscale: #AFAFAF. Windows color (decimal): -6177894 or 10140577. OLE color: 10140577.

HSL color Cylindrical-coordinate representation of color #A1BB9A: hue angle of 107.27º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1BB9A is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB161187154-
CMYK0.1400.180.27
HSL107.27º19.53%66.86%-
HSV(B)107.27º17.65%73.33%-
XYZ38.345.4537.33-
YUV175.46115.89117.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 154 (60.55% from 255) = 30.68%
R=32.07%
G=37.25%
B=30.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611871540.1400.180.27107.2719.5366.86
HexA1BB9AE0121B6b1443
Octal241273232160223315324103
Binary1010000110111011100110101110010010110111101011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BB9A; }

 p { color: rgb(161,187,154); }

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

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

 a { background-color: rgb(161,187,154); }

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

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

 span { border-color: rgb(161,187,154); }

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