#A5CA9B

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

Shades of Spring Rain #A5CA9B

Tints of Spring Rain #A5CA9B

Color information

#A5CA9B (or 0xA5CA9B) is unknown color: approx Spring Rain. HEX triplet: A5, CA and 9B. RGB value is (165,202,155). Sum of RGB (Red+Green+Blue) = 165+202+155=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CA9B is #5A3564. Grayscale: #B9B9B9. Windows color (decimal): -5911909 or 10209957. OLE color: 10209957.

HSL color Cylindrical-coordinate representation of color #A5CA9B: hue angle of 107.23º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5CA9B is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB165202155-
CMYK0.1800.230.21
HSL107.23º30.72%70%-
HSV(B)107.23º23.27%79.22%-
XYZ42.5552.6138.92-
YUV185.58110.74113.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 155 (60.94% from 255) = 29.69%
R=31.61%
G=38.70%
B=29.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021550.1800.230.21107.2330.7270
HexA5CA9B12017156b1f46
Octal245312233220272515337106
Binary10100101110010101001101110010010111101011101011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA9B; }

 p { color: rgb(165,202,155); }

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

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

 a { background-color: rgb(165,202,155); }

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

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

 span { border-color: rgb(165,202,155); }

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