#A5BE9A

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

Shades of Spring Rain #A5BE9A

Tints of Spring Rain #A5BE9A

Color information

#A5BE9A (or 0xA5BE9A) is unknown color: approx Spring Rain. HEX triplet: A5, BE and 9A. RGB value is (165,190,154). Sum of RGB (Red+Green+Blue) = 165+190+154=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BE9A is #5A4165. Grayscale: #B2B2B2. Windows color (decimal): -5914982 or 10141349. OLE color: 10141349.

HSL color Cylindrical-coordinate representation of color #A5BE9A: hue angle of 101.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5BE9A is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB165190154-
CMYK0.1300.190.25
HSL101.67º21.69%67.45%-
HSV(B)101.67º18.95%74.51%-
XYZ39.7647.1637.58-
YUV178.42114.22118.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.42%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=32.42%
G=37.33%
B=30.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651901540.1300.190.25101.6721.6967.45
HexA5BE9AD01319661643
Octal245276232150233114626103
Binary1010010110111110100110101101010011110011100110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BE9A; }

 p { color: rgb(165,190,154); }

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

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

 a { background-color: rgb(165,190,154); }

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

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

 span { border-color: rgb(165,190,154); }

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