Color Hex Logo

#9ba17b Color Hex

#9BA17B
(155,161,123)
0 Favorites   0 Comments

Color spaces of #9ba17b

RGB 155161123
HSL0.190.170.56
HSV69°24°63°
CMYK 0.040.000.24   0.37
XYZ29.837633.888423.7074
Yxy33.88840.34130.3876
Hunter Lab58.2137-10.383416.6039
CIE-Lab64.8739-8.777319.1177

#9ba17b color RGB value is (155,161,123).

#9ba17b hex color red value is 155, green value is 161 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #9ba17b hue: 0.19 , saturation: 0.17 and the lightness value of 9ba17b is 0.56.

The process color (four color CMYK) of #9ba17b color hex is 0.04, 0.00, 0.24, 0.37. Web safe color of #9ba17b is #999966. Color #9ba17b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10100001 01111011
Octal 233 241 173
Decimal 155 161 123
Hex 9B A1 7B

RGB Percentages of Color #9ba17b

%35.31
%36.67
%28.02

CMYK Percentages of Color #9ba17b

%4
%0
%24
%37

Triadic Colors of #9ba17b

#9ba17b #7b9ba1 #a17b9b

Analogous Colors of #9ba17b

#9ba17b #88a17b #a1947b

Monochromatic Colors of #9ba17b

#9ba17b

Complementary Color

#9ba17b #817ba1

#9ba17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba17b Color CSS Codes

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

#9ba17b Text Font Color

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

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


#9ba17b Background Color

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

This div background color is #9ba17b


#9ba17b Border Color

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

This div border color is #9ba17b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,161,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ba17b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ba17b;
  -webkit-box-shadow: 1px 1px 3px 2px #9ba17b;
  box-shadow:         1px 1px 3px 2px #9ba17b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba17b

#9ba17b Color Palettes


Comments

No comments written yet.

Please login to write comment.