#A1B499

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

Shades of Spring Rain #A1B499

Tints of Spring Rain #A1B499

Color information

#A1B499 (or 0xA1B499) is unknown color: approx Spring Rain. HEX triplet: A1, B4 and 99. RGB value is (161,180,153). Sum of RGB (Red+Green+Blue) = 161+180+153=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B499 is #5E4B66. Grayscale: #ABABAB. Windows color (decimal): -6179687 or 10073249. OLE color: 10073249.

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

Color convert

RGB161180153-
CMYK0.1100.150.29
HSL102.22º15.25%65.29%-
HSV(B)102.22º15%70.59%-
XYZ36.7742.5236.41-
YUV171.24117.71120.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 153 (60.16% from 255) = 30.97%
R=32.59%
G=36.44%
B=30.97%

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
Decimal1611801530.1100.150.29102.2215.2565.29
HexA1B499B0F1D66f41
Octal241264231130173514617101
Binary10100001101101001001100110110111111101110011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B499; }

 p { color: rgb(161,180,153); }

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

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

 a { background-color: rgb(161,180,153); }

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

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

 span { border-color: rgb(161,180,153); }

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