#A1B597

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

Shades of Spring Rain #A1B597

Tints of Spring Rain #A1B597

Color information

#A1B597 (or 0xA1B597) is unknown color: approx Spring Rain. HEX triplet: A1, B5 and 97. RGB value is (161,181,151). Sum of RGB (Red+Green+Blue) = 161+181+151=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B597 is #5E4A68. Grayscale: #ABABAB. Windows color (decimal): -6179433 or 9942433. OLE color: 9942433.

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

Color convert

RGB161181151-
CMYK0.1100.170.29
HSL100º16.85%65.1%-
HSV(B)100º16.57%70.98%-
XYZ36.8142.8635.61-
YUV171.6116.37120.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 151 (59.38% from 255) = 30.63%
R=32.66%
G=36.71%
B=30.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611811510.1100.170.2910016.8565.1
HexA1B597B0111D641141
Octal241265227130213514421101
Binary1010000110110101100101111011010001111011100100100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B597; }

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

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

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

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

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

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

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

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