#A4BF9A

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

Shades of Spring Rain #A4BF9A

Tints of Spring Rain #A4BF9A

Color information

#A4BF9A (or 0xA4BF9A) is unknown color: approx Spring Rain. HEX triplet: A4, BF and 9A. RGB value is (164,191,154). Sum of RGB (Red+Green+Blue) = 164+191+154=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BF9A is #5B4065. Grayscale: #B2B2B2. Windows color (decimal): -5980262 or 10141604. OLE color: 10141604.

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

Color convert

RGB164191154-
CMYK0.1400.190.25
HSL103.78º22.42%67.65%-
HSV(B)103.78º19.37%74.9%-
XYZ39.7747.4937.64-
YUV178.71114.05117.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=32.22%
G=37.52%
B=30.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911540.1400.190.25103.7822.4267.65
HexA4BF9AE01319681644
Octal244277232160233115026104
Binary1010010010111111100110101110010011110011101000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF9A; }

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

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

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

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

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

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

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

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