#A1BA95

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

Shades of Spring Rain #A1BA95

Tints of Spring Rain #A1BA95

Color information

#A1BA95 (or 0xA1BA95) is unknown color: approx Spring Rain. HEX triplet: A1, BA and 95. RGB value is (161,186,149). Sum of RGB (Red+Green+Blue) = 161+186+149=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BA95 is #5E456A. Grayscale: #AEAEAE. Windows color (decimal): -6178155 or 9812641. OLE color: 9812641.

HSL color Cylindrical-coordinate representation of color #A1BA95: hue angle of 100.54º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1BA95 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB161186149-
CMYK0.1300.200.27
HSL100.54º21.14%65.69%-
HSV(B)100.54º19.89%72.94%-
XYZ37.6844.8635.11-
YUV174.31113.72118.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=32.46%
G=37.5%
B=30.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611861490.1300.200.27100.5421.1465.69
HexA1BA95D0141B651542
Octal241272225150243314525102
Binary1010000110111010100101011101010100110111100101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA95; }

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

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

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

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

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

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

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

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