Color Hex Logo

#a2b99b Color Hex

#A2B99B
(162,185,155)
0 Favorites   0 Comments

Color spaces of #a2b99b

RGB 162185155
HSL0.290.180.67
HSV106°16°73°
CMYK 0.120.000.16   0.27
XYZ38.165644.745937.6356
Yxy44.74590.31660.3712
Hunter Lab66.8924-15.218113.4664
CIE-Lab72.7243-13.555512.6130

#a2b99b color RGB value is (162,185,155).

#a2b99b hex color red value is 162, green value is 185 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a2b99b hue: 0.29 , saturation: 0.18 and the lightness value of a2b99b is 0.67.

The process color (four color CMYK) of #a2b99b color hex is 0.12, 0.00, 0.16, 0.27. Web safe color of #a2b99b is #99cc99. Color #a2b99b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111001 10011011
Octal 242 271 233
Decimal 162 185 155
Hex A2 B9 9B

RGB Percentages of Color #a2b99b

%32.27
%36.85
%30.88

CMYK Percentages of Color #a2b99b

%12
%0
%16
%27

Triadic Colors of #a2b99b

#a2b99b #9ba2b9 #b99ba2

Analogous Colors of #a2b99b

#a2b99b #9bb9a3 #b1b99b

Monochromatic Colors of #a2b99b

#a2b99b

Complementary Color

#a2b99b #b29bb9

#a2b99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2b99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2b99b Color CSS Codes

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

#a2b99b Text Font Color

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

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


#a2b99b Background Color

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

This div background color is #a2b99b


#a2b99b Border Color

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

This div border color is #a2b99b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,185,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2b99b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2b99b;
  -webkit-box-shadow: 1px 1px 3px 2px #a2b99b;
  box-shadow:         1px 1px 3px 2px #a2b99b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,185,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2b99b


Comments

No comments written yet.

Please login to write comment.