#A4BA9B

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

Shades of Spring Rain #A4BA9B

Tints of Spring Rain #A4BA9B

Color information

#A4BA9B (or 0xA4BA9B) is unknown color: approx Spring Rain. HEX triplet: A4, BA and 9B. RGB value is (164,186,155). Sum of RGB (Red+Green+Blue) = 164+186+155=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA9B is #5B4564. Grayscale: #AFAFAF. Windows color (decimal): -5981541 or 10205860. OLE color: 10205860.

HSL color Cylindrical-coordinate representation of color #A4BA9B: hue angle of 102.58º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4BA9B is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB164186155-
CMYK0.1200.170.27
HSL102.58º18.34%66.86%-
HSV(B)102.58º16.67%72.94%-
XYZ38.7945.3837.72-
YUV175.89116.21119.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=32.48%
G=36.83%
B=30.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861550.1200.170.27102.5818.3466.86
HexA4BA9BC0111B671243
Octal244272233140213314722103
Binary1010010010111010100110111100010001110111100111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA9B; }

 p { color: rgb(164,186,155); }

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

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

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

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

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

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

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