Color Hex Logo

#bcc85b Color Hex

#BCC85B
(188,200,91)
0 Favorites   0 Comments

Color spaces of #bcc85b

RGB 18820091
HSL0.190.500.57
HSV67°55°78°
CMYK 0.060.000.55   0.22
XYZ43.281652.755317.7991
Yxy52.75530.38020.4634
Hunter Lab72.6328-20.740136.3136
CIE-Lab77.7303-19.337052.2480

#bcc85b color RGB value is (188,200,91).

#bcc85b hex color red value is 188, green value is 200 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bcc85b hue: 0.19 , saturation: 0.50 and the lightness value of bcc85b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 01011011
Octal 274 310 133
Decimal 188 200 91
Hex BC C8 5B

RGB Percentages of Color #bcc85b

%39.25
%41.75
%19.00

CMYK Percentages of Color #bcc85b

%6
%0
%55
%22

Triadic Colors of #bcc85b

#bcc85b #5bbcc8 #c85bbc

Analogous Colors of #bcc85b

#bcc85b #86c85b #c89e5b

Monochromatic Colors of #bcc85b

#bcc85b

Complementary Color

#bcc85b #675bc8

#bcc85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc85b Color CSS Codes

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

#bcc85b Text Font Color

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

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


#bcc85b Background Color

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

This div background color is #bcc85b


#bcc85b Border Color

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

This div border color is #bcc85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc85b


Comments

No comments written yet.

Please login to write comment.