#A0BEBC

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

Shades of Shadow Green #A0BEBC

Tints of Shadow Green #A0BEBC

Color information

#A0BEBC (or 0xA0BEBC) is unknown color: approx Shadow Green. HEX triplet: A0, BE and BC. RGB value is (160,190,188). Sum of RGB (Red+Green+Blue) = 160+190+188=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEBC is #5F4143. Grayscale: #B4B4B4. Windows color (decimal): -6242628 or 12369568. OLE color: 12369568.

HSL color Cylindrical-coordinate representation of color #A0BEBC: hue angle of 176º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BEBC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB160190188-
CMYK0.1600.010.25
HSL176º18.75%68.63%-
HSV(B)176º15.79%74.51%-
XYZ41.9947.9354.62-
YUV180.8132.06113.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=29.74%
G=35.32%
B=34.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901880.1600.010.2517618.7568.63
HexA0BEBC100119b01345
Octal24027627420013126023105
Binary10100000101111101011110010000011100110110000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEBC; }

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

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

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

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

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

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

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

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