Color Hex Logo

#9bb03a Color Hex

#9BB03A
(155,176,58)
0 Favorites   0 Comments

Color spaces of #9bb03a

RGB 15517658
HSL0.200.500.46
HSV71°67°69°
CMYK 0.120.000.67   0.31
XYZ29.806638.32479.8294
Yxy38.32470.38230.4916
Hunter Lab61.9069-22.394033.9210
CIE-Lab68.2592-23.487155.5553

#9bb03a color RGB value is (155,176,58).

#9bb03a hex color red value is 155, green value is 176 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #9bb03a hue: 0.20 , saturation: 0.50 and the lightness value of 9bb03a is 0.46.

The process color (four color CMYK) of #9bb03a color hex is 0.12, 0.00, 0.67, 0.31. Web safe color of #9bb03a is #999933. Color #9bb03a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10110000 00111010
Octal 233 260 72
Decimal 155 176 58
Hex 9B B0 3A

RGB Percentages of Color #9bb03a

%39.85
%45.24
%14.91

CMYK Percentages of Color #9bb03a

%12
%0
%67
%31

Triadic Colors of #9bb03a

#9bb03a #3a9bb0 #b03a9b

Analogous Colors of #9bb03a

#9bb03a #60b03a #b08a3a

Monochromatic Colors of #9bb03a

#9bb03a

Complementary Color

#9bb03a #4f3ab0

#9bb03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bb03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bb03a Color CSS Codes

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

#9bb03a Text Font Color

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

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


#9bb03a Background Color

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

This div background color is #9bb03a


#9bb03a Border Color

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

This div border color is #9bb03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bb03a


Comments

No comments written yet.

Please login to write comment.