#A2BE95

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

Shades of Spring Rain #A2BE95

Tints of Spring Rain #A2BE95

Color information

#A2BE95 (or 0xA2BE95) is unknown color: approx Spring Rain. HEX triplet: A2, BE and 95. RGB value is (162,190,149). Sum of RGB (Red+Green+Blue) = 162+190+149=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE95 is #5D416A. Grayscale: #B1B1B1. Windows color (decimal): -6111595 or 9813666. OLE color: 9813666.

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

Color convert

RGB162190149-
CMYK0.1500.220.25
HSL100.98º23.98%66.47%-
HSV(B)100.98º21.58%74.51%-
XYZ38.7446.6835.4-
YUV176.95112.22117.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 190 (74.61% from 255) = 37.92%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=32.34%
G=37.92%
B=29.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621901490.1500.220.25100.9823.9866.47
HexA2BE95F01619651842
Octal242276225170263114530102
Binary1010001010111110100101011111010110110011100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BE95; }

 p { color: rgb(162,190,149); }

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

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

 a { background-color: rgb(162,190,149); }

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

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

 span { border-color: rgb(162,190,149); }

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