#A1BB9B

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

Shades of Spring Rain #A1BB9B

Tints of Spring Rain #A1BB9B

Color information

#A1BB9B (or 0xA1BB9B) is unknown color: approx Spring Rain. HEX triplet: A1, BB and 9B. RGB value is (161,187,155). Sum of RGB (Red+Green+Blue) = 161+187+155=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BB9B is #5E4464. Grayscale: #AFAFAF. Windows color (decimal): -6177893 or 10206113. OLE color: 10206113.

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

Color convert

RGB161187155-
CMYK0.1400.170.27
HSL108.75º19.05%67.06%-
HSV(B)108.75º17.11%73.33%-
XYZ38.3845.4837.77-
YUV175.58116.39117.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 187 (73.44% from 255) = 37.18%
BLUE value IS 155 (60.94% from 255) = 30.82%
R=32.01%
G=37.18%
B=30.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611871550.1400.170.27108.7519.0567.06
HexA1BB9BE0111B6d1343
Octal241273233160213315523103
Binary1010000110111011100110111110010001110111101101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BB9B; }

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

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

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

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

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

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

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

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