Color Hex Logo

#9bbf62 Color Hex

#9BBF62
(155,191,98)
0 Favorites   0 Comments

Color spaces of #9bbf62

RGB 15519198
HSL0.230.420.57
HSV83°49°75°
CMYK 0.190.000.49   0.25
XYZ34.353045.112018.4522
Yxy45.11200.35080.4607
Hunter Lab67.1655-26.242530.7272
CIE-Lab72.9656-27.312142.7114

#9bbf62 color RGB value is (155,191,98).

#9bbf62 hex color red value is 155, green value is 191 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #9bbf62 hue: 0.23 , saturation: 0.42 and the lightness value of 9bbf62 is 0.57.

The process color (four color CMYK) of #9bbf62 color hex is 0.19, 0.00, 0.49, 0.25. Web safe color of #9bbf62 is #99cc66. Color #9bbf62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111111 01100010
Octal 233 277 142
Decimal 155 191 98
Hex 9B BF 62

RGB Percentages of Color #9bbf62

%34.91
%43.02
%22.07

CMYK Percentages of Color #9bbf62

%19
%0
%49
%25

Triadic Colors of #9bbf62

#9bbf62 #629bbf #bf629b

Analogous Colors of #9bbf62

#9bbf62 #6dbf62 #bfb562

Monochromatic Colors of #9bbf62

#9bbf62

Complementary Color

#9bbf62 #8662bf

#9bbf62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbf62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbf62 Color CSS Codes

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

#9bbf62 Text Font Color

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

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


#9bbf62 Background Color

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

This div background color is #9bbf62


#9bbf62 Border Color

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

This div border color is #9bbf62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbf62


Comments

No comments written yet.

Please login to write comment.