Color Hex Logo

#bcc36a Color Hex

#BCC36A
(188,195,106)
0 Favorites   0 Comments

Color spaces of #bcc36a

RGB 188195106
HSL0.180.430.59
HSV65°46°76°
CMYK 0.040.000.46   0.24
XYZ42.855750.762221.1750
Yxy50.76220.37330.4422
Hunter Lab71.2476-17.314932.2522
CIE-Lab76.5347-15.449643.6691

#bcc36a color RGB value is (188,195,106).

#bcc36a hex color red value is 188, green value is 195 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bcc36a hue: 0.18 , saturation: 0.43 and the lightness value of bcc36a is 0.59.

The process color (four color CMYK) of #bcc36a color hex is 0.04, 0.00, 0.46, 0.24. Web safe color of #bcc36a is #cccc66. Color #bcc36a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 01101010
Octal 274 303 152
Decimal 188 195 106
Hex BC C3 6A

RGB Percentages of Color #bcc36a

%38.45
%39.88
%21.68

CMYK Percentages of Color #bcc36a

%4
%0
%46
%24

Triadic Colors of #bcc36a

#bcc36a #6abcc3 #c36abc

Analogous Colors of #bcc36a

#bcc36a #90c36a #c39e6a

Monochromatic Colors of #bcc36a

#bcc36a

Complementary Color

#bcc36a #716ac3

#bcc36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc36a Color CSS Codes

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

#bcc36a Text Font Color

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

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


#bcc36a Background Color

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

This div background color is #bcc36a


#bcc36a Border Color

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

This div border color is #bcc36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc36a


Comments

No comments written yet.

Please login to write comment.