#A6BEA2

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

Shades of Spring Rain #A6BEA2

Tints of Spring Rain #A6BEA2

Color information

#A6BEA2 (or 0xA6BEA2) is unknown color: approx Spring Rain. HEX triplet: A6, BE and A2. RGB value is (166,190,162). Sum of RGB (Red+Green+Blue) = 166+190+162=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BEA2 is #59415D. Grayscale: #B3B3B3. Windows color (decimal): -5849438 or 10665638. OLE color: 10665638.

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

Color convert

RGB166190162-
CMYK0.1300.150.25
HSL111.43º17.72%69.02%-
HSV(B)111.43º14.74%74.51%-
XYZ40.6647.5441.22-
YUV179.63118.05118.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.05%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 162 (63.67% from 255) = 31.27%
R=32.05%
G=36.68%
B=31.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901620.1300.150.25111.4317.7269.02
HexA6BEA2D0F196f1245
Octal246276242150173115722105
Binary101001101011111010100010110101111110011101111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BEA2; }

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

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

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

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

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

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

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

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