Color Hex Logo

#bfc76b Color Hex

#BFC76B
(191,199,107)
0 Favorites   0 Comments

Color spaces of #bfc76b

RGB 191199107
HSL0.180.450.60
HSV65°46°78°
CMYK 0.040.000.46   0.22
XYZ44.563152.984821.7883
Yxy52.98480.37340.4440
Hunter Lab72.7907-18.104333.2063
CIE-Lab77.8660-16.162344.8563

#bfc76b color RGB value is (191,199,107).

#bfc76b hex color red value is 191, green value is 199 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bfc76b hue: 0.18 , saturation: 0.45 and the lightness value of bfc76b is 0.60.

The process color (four color CMYK) of #bfc76b color hex is 0.04, 0.00, 0.46, 0.22. Web safe color of #bfc76b is #cccc66. Color #bfc76b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000111 01101011
Octal 277 307 153
Decimal 191 199 107
Hex BF C7 6B

RGB Percentages of Color #bfc76b

%38.43
%40.04
%21.53

CMYK Percentages of Color #bfc76b

%4
%0
%46
%22

Triadic Colors of #bfc76b

#bfc76b #6bbfc7 #c76bbf

Analogous Colors of #bfc76b

#bfc76b #91c76b #c7a16b

Monochromatic Colors of #bfc76b

#bfc76b

Complementary Color

#bfc76b #736bc7

#bfc76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc76b Color CSS Codes

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

#bfc76b Text Font Color

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

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


#bfc76b Background Color

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

This div background color is #bfc76b


#bfc76b Border Color

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

This div border color is #bfc76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc76b


Comments

No comments written yet.

Please login to write comment.