#A4BCA4

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

Shades of Spring Rain #A4BCA4

Tints of Spring Rain #A4BCA4

Color information

#A4BCA4 (or 0xA4BCA4) is unknown color: approx Spring Rain. HEX triplet: A4, BC and A4. RGB value is (164,188,164). Sum of RGB (Red+Green+Blue) = 164+188+164=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BCA4 is #5B435B. Grayscale: #B2B2B2. Windows color (decimal): -5981020 or 10796196. OLE color: 10796196.

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

Color convert

RGB164188164-
CMYK0.1300.130.26
HSL120º15.19%69.02%-
HSV(B)120º12.77%73.73%-
XYZ39.9946.5442-
YUV178.09120.05117.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 164 (64.45% from 255) = 31.78%
R=31.78%
G=36.43%
B=31.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881640.1300.130.2612015.1969.02
HexA4BCA4D0D1A78f45
Octal244274244150153217017105
Binary10100100101111001010010011010110111010111100011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCA4; }

 p { color: rgb(164,188,164); }

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

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

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

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

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

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

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