#A6BE9E

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

Shades of Spring Rain #A6BE9E

Tints of Spring Rain #A6BE9E

Color information

#A6BE9E (or 0xA6BE9E) is unknown color: approx Spring Rain. HEX triplet: A6, BE and 9E. RGB value is (166,190,158). Sum of RGB (Red+Green+Blue) = 166+190+158=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE9E is #594161. Grayscale: #B3B3B3. Windows color (decimal): -5849442 or 10403494. OLE color: 10403494.

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

Color convert

RGB166190158-
CMYK0.1300.170.25
HSL105º19.75%68.24%-
HSV(B)105º16.84%74.51%-
XYZ40.3147.439.37-
YUV179.18116.05118.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.30%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 158 (62.11% from 255) = 30.74%
R=32.30%
G=36.96%
B=30.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901580.1300.170.2510519.7568.24
HexA6BE9ED01119691444
Octal246276236150213115124104
Binary1010011010111110100111101101010001110011101001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE9E; }

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

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

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

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

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

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

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

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