#A1BC9C

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

Shades of Spring Rain #A1BC9C

Tints of Spring Rain #A1BC9C

Color information

#A1BC9C (or 0xA1BC9C) is unknown color: approx Spring Rain. HEX triplet: A1, BC and 9C. RGB value is (161,188,156). Sum of RGB (Red+Green+Blue) = 161+188+156=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC9C is #5E4363. Grayscale: #B0B0B0. Windows color (decimal): -6177636 or 10271905. OLE color: 10271905.

HSL color Cylindrical-coordinate representation of color #A1BC9C: hue angle of 110.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1BC9C is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB161188156-
CMYK0.1400.170.26
HSL110.62º19.28%67.45%-
HSV(B)110.62º17.02%73.73%-
XYZ38.6845.9438.28-
YUV176.28116.55117.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 188 (73.83% from 255) = 37.23%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=31.88%
G=37.23%
B=30.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611881560.1400.170.26110.6219.2867.45
HexA1BC9CE0111A6f1343
Octal241274234160213215723103
Binary1010000110111100100111001110010001110101101111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BC9C; }

 p { color: rgb(161,188,156); }

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

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

 a { background-color: rgb(161,188,156); }

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

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

 span { border-color: rgb(161,188,156); }

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