#A1B59A

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

Shades of Spring Rain #A1B59A

Tints of Spring Rain #A1B59A

Color information

#A1B59A (or 0xA1B59A) is unknown color: approx Spring Rain. HEX triplet: A1, B5 and 9A. RGB value is (161,181,154). Sum of RGB (Red+Green+Blue) = 161+181+154=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B59A is #5E4A65. Grayscale: #ACACAC. Windows color (decimal): -6179430 or 10139041. OLE color: 10139041.

HSL color Cylindrical-coordinate representation of color #A1B59A: hue angle of 104.44º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1B59A is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB161181154-
CMYK0.1100.150.29
HSL104.44º15.43%65.69%-
HSV(B)104.44º14.92%70.98%-
XYZ37.0542.9636.91-
YUV171.94117.87120.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=32.46%
G=36.49%
B=31.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611811540.1100.150.29104.4415.4365.69
HexA1B59AB0F1D68f42
Octal241265232130173515017102
Binary10100001101101011001101010110111111101110100011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B59A; }

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

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

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

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

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

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

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

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