#A2B79B

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

Shades of Spring Rain #A2B79B

Tints of Spring Rain #A2B79B

Color information

#A2B79B (or 0xA2B79B) is unknown color: approx Spring Rain. HEX triplet: A2, B7 and 9B. RGB value is (162,183,155). Sum of RGB (Red+Green+Blue) = 162+183+155=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B79B is #5D4864. Grayscale: #ADADAD. Windows color (decimal): -6113381 or 10205090. OLE color: 10205090.

HSL color Cylindrical-coordinate representation of color #A2B79B: hue angle of 105º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2B79B is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB162183155-
CMYK0.1100.150.28
HSL105º16.28%66.27%-
HSV(B)105º15.3%71.76%-
XYZ37.7543.9137.5-
YUV173.53117.54119.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 155 (60.94% from 255) = 31%
R=32.4%
G=36.6%
B=31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621831550.1100.150.2810516.2866.27
HexA2B79BB0F1C691042
Octal242267233130173415120102
Binary101000101011011110011011101101111111001101001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B79B; }

 p { color: rgb(162,183,155); }

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

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

 a { background-color: rgb(162,183,155); }

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

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

 span { border-color: rgb(162,183,155); }

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