#A4BB9A

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

Shades of Spring Rain #A4BB9A

Tints of Spring Rain #A4BB9A

Color information

#A4BB9A (or 0xA4BB9A) is unknown color: approx Spring Rain. HEX triplet: A4, BB and 9A. RGB value is (164,187,154). Sum of RGB (Red+Green+Blue) = 164+187+154=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BB9A is #5B4465. Grayscale: #B0B0B0. Windows color (decimal): -5981286 or 10140580. OLE color: 10140580.

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

Color convert

RGB164187154-
CMYK0.1200.180.27
HSL101.82º19.53%66.86%-
HSV(B)101.82º17.65%73.33%-
XYZ38.9145.7737.35-
YUV176.36115.38119.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 187 (73.44% from 255) = 37.03%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=32.48%
G=37.03%
B=30.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871540.1200.180.27101.8219.5366.86
HexA4BB9AC0121B661443
Octal244273232140223314624103
Binary1010010010111011100110101100010010110111100110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BB9A; }

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

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

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

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

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

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

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

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