Color Hex Logo

#9aa56b Color Hex

#9AA56B
(154,165,107)
0 Favorites   0 Comments

Color spaces of #9aa56b

RGB 154165107
HSL0.200.240.53
HSV71°35°65°
CMYK 0.070.000.35   0.35
XYZ29.435434.841819.0837
Yxy34.84180.35310.4180
Hunter Lab59.0269-14.283222.1501
CIE-Lab65.6253-13.550028.8073

#9aa56b color RGB value is (154,165,107).

#9aa56b hex color red value is 154, green value is 165 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #9aa56b hue: 0.20 , saturation: 0.24 and the lightness value of 9aa56b is 0.53.

The process color (four color CMYK) of #9aa56b color hex is 0.07, 0.00, 0.35, 0.35. Web safe color of #9aa56b is #999966. Color #9aa56b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10100101 01101011
Octal 232 245 153
Decimal 154 165 107
Hex 9A A5 6B

RGB Percentages of Color #9aa56b

%36.15
%38.73
%25.12

CMYK Percentages of Color #9aa56b

%7
%0
%35
%35

Triadic Colors of #9aa56b

#9aa56b #6b9aa5 #a56b9a

Analogous Colors of #9aa56b

#9aa56b #7da56b #a5936b

Monochromatic Colors of #9aa56b

#9aa56b

Complementary Color

#9aa56b #766ba5

#9aa56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aa56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aa56b Color CSS Codes

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

#9aa56b Text Font Color

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

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


#9aa56b Background Color

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

This div background color is #9aa56b


#9aa56b Border Color

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

This div border color is #9aa56b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,165,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9aa56b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9aa56b;
  -webkit-box-shadow: 1px 1px 3px 2px #9aa56b;
  box-shadow:         1px 1px 3px 2px #9aa56b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,165,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aa56b


Comments

No comments written yet.

Please login to write comment.