#A4BF9D

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

Shades of Spring Rain #A4BF9D

Tints of Spring Rain #A4BF9D

Color information

#A4BF9D (or 0xA4BF9D) is unknown color: approx Spring Rain. HEX triplet: A4, BF and 9D. RGB value is (164,191,157). Sum of RGB (Red+Green+Blue) = 164+191+157=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BF9D is #5B4062. Grayscale: #B3B3B3. Windows color (decimal): -5980259 or 10338212. OLE color: 10338212.

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

Color convert

RGB164191157-
CMYK0.1400.180.25
HSL107.65º20.99%68.24%-
HSV(B)107.65º17.8%74.9%-
XYZ40.0347.5938.97-
YUV179.05115.55117.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 191 (75% from 255) = 37.30%
BLUE value IS 157 (61.72% from 255) = 30.66%
R=32.03%
G=37.30%
B=30.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911570.1400.180.25107.6520.9968.24
HexA4BF9DE012196c1544
Octal244277235160223115425104
Binary1010010010111111100111011110010010110011101100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF9D; }

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

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

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

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

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

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

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

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