Color Hex Logo

#bfc76c Color Hex

#BFC76C
(191,199,108)
0 Favorites   0 Comments

Color spaces of #bfc76c

RGB 191199108
HSL0.180.450.60
HSV65°46°78°
CMYK 0.040.000.46   0.22
XYZ44.616153.005922.0670
Yxy53.00590.37280.4429
Hunter Lab72.8052-18.021532.9930
CIE-Lab77.8785-16.062144.3811

#bfc76c color RGB value is (191,199,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000111 01101100
Octal 277 307 154
Decimal 191 199 108
Hex BF C7 6C

RGB Percentages of Color #bfc76c

%38.35
%39.96
%21.69

CMYK Percentages of Color #bfc76c

%4
%0
%46
%22

Triadic Colors of #bfc76c

#bfc76c #6cbfc7 #c76cbf

Analogous Colors of #bfc76c

#bfc76c #92c76c #c7a26c

Monochromatic Colors of #bfc76c

#bfc76c

Complementary Color

#bfc76c #746cc7

#bfc76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc76c Color CSS Codes

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

#bfc76c Text Font Color

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

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


#bfc76c Background Color

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

This div background color is #bfc76c


#bfc76c Border Color

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

This div border color is #bfc76c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc76c


Comments

No comments written yet.

Please login to write comment.