#A0BCBA

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

Shades of Shadow Green #A0BCBA

Tints of Shadow Green #A0BCBA

Color information

#A0BCBA (or 0xA0BCBA) is unknown color: approx Shadow Green. HEX triplet: A0, BC and BA. RGB value is (160,188,186). Sum of RGB (Red+Green+Blue) = 160+188+186=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCBA is #5F4345. Grayscale: #B3B3B3. Windows color (decimal): -6243142 or 12237984. OLE color: 12237984.

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

Color convert

RGB160188186-
CMYK0.1500.010.26
HSL175.71º17.28%68.24%-
HSV(B)175.71º14.89%73.73%-
XYZ41.3446.9953.34-
YUV179.4131.72114.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.96%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=29.96%
G=35.21%
B=34.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601881860.1500.010.26175.7117.2868.24
HexA0BCBAF011Ab01144
Octal24027427217013226021104
Binary1010000010111100101110101111011101010110000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCBA; }

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

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

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

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

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

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

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

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