#A1B497

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

Shades of Spring Rain #A1B497

Tints of Spring Rain #A1B497

Color information

#A1B497 (or 0xA1B497) is unknown color: approx Spring Rain. HEX triplet: A1, B4 and 97. RGB value is (161,180,151). Sum of RGB (Red+Green+Blue) = 161+180+151=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B497 is #5E4B68. Grayscale: #ABABAB. Windows color (decimal): -6179689 or 9942177. OLE color: 9942177.

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

Color convert

RGB161180151-
CMYK0.1100.160.29
HSL99.31º16.2%64.9%-
HSV(B)99.31º16.11%70.59%-
XYZ36.6142.4535.54-
YUV171.01116.71120.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=32.72%
G=36.59%
B=30.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801510.1100.160.2999.3116.264.9
HexA1B497B0101D631041
Octal241264227130203514320101
Binary1010000110110100100101111011010000111011100011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B497; }

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

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

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

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

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

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

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

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