#A5BE99

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

Shades of Spring Rain #A5BE99

Tints of Spring Rain #A5BE99

Color information

#A5BE99 (or 0xA5BE99) is unknown color: approx Spring Rain. HEX triplet: A5, BE and 99. RGB value is (165,190,153). Sum of RGB (Red+Green+Blue) = 165+190+153=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BE99 is #5A4166. Grayscale: #B2B2B2. Windows color (decimal): -5914983 or 10075813. OLE color: 10075813.

HSL color Cylindrical-coordinate representation of color #A5BE99: hue angle of 100.54º 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 #A5BE99 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB165190153-
CMYK0.1300.190.25
HSL100.54º22.16%67.25%-
HSV(B)100.54º19.47%74.51%-
XYZ39.6847.1337.14-
YUV178.31113.72118.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.48%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=32.48%
G=37.40%
B=30.12%

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
Decimal1651901530.1300.190.25100.5422.1667.25
HexA5BE99D01319651643
Octal245276231150233114526103
Binary1010010110111110100110011101010011110011100101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BE99; }

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

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

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

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

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

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

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

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