#A4BFA4

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

Shades of Spring Rain #A4BFA4

Tints of Spring Rain #A4BFA4

Color information

#A4BFA4 (or 0xA4BFA4) is unknown color: approx Spring Rain. HEX triplet: A4, BF and A4. RGB value is (164,191,164). Sum of RGB (Red+Green+Blue) = 164+191+164=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BFA4 is #5B405B. Grayscale: #B3B3B3. Windows color (decimal): -5980252 or 10796964. OLE color: 10796964.

HSL color Cylindrical-coordinate representation of color #A4BFA4: hue angle of 120º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4BFA4 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB164191164-
CMYK0.1400.140.25
HSL120º17.42%69.61%-
HSV(B)120º14.14%74.9%-
XYZ40.6447.8342.21-
YUV179.85119.05116.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 164 (64.45% from 255) = 31.60%
R=31.60%
G=36.80%
B=31.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911640.1400.140.2512017.4269.61
HexA4BFA4E0E19781146
Octal244277244160163117021106
Binary101001001011111110100100111001110110011111000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFA4; }

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

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

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

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

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

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

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

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