Color Hex Logo

#bcc136 Color Hex

#BCC136
(188,193,54)
0 Favorites   0 Comments

Color spaces of #bcc136

RGB 18819354
HSL0.170.560.48
HSV62°72°76°
CMYK 0.030.000.72   0.24
XYZ40.474949.097610.8336
Yxy49.09760.40310.4890
Hunter Lab70.0697-19.513639.8818
CIE-Lab75.5120-18.276965.1033

#bcc136 color RGB value is (188,193,54).

#bcc136 hex color red value is 188, green value is 193 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bcc136 hue: 0.17 , saturation: 0.56 and the lightness value of bcc136 is 0.48.

The process color (four color CMYK) of #bcc136 color hex is 0.03, 0.00, 0.72, 0.24. Web safe color of #bcc136 is #cccc33. Color #bcc136 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 00110110
Octal 274 301 66
Decimal 188 193 54
Hex BC C1 36

RGB Percentages of Color #bcc136

%43.22
%44.37
%12.41

CMYK Percentages of Color #bcc136

%3
%0
%72
%24

Triadic Colors of #bcc136

#bcc136 #36bcc1 #c136bc

Analogous Colors of #bcc136

#bcc136 #77c136 #c18136

Monochromatic Colors of #bcc136

#bcc136

Complementary Color

#bcc136 #3b36c1

#bcc136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc136 Color CSS Codes

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

#bcc136 Text Font Color

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

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


#bcc136 Background Color

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

This div background color is #bcc136


#bcc136 Border Color

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

This div border color is #bcc136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc136


Comments

No comments written yet.

Please login to write comment.