Color Hex Logo

#a0b66d Color Hex

#A0B66D
(160,182,109)
0 Favorites   0 Comments

Color spaces of #a0b66d

RGB 160182109
HSL0.220.330.57
HSV78°40°71°
CMYK 0.120.000.40   0.29
XYZ33.985542.033620.7901
Yxy42.03360.35110.4342
Hunter Lab64.8333-19.889026.3708
CIE-Lab70.8941-19.657834.6502

#a0b66d color RGB value is (160,182,109).

#a0b66d hex color red value is 160, green value is 182 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a0b66d hue: 0.22 , saturation: 0.33 and the lightness value of a0b66d is 0.57.

The process color (four color CMYK) of #a0b66d color hex is 0.12, 0.00, 0.40, 0.29. Web safe color of #a0b66d is #99cc66. Color #a0b66d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10110110 01101101
Octal 240 266 155
Decimal 160 182 109
Hex A0 B6 6D

RGB Percentages of Color #a0b66d

%35.48
%40.35
%24.17

CMYK Percentages of Color #a0b66d

%12
%0
%40
%29

Triadic Colors of #a0b66d

#a0b66d #6da0b6 #b66da0

Analogous Colors of #a0b66d

#a0b66d #7cb66d #b6a86d

Monochromatic Colors of #a0b66d

#a0b66d

Complementary Color

#a0b66d #836db6

#a0b66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0b66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0b66d Color CSS Codes

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

#a0b66d Text Font Color

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

This sample text font color is #a0b66d
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.


#a0b66d Background Color

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

This div background color is #a0b66d


#a0b66d Border Color

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

This div border color is #a0b66d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,182,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0b66d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0b66d;
  -webkit-box-shadow: 1px 1px 3px 2px #a0b66d;
  box-shadow:         1px 1px 3px 2px #a0b66d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,182,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0b66d


Comments

No comments written yet.

Please login to write comment.