#A2C19B

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

Shades of Spring Rain #A2C19B

Tints of Spring Rain #A2C19B

Color information

#A2C19B (or 0xA2C19B) is unknown color: approx Spring Rain. HEX triplet: A2, C1 and 9B. RGB value is (162,193,155). Sum of RGB (Red+Green+Blue) = 162+193+155=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C19B is #5D3E64. Grayscale: #B3B3B3. Windows color (decimal): -6110821 or 10207650. OLE color: 10207650.

HSL color Cylindrical-coordinate representation of color #A2C19B: hue angle of 108.95º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2C19B is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB162193155-
CMYK0.1600.200.24
HSL108.95º23.46%68.24%-
HSV(B)108.95º19.69%75.69%-
XYZ39.8948.1938.21-
YUV179.4114.23115.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=31.76%
G=37.84%
B=30.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931550.1600.200.24108.9523.4668.24
HexA2C19B10014186d1744
Octal242301233200243015527104
Binary10100010110000011001101110000010100110001101101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C19B; }

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

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

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

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

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

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

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

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