#A2BB9E

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

Shades of Spring Rain #A2BB9E

Tints of Spring Rain #A2BB9E

Color information

#A2BB9E (or 0xA2BB9E) is unknown color: approx Spring Rain. HEX triplet: A2, BB and 9E. RGB value is (162,187,158). Sum of RGB (Red+Green+Blue) = 162+187+158=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BB9E is #5D4461. Grayscale: #B0B0B0. Windows color (decimal): -6112354 or 10402722. OLE color: 10402722.

HSL color Cylindrical-coordinate representation of color #A2BB9E: hue angle of 111.72º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2BB9E is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB162187158-
CMYK0.1300.160.27
HSL111.72º17.58%67.65%-
HSV(B)111.72º15.51%73.33%-
XYZ38.8445.6939.12-
YUV176.22117.72117.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=31.95%
G=36.88%
B=31.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621871580.1300.160.27111.7217.5867.65
HexA2BB9ED0101B701244
Octal242273236150203316022104
Binary1010001010111011100111101101010000110111110000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BB9E; }

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

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

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

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

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

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

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

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