Color Hex Logo

#9bb38a Color Hex

#9BB38A
(155,179,138)
0 Favorites   0 Comments

Color spaces of #9bb38a

RGB 155179138
HSL0.260.210.62
HSV95°23°70°
CMYK 0.130.000.23   0.30
XYZ34.225141.043730.1631
Yxy41.04370.32460.3893
Hunter Lab64.0654-16.755816.9310
CIE-Lab70.2065-15.862218.2547

#9bb38a color RGB value is (155,179,138).

#9bb38a hex color red value is 155, green value is 179 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #9bb38a hue: 0.26 , saturation: 0.21 and the lightness value of 9bb38a is 0.62.

The process color (four color CMYK) of #9bb38a color hex is 0.13, 0.00, 0.23, 0.30. Web safe color of #9bb38a is #99cc99. Color #9bb38a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10110011 10001010
Octal 233 263 212
Decimal 155 179 138
Hex 9B B3 8A

RGB Percentages of Color #9bb38a

%32.84
%37.92
%29.24

CMYK Percentages of Color #9bb38a

%13
%0
%23
%30

Triadic Colors of #9bb38a

#9bb38a #8a9bb3 #b38a9b

Analogous Colors of #9bb38a

#9bb38a #8ab38e #b0b38a

Monochromatic Colors of #9bb38a

#9bb38a

Complementary Color

#9bb38a #a28ab3

#9bb38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bb38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bb38a Color CSS Codes

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

#9bb38a Text Font Color

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

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


#9bb38a Background Color

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

This div background color is #9bb38a


#9bb38a Border Color

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

This div border color is #9bb38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bb38a


Comments

No comments written yet.

Please login to write comment.