#A1B599

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

Shades of Spring Rain #A1B599

Tints of Spring Rain #A1B599

Color information

#A1B599 (or 0xA1B599) is unknown color: approx Spring Rain. HEX triplet: A1, B5 and 99. RGB value is (161,181,153). Sum of RGB (Red+Green+Blue) = 161+181+153=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B599 is #5E4A66. Grayscale: #ABABAB. Windows color (decimal): -6179431 or 10073505. OLE color: 10073505.

HSL color Cylindrical-coordinate representation of color #A1B599: hue angle of 102.86º degrees, saturation: 0.16, 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 #A1B599 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB161181153-
CMYK0.1100.150.29
HSL102.86º15.91%65.49%-
HSV(B)102.86º15.47%70.98%-
XYZ36.9742.9236.47-
YUV171.83117.37120.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.53%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=32.53%
G=36.57%
B=30.91%

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
Decimal1611811530.1100.150.29102.8615.9165.49
HexA1B599B0F1D671041
Octal241265231130173514720101
Binary101000011011010110011001101101111111011100111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B599; }

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

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

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

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

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

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

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

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