#A3BC95

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

Shades of Spring Rain #A3BC95

Tints of Spring Rain #A3BC95

Color information

#A3BC95 (or 0xA3BC95) is unknown color: approx Spring Rain. HEX triplet: A3, BC and 95. RGB value is (163,188,149). Sum of RGB (Red+Green+Blue) = 163+188+149=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BC95 is #5C436A. Grayscale: #B0B0B0. Windows color (decimal): -6046571 or 9813155. OLE color: 9813155.

HSL color Cylindrical-coordinate representation of color #A3BC95: hue angle of 98.46º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3BC95 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB163188149-
CMYK0.1300.210.26
HSL98.46º22.54%66.08%-
HSV(B)98.46º20.74%73.73%-
XYZ38.5145.9235.27-
YUV176.08112.72118.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.6%
GREEN value IS 188 (73.83% from 255) = 37.6%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=32.6%
G=37.6%
B=29.8%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631881490.1300.210.2698.4622.5466.08
HexA3BC95D0151A621742
Octal243274225150253214227102
Binary1010001110111100100101011101010101110101100010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BC95; }

 p { color: rgb(163,188,149); }

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

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

 a { background-color: rgb(163,188,149); }

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

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

 span { border-color: rgb(163,188,149); }

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