Color Hex Logo

#bcc92c Color Hex

#BCC92C
(188,201,44)
0 Favorites   0 Comments

Color spaces of #bcc92c

RGB 18820144
HSL0.180.640.48
HSV65°78°79°
CMYK 0.060.000.78   0.21
XYZ42.080352.646510.3268
Yxy52.64650.40060.5011
Hunter Lab72.5579-23.454442.3521
CIE-Lab77.6658-22.651470.2850

#bcc92c color RGB value is (188,201,44).

#bcc92c hex color red value is 188, green value is 201 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bcc92c hue: 0.18 , saturation: 0.64 and the lightness value of bcc92c is 0.48.

The process color (four color CMYK) of #bcc92c color hex is 0.06, 0.00, 0.78, 0.21. Web safe color of #bcc92c is #cccc33. Color #bcc92c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 00101100
Octal 274 311 54
Decimal 188 201 44
Hex BC C9 2C

RGB Percentages of Color #bcc92c

%43.42
%46.42
%10.16

CMYK Percentages of Color #bcc92c

%6
%0
%78
%21

Triadic Colors of #bcc92c

#bcc92c #2cbcc9 #c92cbc

Analogous Colors of #bcc92c

#bcc92c #6ec92c #c9882c

Monochromatic Colors of #bcc92c

#bcc92c

Complementary Color

#bcc92c #392cc9

#bcc92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc92c Color CSS Codes

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

#bcc92c Text Font Color

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

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


#bcc92c Background Color

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

This div background color is #bcc92c


#bcc92c Border Color

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

This div border color is #bcc92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc92c


Comments

No comments written yet.

Please login to write comment.