Color Hex Logo

#9ba290 Color Hex

#9BA290
(155,162,144)
0 Favorites   0 Comments

Color spaces of #9ba290

RGB 155162144
HSL0.230.090.60
HSV83°11°64°
CMYK 0.040.000.11   0.36
XYZ31.471934.822831.4483
Yxy34.82280.32200.3563
Hunter Lab59.0108-8.07069.7105
CIE-Lab65.6105-5.85798.5044

#9ba290 color RGB value is (155,162,144).

#9ba290 hex color red value is 155, green value is 162 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #9ba290 hue: 0.23 , saturation: 0.09 and the lightness value of 9ba290 is 0.60.

The process color (four color CMYK) of #9ba290 color hex is 0.04, 0.00, 0.11, 0.36. Web safe color of #9ba290 is #999999. Color #9ba290 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10100010 10010000
Octal 233 242 220
Decimal 155 162 144
Hex 9B A2 90

RGB Percentages of Color #9ba290

%33.62
%35.14
%31.24

CMYK Percentages of Color #9ba290

%4
%0
%11
%36

Triadic Colors of #9ba290

#9ba290 #909ba2 #a2909b

Analogous Colors of #9ba290

#9ba290 #92a290 #a2a090

Monochromatic Colors of #9ba290

#9ba290

Complementary Color

#9ba290 #9790a2

#9ba290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba290 Color CSS Codes

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

#9ba290 Text Font Color

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

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


#9ba290 Background Color

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

This div background color is #9ba290


#9ba290 Border Color

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

This div border color is #9ba290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba290


Comments

No comments written yet.

Please login to write comment.