#A2C199

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

Shades of Spring Rain #A2C199

Tints of Spring Rain #A2C199

Color information

#A2C199 (or 0xA2C199) is unknown color: approx Spring Rain. HEX triplet: A2, C1 and 99. RGB value is (162,193,153). Sum of RGB (Red+Green+Blue) = 162+193+153=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C199 is #5D3E66. Grayscale: #B3B3B3. Windows color (decimal): -6110823 or 10076578. OLE color: 10076578.

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

Color convert

RGB162193153-
CMYK0.1600.210.24
HSL106.5º24.39%67.84%-
HSV(B)106.5º20.73%75.69%-
XYZ39.7248.1237.33-
YUV179.17113.23115.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.89%
GREEN value IS 193 (75.78% from 255) = 37.99%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=31.89%
G=37.99%
B=30.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931530.1600.210.24106.524.3967.84
HexA2C19910015186a1844
Octal242301231200253015230104
Binary10100010110000011001100110000010101110001101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C199; }

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

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

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

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

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

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

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

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