Color Hex Logo

#9bbe3d Color Hex

#9BBE3D
(155,190,61)
0 Favorites   0 Comments

Color spaces of #9bbe3d

RGB 15519061
HSL0.210.510.49
HSV76°68°75°
CMYK 0.180.000.68   0.25
XYZ32.773344.132411.2059
Yxy44.13240.37200.5009
Hunter Lab66.4322-28.196236.5014
CIE-Lab72.3169-30.061258.5448

#9bbe3d color RGB value is (155,190,61).

#9bbe3d hex color red value is 155, green value is 190 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #9bbe3d hue: 0.21 , saturation: 0.51 and the lightness value of 9bbe3d is 0.49.

The process color (four color CMYK) of #9bbe3d color hex is 0.18, 0.00, 0.68, 0.25. Web safe color of #9bbe3d is #99cc33. Color #9bbe3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111110 00111101
Octal 233 276 75
Decimal 155 190 61
Hex 9B BE 3D

RGB Percentages of Color #9bbe3d

%38.18
%46.80
%15.02

CMYK Percentages of Color #9bbe3d

%18
%0
%68
%25

Triadic Colors of #9bbe3d

#9bbe3d #3d9bbe #be3d9b

Analogous Colors of #9bbe3d

#9bbe3d #5abe3d #bea13d

Monochromatic Colors of #9bbe3d

#9bbe3d

Complementary Color

#9bbe3d #603dbe

#9bbe3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbe3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbe3d Color CSS Codes

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

#9bbe3d Text Font Color

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

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


#9bbe3d Background Color

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

This div background color is #9bbe3d


#9bbe3d Border Color

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

This div border color is #9bbe3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbe3d


Comments

No comments written yet.

Please login to write comment.