#A2B89E

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

Shades of Spring Rain #A2B89E

Tints of Spring Rain #A2B89E

Color information

#A2B89E (or 0xA2B89E) is unknown color: approx Spring Rain. HEX triplet: A2, B8 and 9E. RGB value is (162,184,158). Sum of RGB (Red+Green+Blue) = 162+184+158=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B89E is #5D4761. Grayscale: #AEAEAE. Windows color (decimal): -6113122 or 10401954. OLE color: 10401954.

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

Color convert

RGB162184158-
CMYK0.1200.140.28
HSL110.77º15.48%67.06%-
HSV(B)110.77º14.13%72.16%-
XYZ38.2144.4338.91-
YUV174.46118.71119.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.14%
GREEN value IS 184 (72.27% from 255) = 36.51%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=32.14%
G=36.51%
B=31.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621841580.1200.140.28110.7715.4867.06
HexA2B89EC0E1C6ff43
Octal242270236140163415717103
Binary10100010101110001001111011000111011100110111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B89E; }

 p { color: rgb(162,184,158); }

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

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

 a { background-color: rgb(162,184,158); }

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

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

 span { border-color: rgb(162,184,158); }

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