#A1BB9E

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

Shades of Spring Rain #A1BB9E

Tints of Spring Rain #A1BB9E

Color information

#A1BB9E (or 0xA1BB9E) is unknown color: approx Spring Rain. HEX triplet: A1, BB and 9E. RGB value is (161,187,158). Sum of RGB (Red+Green+Blue) = 161+187+158=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BB9E is #5E4461. Grayscale: #B0B0B0. Windows color (decimal): -6177890 or 10402721. OLE color: 10402721.

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

Color convert

RGB161187158-
CMYK0.1400.160.27
HSL113.79º17.58%67.65%-
HSV(B)113.79º15.51%73.33%-
XYZ38.6445.5939.11-
YUV175.92117.89117.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=31.82%
G=36.96%
B=31.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611871580.1400.160.27113.7917.5867.65
HexA1BB9EE0101B721244
Octal241273236160203316222104
Binary1010000110111011100111101110010000110111110010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BB9E; }

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

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

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

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

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

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

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

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