Color Hex Logo

#bcc576 Color Hex

#BCC576
(188,197,118)
0 Favorites   0 Comments

Color spaces of #bcc576

RGB 188197118
HSL0.190.410.62
HSV67°40°77°
CMYK 0.050.000.40   0.23
XYZ43.975351.931924.8456
Yxy51.93190.36420.4301
Hunter Lab72.0638-17.186030.0031
CIE-Lab77.2401-15.179838.5432

#bcc576 color RGB value is (188,197,118).

#bcc576 hex color red value is 188, green value is 197 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bcc576 hue: 0.19 , saturation: 0.41 and the lightness value of bcc576 is 0.62.

The process color (four color CMYK) of #bcc576 color hex is 0.05, 0.00, 0.40, 0.23. Web safe color of #bcc576 is #cccc66. Color #bcc576 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 01110110
Octal 274 305 166
Decimal 188 197 118
Hex BC C5 76

RGB Percentages of Color #bcc576

%37.38
%39.17
%23.46

CMYK Percentages of Color #bcc576

%5
%0
%40
%23

Triadic Colors of #bcc576

#bcc576 #76bcc5 #c576bc

Analogous Colors of #bcc576

#bcc576 #95c576 #c5a776

Monochromatic Colors of #bcc576

#bcc576

Complementary Color

#bcc576 #7f76c5

#bcc576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc576 Color CSS Codes

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

#bcc576 Text Font Color

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

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


#bcc576 Background Color

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

This div background color is #bcc576


#bcc576 Border Color

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

This div border color is #bcc576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc576


Comments

No comments written yet.

Please login to write comment.