#A4BB9C

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

Shades of Spring Rain #A4BB9C

Tints of Spring Rain #A4BB9C

Color information

#A4BB9C (or 0xA4BB9C) is unknown color: approx Spring Rain. HEX triplet: A4, BB and 9C. RGB value is (164,187,156). Sum of RGB (Red+Green+Blue) = 164+187+156=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BB9C is #5B4463. Grayscale: #B0B0B0. Windows color (decimal): -5981284 or 10271652. OLE color: 10271652.

HSL color Cylindrical-coordinate representation of color #A4BB9C: hue angle of 104.52º degrees, saturation: 0.19, 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 #A4BB9C is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB164187156-
CMYK0.1200.170.27
HSL104.52º18.56%67.25%-
HSV(B)104.52º16.58%73.33%-
XYZ39.0845.8338.24-
YUV176.59116.38119.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=32.35%
G=36.88%
B=30.77%

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
Decimal1641871560.1200.170.27104.5218.5667.25
HexA4BB9CC0111B691343
Octal244273234140213315123103
Binary1010010010111011100111001100010001110111101001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BB9C; }

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

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

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

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

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

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

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

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