#A1BCBA

Color #A1BCBA Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #A1BCBA

Tints of Shadow Green #A1BCBA

Color information

#A1BCBA (or 0xA1BCBA) is unknown color: approx Shadow Green. HEX triplet: A1, BC and BA. RGB value is (161,188,186). Sum of RGB (Red+Green+Blue) = 161+188+186=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCBA is #5E4345. Grayscale: #B3B3B3. Windows color (decimal): -6177606 or 12237985. OLE color: 12237985.

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

Color convert

RGB161188186-
CMYK0.1400.010.26
HSL175.56º16.77%68.43%-
HSV(B)175.56º14.36%73.73%-
XYZ41.5447.0953.35-
YUV179.7131.55114.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.09%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=30.09%
G=35.14%
B=34.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611881860.1400.010.26175.5616.7768.43
HexA1BCBAE011Ab01144
Octal24127427216013226021104
Binary1010000110111100101110101110011101010110000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BCBA; }

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

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

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

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

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

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

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

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