#A0BFBB

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

Shades of Shadow Green #A0BFBB

Tints of Shadow Green #A0BFBB

Color information

#A0BFBB (or 0xA0BFBB) is unknown color: approx Shadow Green. HEX triplet: A0, BF and BB. RGB value is (160,191,187). Sum of RGB (Red+Green+Blue) = 160+191+187=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFBB is #5F4044. Grayscale: #B5B5B5. Windows color (decimal): -6242373 or 12304288. OLE color: 12304288.

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

Color convert

RGB160191187-
CMYK0.1600.020.25
HSL172.26º19.5%68.82%-
HSV(B)172.26º16.23%74.9%-
XYZ42.148.3254.12-
YUV181.28131.23112.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=29.74%
G=35.50%
B=34.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911870.1600.020.25172.2619.568.82
HexA0BFBB100219ac1345
Octal24027727320023125423105
Binary101000001011111110111011100000101100110101100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFBB; }

 p { color: rgb(160,191,187); }

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

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

 a { background-color: rgb(160,191,187); }

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

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

 span { border-color: rgb(160,191,187); }

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