#A4BDA4

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

Shades of Spring Rain #A4BDA4

Tints of Spring Rain #A4BDA4

Color information

#A4BDA4 (or 0xA4BDA4) is unknown color: approx Spring Rain. HEX triplet: A4, BD and A4. RGB value is (164,189,164). Sum of RGB (Red+Green+Blue) = 164+189+164=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BDA4 is #5B425B. Grayscale: #B2B2B2. Windows color (decimal): -5980764 or 10796452. OLE color: 10796452.

HSL color Cylindrical-coordinate representation of color #A4BDA4: hue angle of 120º degrees, saturation: 0.16, 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 #A4BDA4 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB164189164-
CMYK0.1300.130.26
HSL120º15.92%69.22%-
HSV(B)120º13.23%74.12%-
XYZ40.2146.9742.07-
YUV178.68119.72117.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=31.72%
G=36.56%
B=31.72%

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
Decimal1641891640.1300.130.2612015.9269.22
HexA4BDA4D0D1A781045
Octal244275244150153217020105
Binary101001001011110110100100110101101110101111000100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDA4; }

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

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

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

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

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

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

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

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