Color Hex Logo

#bcc76c Color Hex

#BCC76C
(188,199,108)
0 Favorites   0 Comments

Color spaces of #bcc76c

RGB 188199108
HSL0.190.450.60
HSV67°46°78°
CMYK 0.060.000.46   0.22
XYZ43.869252.620922.0321
Yxy52.62090.37010.4440
Hunter Lab72.5403-18.996432.7705
CIE-Lab77.6506-17.260644.0503

#bcc76c color RGB value is (188,199,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 01101100
Octal 274 307 154
Decimal 188 199 108
Hex BC C7 6C

RGB Percentages of Color #bcc76c

%37.98
%40.20
%21.82

CMYK Percentages of Color #bcc76c

%6
%0
%46
%22

Triadic Colors of #bcc76c

#bcc76c #6cbcc7 #c76cbc

Analogous Colors of #bcc76c

#bcc76c #8fc76c #c7a56c

Monochromatic Colors of #bcc76c

#bcc76c

Complementary Color

#bcc76c #776cc7

#bcc76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc76c Color CSS Codes

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

#bcc76c Text Font Color

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

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


#bcc76c Background Color

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

This div background color is #bcc76c


#bcc76c Border Color

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

This div border color is #bcc76c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,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 #bcc76c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc76c


Comments

No comments written yet.

Please login to write comment.