#A0BFB4

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

Shades of Shadow Green #A0BFB4

Tints of Shadow Green #A0BFB4

Color information

#A0BFB4 (or 0xA0BFB4) is unknown color: approx Shadow Green. HEX triplet: A0, BF and B4. RGB value is (160,191,180). Sum of RGB (Red+Green+Blue) = 160+191+180=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFB4 is #5F404B. Grayscale: #B4B4B4. Windows color (decimal): -6242380 or 11845536. OLE color: 11845536.

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

Color convert

RGB160191180-
CMYK0.1600.060.25
HSL158.71º19.5%68.82%-
HSV(B)158.71º16.23%74.9%-
XYZ41.3748.0350.27-
YUV180.48127.73113.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 180 (70.70% from 255) = 33.90%
R=30.13%
G=35.97%
B=33.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911800.1600.060.25158.7119.568.82
HexA0BFB41006199f1345
Octal24027726420063123723105
Binary1010000010111111101101001000001101100110011111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFB4; }

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

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

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

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

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

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

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

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