#A2C193

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

Shades of Spring Rain #A2C193

Tints of Spring Rain #A2C193

Color information

#A2C193 (or 0xA2C193) is unknown color: approx Spring Rain. HEX triplet: A2, C1 and 93. RGB value is (162,193,147). Sum of RGB (Red+Green+Blue) = 162+193+147=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C193 is #5D3E6C. Grayscale: #B2B2B2. Windows color (decimal): -6110829 or 9683362. OLE color: 9683362.

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

Color convert

RGB162193147-
CMYK0.1600.240.24
HSL100.43º27.06%66.67%-
HSV(B)100.43º23.83%75.69%-
XYZ39.2447.9334.79-
YUV178.49110.23116.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.27%
GREEN value IS 193 (75.78% from 255) = 38.45%
BLUE value IS 147 (57.81% from 255) = 29.28%
R=32.27%
G=38.45%
B=29.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931470.1600.240.24100.4327.0666.67
HexA2C1931001818641b43
Octal242301223200303014433103
Binary10100010110000011001001110000011000110001100100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C193; }

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

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

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

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

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

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

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

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