#A2C196

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

Shades of Spring Rain #A2C196

Tints of Spring Rain #A2C196

Color information

#A2C196 (or 0xA2C196) is unknown color: approx Spring Rain. HEX triplet: A2, C1 and 96. RGB value is (162,193,150). Sum of RGB (Red+Green+Blue) = 162+193+150=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C196 is #5D3E69. Grayscale: #B2B2B2. Windows color (decimal): -6110826 or 9879970. OLE color: 9879970.

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

Color convert

RGB162193150-
CMYK0.1600.220.24
HSL103.26º25.75%67.25%-
HSV(B)103.26º22.28%75.69%-
XYZ39.4848.0236.04-
YUV178.83111.73116-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=32.08%
G=38.22%
B=29.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931500.1600.220.24103.2625.7567.25
HexA2C1961001618671a43
Octal242301226200263014732103
Binary10100010110000011001011010000010110110001100111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C196; }

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

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

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

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

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

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

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

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