Color Hex Logo

#a6bf76 Color Hex

#A6BF76
(166,191,118)
0 Favorites   0 Comments

Color spaces of #a6bf76

RGB 166191118
HSL0.220.360.61
HSV81°38°75°
CMYK 0.130.000.38   0.25
XYZ37.626746.676624.1659
Yxy46.67660.34690.4303
Hunter Lab68.3203-21.253426.8524
CIE-Lab73.9824-20.723034.0514

#a6bf76 color RGB value is (166,191,118).

#a6bf76 hex color red value is 166, green value is 191 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a6bf76 hue: 0.22 , saturation: 0.36 and the lightness value of a6bf76 is 0.61.

The process color (four color CMYK) of #a6bf76 color hex is 0.13, 0.00, 0.38, 0.25. Web safe color of #a6bf76 is #99cc66. Color #a6bf76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111111 01110110
Octal 246 277 166
Decimal 166 191 118
Hex A6 BF 76

RGB Percentages of Color #a6bf76

%34.95
%40.21
%24.84

CMYK Percentages of Color #a6bf76

%13
%0
%38
%25

Triadic Colors of #a6bf76

#a6bf76 #76a6bf #bf76a6

Analogous Colors of #a6bf76

#a6bf76 #82bf76 #bfb476

Monochromatic Colors of #a6bf76

#a6bf76

Complementary Color

#a6bf76 #8f76bf

#a6bf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bf76 Color CSS Codes

.mybgcolor {background-color:#a6bf76; } 
.myforecolor {color:#a6bf76; }
.mybordercolor {border:3px solid #a6bf76; }

#a6bf76 Text Font Color

<p style="color:#a6bf76">Text here</p>

This sample text font color is #a6bf76
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a6bf76 Background Color

<div style="background-color:#a6bf76">
Div content here</div>

This div background color is #a6bf76


#a6bf76 Border Color

<div style="border:3px solid #a6bf76">
Div here</div>

This div border color is #a6bf76


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,191,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6bf76; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6bf76;
  -webkit-box-shadow: 1px 1px 3px 2px #a6bf76;
  box-shadow:         1px 1px 3px 2px #a6bf76; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,191,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a6bf76">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a6bf76;
  -webkit-box-shadow: 1px 1px 3px 2px #a6bf76;
  box-shadow:         1px 1px 3px 2px #a6bf76;">
Div content here</div>

This div box has shadow with color #a6bf76


Comments

No comments written yet.

Please login to write comment.