#A2BC97

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

Shades of Spring Rain #A2BC97

Tints of Spring Rain #A2BC97

Color information

#A2BC97 (or 0xA2BC97) is unknown color: approx Spring Rain. HEX triplet: A2, BC and 97. RGB value is (162,188,151). Sum of RGB (Red+Green+Blue) = 162+188+151=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC97 is #5D4368. Grayscale: #B0B0B0. Windows color (decimal): -6112105 or 9944226. OLE color: 9944226.

HSL color Cylindrical-coordinate representation of color #A2BC97: hue angle of 102.16º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2BC97 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB162188151-
CMYK0.1400.200.26
HSL102.16º21.64%66.47%-
HSV(B)102.16º19.68%73.73%-
XYZ38.4745.8836.11-
YUV176.01113.89118.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 188 (73.83% from 255) = 37.52%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=32.34%
G=37.52%
B=30.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881510.1400.200.26102.1621.6466.47
HexA2BC97E0141A661642
Octal242274227160243214626102
Binary1010001010111100100101111110010100110101100110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC97; }

 p { color: rgb(162,188,151); }

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

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

 a { background-color: rgb(162,188,151); }

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

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

 span { border-color: rgb(162,188,151); }

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