Color Hex Logo

#bcc76e Color Hex

#BCC76E
(188,199,110)
0 Favorites   0 Comments

Color spaces of #bcc76e

RGB 188199110
HSL0.190.440.61
HSV67°45°78°
CMYK 0.060.000.45   0.22
XYZ43.976952.664022.5992
Yxy52.66400.36880.4417
Hunter Lab72.5700-18.827732.3353
CIE-Lab77.6762-17.054943.0954

#bcc76e color RGB value is (188,199,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 01101110
Octal 274 307 156
Decimal 188 199 110
Hex BC C7 6E

RGB Percentages of Color #bcc76e

%37.83
%40.04
%22.13

CMYK Percentages of Color #bcc76e

%6
%0
%45
%22

Triadic Colors of #bcc76e

#bcc76e #6ebcc7 #c76ebc

Analogous Colors of #bcc76e

#bcc76e #90c76e #c7a66e

Monochromatic Colors of #bcc76e

#bcc76e

Complementary Color

#bcc76e #796ec7

#bcc76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc76e Color CSS Codes

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

#bcc76e Text Font Color

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

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


#bcc76e Background Color

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

This div background color is #bcc76e


#bcc76e Border Color

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

This div border color is #bcc76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc76e


Comments

No comments written yet.

Please login to write comment.