#A1BCB9

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

Shades of Shadow Green #A1BCB9

Tints of Shadow Green #A1BCB9

Color information

#A1BCB9 (or 0xA1BCB9) is unknown color: approx Shadow Green. HEX triplet: A1, BC and B9. RGB value is (161,188,185). Sum of RGB (Red+Green+Blue) = 161+188+185=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCB9 is #5E4346. Grayscale: #B3B3B3. Windows color (decimal): -6177607 or 12172449. OLE color: 12172449.

HSL color Cylindrical-coordinate representation of color #A1BCB9: hue angle of 173.33º 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 #A1BCB9 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB161188185-
CMYK0.1400.020.26
HSL173.33º16.77%68.43%-
HSV(B)173.33º14.36%73.73%-
XYZ41.4447.0552.8-
YUV179.58131.05114.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.15%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 185 (72.66% from 255) = 34.64%
R=30.15%
G=35.21%
B=34.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611881850.1400.020.26173.3316.7768.43
HexA1BCB9E021Aad1144
Octal24127427116023225521104
Binary10100001101111001011100111100101101010101101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BCB9; }

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

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

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

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

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

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

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

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