Color Hex Logo

#a9b98b Color Hex

#A9B98B
(169,185,139)
0 Favorites   0 Comments

Color spaces of #a9b98b

RGB 169185139
HSL0.220.250.64
HSV81°25°73°
CMYK 0.090.000.25   0.27
XYZ38.371344.997031.0890
Yxy44.99700.33520.3931
Hunter Lab67.0798-15.283319.4771
CIE-Lab72.8899-13.608021.5606

#a9b98b color RGB value is (169,185,139).

#a9b98b hex color red value is 169, green value is 185 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a9b98b hue: 0.22 , saturation: 0.25 and the lightness value of a9b98b is 0.64.

The process color (four color CMYK) of #a9b98b color hex is 0.09, 0.00, 0.25, 0.27. Web safe color of #a9b98b is #99cc99. Color #a9b98b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111001 10001011
Octal 251 271 213
Decimal 169 185 139
Hex A9 B9 8B

RGB Percentages of Color #a9b98b

%34.28
%37.53
%28.19

CMYK Percentages of Color #a9b98b

%9
%0
%25
%27

Triadic Colors of #a9b98b

#a9b98b #8ba9b9 #b98ba9

Analogous Colors of #a9b98b

#a9b98b #92b98b #b9b28b

Monochromatic Colors of #a9b98b

#a9b98b

Complementary Color

#a9b98b #9b8bb9

#a9b98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9b98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9b98b Color CSS Codes

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

#a9b98b Text Font Color

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

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


#a9b98b Background Color

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

This div background color is #a9b98b


#a9b98b Border Color

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

This div border color is #a9b98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9b98b


Comments

No comments written yet.

Please login to write comment.