Color Hex Logo

#bcc96c Color Hex

#BCC96C
(188,201,108)
0 Favorites   0 Comments

Color spaces of #bcc96c

RGB 188201108
HSL0.190.460.61
HSV68°46°79°
CMYK 0.060.000.46   0.21
XYZ44.332553.547422.1865
Yxy53.54740.36920.4460
Hunter Lab73.1761-19.916933.2469
CIE-Lab78.1971-18.260544.7188

#bcc96c color RGB value is (188,201,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 01101100
Octal 274 311 154
Decimal 188 201 108
Hex BC C9 6C

RGB Percentages of Color #bcc96c

%37.83
%40.44
%21.73

CMYK Percentages of Color #bcc96c

%6
%0
%46
%21

Triadic Colors of #bcc96c

#bcc96c #6cbcc9 #c96cbc

Analogous Colors of #bcc96c

#bcc96c #8ec96c #c9a86c

Monochromatic Colors of #bcc96c

#bcc96c

Complementary Color

#bcc96c #796cc9

#bcc96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc96c Color CSS Codes

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

#bcc96c Text Font Color

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

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


#bcc96c Background Color

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

This div background color is #bcc96c


#bcc96c Border Color

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

This div border color is #bcc96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc96c


Comments

No comments written yet.

Please login to write comment.