#A1BB97

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

Shades of Spring Rain #A1BB97

Tints of Spring Rain #A1BB97

Color information

#A1BB97 (or 0xA1BB97) is unknown color: approx Spring Rain. HEX triplet: A1, BB and 97. RGB value is (161,187,151). Sum of RGB (Red+Green+Blue) = 161+187+151=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BB97 is #5E4468. Grayscale: #AFAFAF. Windows color (decimal): -6177897 or 9943969. OLE color: 9943969.

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

Color convert

RGB161187151-
CMYK0.1400.190.27
HSL103.33º20.93%66.27%-
HSV(B)103.33º19.25%73.33%-
XYZ38.0545.3536.03-
YUV175.12114.39117.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.26%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 151 (59.38% from 255) = 30.26%
R=32.26%
G=37.47%
B=30.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611871510.1400.190.27103.3320.9366.27
HexA1BB97E0131B671542
Octal241273227160233314725102
Binary1010000110111011100101111110010011110111100111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BB97; }

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

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

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

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

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

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

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

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