#A5BC9F

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

Shades of Spring Rain #A5BC9F

Tints of Spring Rain #A5BC9F

Color information

#A5BC9F (or 0xA5BC9F) is unknown color: approx Spring Rain. HEX triplet: A5, BC and 9F. RGB value is (165,188,159). Sum of RGB (Red+Green+Blue) = 165+188+159=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BC9F is #5A4360. Grayscale: #B1B1B1. Windows color (decimal): -5915489 or 10468517. OLE color: 10468517.

HSL color Cylindrical-coordinate representation of color #A5BC9F: hue angle of 107.59º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5BC9F is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB165188159-
CMYK0.1200.150.26
HSL107.59º17.79%68.04%-
HSV(B)107.59º15.43%73.73%-
XYZ39.7646.4739.67-
YUV177.82117.38118.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=32.23%
G=36.72%
B=31.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881590.1200.150.26107.5917.7968.04
HexA5BC9FC0F1A6c1244
Octal245274237140173215422104
Binary101001011011110010011111110001111110101101100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BC9F; }

 p { color: rgb(165,188,159); }

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

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

 a { background-color: rgb(165,188,159); }

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

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

 span { border-color: rgb(165,188,159); }

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