Color Hex Logo

#b1bf4e Color Hex

#B1BF4E
(177,191,78)
0 Favorites   0 Comments

Color spaces of #b1bf4e

RGB 17719178
HSL0.190.470.53
HSV67°59°75°
CMYK 0.070.000.59   0.25
XYZ38.137447.158814.3002
Yxy47.15880.38290.4735
Hunter Lab68.6723-21.045835.7241
CIE-Lab74.2912-20.400554.0128

#b1bf4e color RGB value is (177,191,78).

#b1bf4e hex color red value is 177, green value is 191 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b1bf4e hue: 0.19 , saturation: 0.47 and the lightness value of b1bf4e is 0.53.

The process color (four color CMYK) of #b1bf4e color hex is 0.07, 0.00, 0.59, 0.25. Web safe color of #b1bf4e is #99cc66. Color #b1bf4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111111 01001110
Octal 261 277 116
Decimal 177 191 78
Hex B1 BF 4E

RGB Percentages of Color #b1bf4e

%39.69
%42.83
%17.49

CMYK Percentages of Color #b1bf4e

%7
%0
%59
%25

Triadic Colors of #b1bf4e

#b1bf4e #4eb1bf #bf4eb1

Analogous Colors of #b1bf4e

#b1bf4e #79bf4e #bf954e

Monochromatic Colors of #b1bf4e

#b1bf4e

Complementary Color

#b1bf4e #5c4ebf

#b1bf4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bf4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bf4e Color CSS Codes

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

#b1bf4e Text Font Color

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

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


#b1bf4e Background Color

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

This div background color is #b1bf4e


#b1bf4e Border Color

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

This div border color is #b1bf4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,191,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1bf4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1bf4e;
  -webkit-box-shadow: 1px 1px 3px 2px #b1bf4e;
  box-shadow:         1px 1px 3px 2px #b1bf4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bf4e


Comments

No comments written yet.

Please login to write comment.