#A2C192

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

Shades of Spring Rain #A2C192

Tints of Spring Rain #A2C192

Color information

#A2C192 (or 0xA2C192) is unknown color: approx Spring Rain. HEX triplet: A2, C1 and 92. RGB value is (162,193,146). Sum of RGB (Red+Green+Blue) = 162+193+146=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C192 is #5D3E6D. Grayscale: #B2B2B2. Windows color (decimal): -6110830 or 9617826. OLE color: 9617826.

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

Color convert

RGB162193146-
CMYK0.1600.240.24
HSL99.57º27.49%66.47%-
HSV(B)99.57º24.35%75.69%-
XYZ39.1647.934.38-
YUV178.37109.73116.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 193 (75.78% from 255) = 38.52%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=32.34%
G=38.52%
B=29.14%

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
Decimal1621931460.1600.240.2499.5727.4966.47
HexA2C1921001818641b42
Octal242301222200303014433102
Binary10100010110000011001001010000011000110001100100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C192; }

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

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

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

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

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

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

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

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