Html Css Color HEX #A5CA9B Spring Rain

📋 copy color: '#A5CA9B'

red 165 ◦ green 202 ◦ blue 155

#A5CA9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #A5CA9B

Tints of Spring Rain #A5CA9B

RGB

 RED value IS 165 (64.84% from 255) = 31.61%

 GREEN value IS 202 (79.3% from 255) = 38.7%

 BLUE value IS 155 (60.94% from 255) = 29.69%

R = 31.61%
G = 38.7%
B = 29.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#A5CA9B (or 0xA5CA9B) is known color: 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

RGB 165 202 155 -
CMYK 0.18 0 0.23 0.21
HSL 107.23º 0.31% 0.7% -
HSV(B) 107.23º 0.23% 0.79% -
XYZ 42.55 52.61 38.92 -
YUV 185.58 110.74 113.32 -
System Red Green Blue C M Y K H S L
Decimal 165 202 155 0.18 0 0.23 0.21 107.23 0.31 0.7
Hex A5 CA 9B 12 0 17 15 6B 1F 46
Octal 245 312 233 22 0 27 25 153 37 106
Binary 10100101 11001010 10011011 10010 0 10111 10101 1101011 11111 1000110

Color Harmonies of #A5CA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA9B

Black with #A5CA9B

Text Example


Text Example

White with #A5CA9B

Text Example


Text Example

HTML Codes & Css Web 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>