#A0BFB8

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

Shades of Shadow Green #A0BFB8

Tints of Shadow Green #A0BFB8

Color information

#A0BFB8 (or 0xA0BFB8) is unknown color: approx Shadow Green. HEX triplet: A0, BF and B8. RGB value is (160,191,184). Sum of RGB (Red+Green+Blue) = 160+191+184=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFB8 is #5F4047. Grayscale: #B4B4B4. Windows color (decimal): -6242376 or 12107680. OLE color: 12107680.

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

Color convert

RGB160191184-
CMYK0.1600.040.25
HSL166.45º19.5%68.82%-
HSV(B)166.45º16.23%74.9%-
XYZ41.7848.252.45-
YUV180.93129.73113.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 184 (72.27% from 255) = 34.39%
R=29.91%
G=35.70%
B=34.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911840.1600.040.25166.4519.568.82
HexA0BFB8100419a61345
Octal24027727020043124623105
Binary1010000010111111101110001000001001100110100110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFB8; }

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

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

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

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

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

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

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

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