#A0BFB9

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

Shades of Shadow Green #A0BFB9

Tints of Shadow Green #A0BFB9

Color information

#A0BFB9 (or 0xA0BFB9) is unknown color: approx Shadow Green. HEX triplet: A0, BF and B9. RGB value is (160,191,185). Sum of RGB (Red+Green+Blue) = 160+191+185=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFB9 is #5F4046. Grayscale: #B5B5B5. Windows color (decimal): -6242375 or 12173216. OLE color: 12173216.

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

Color convert

RGB160191185-
CMYK0.1600.030.25
HSL168.39º19.5%68.82%-
HSV(B)168.39º16.23%74.9%-
XYZ41.8848.2453-
YUV181.05130.23112.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.85%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 185 (72.66% from 255) = 34.51%
R=29.85%
G=35.63%
B=34.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911850.1600.030.25168.3919.568.82
HexA0BFB9100319a81345
Octal24027727120033125023105
Binary101000001011111110111001100000111100110101000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFB9; }

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

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

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

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

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

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

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

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