#A2C796

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

Shades of Spring Rain #A2C796

Tints of Spring Rain #A2C796

Color information

#A2C796 (or 0xA2C796) is unknown color: approx Spring Rain. HEX triplet: A2, C7 and 96. RGB value is (162,199,150). Sum of RGB (Red+Green+Blue) = 162+199+150=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C796 is #5D3869. Grayscale: #B6B6B6. Windows color (decimal): -6109290 or 9881506. OLE color: 9881506.

HSL color Cylindrical-coordinate representation of color #A2C796: hue angle of 105.31º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2C796 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB162199150-
CMYK0.1900.250.22
HSL105.31º30.43%68.43%-
HSV(B)105.31º24.62%78.04%-
XYZ40.8350.7336.49-
YUV182.35109.74113.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 199 (78.12% from 255) = 38.94%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=31.70%
G=38.94%
B=29.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621991500.1900.250.22105.3130.4368.43
HexA2C7961301916691e44
Octal242307226230312615136104
Binary10100010110001111001011010011011001101101101001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C796; }

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

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

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

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

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

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

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

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