#a3bc9e

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

Shades of Spring Rain #A3BC9E

Tints of Spring Rain #A3BC9E

Color information

#A3BC9E (or 0xA3BC9E) is unknown color: approx Spring Rain. HEX triplet: A3, BC and 9E. RGB value is (163,188,158). Sum of RGB (Red+Green+Blue) = 163+188+158=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BC9E is #5C4361. Grayscale: #B1B1B1. Windows color (decimal): -6046562 or 10402979. OLE color: 10402979.

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

Color convert

RGB163188158-
CMYK0.1300.160.26
HSL110º18.29%67.84%-
HSV(B)110º15.96%73.73%-
XYZ39.2646.2239.2-
YUV177.1117.22117.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 158 (62.11% from 255) = 31.04%
R=32.02%
G=36.94%
B=31.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631881580.1300.160.2611018.2967.84
HexA3BC9ED0101A6e1244
Octal243274236150203215622104
Binary1010001110111100100111101101010000110101101110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3bc9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3bc9e; }

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

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

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

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

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

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

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

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