Color Hex Logo

#bcc91b Color Hex

#BCC91B
(188,201,27)
0 Favorites   0 Comments

Color spaces of #bcc91b

RGB 18820127
HSL0.180.760.45
HSV64°87°79°
CMYK 0.060.000.87   0.21
XYZ41.823552.54388.9745
Yxy52.54380.40470.5084
Hunter Lab72.4871-23.861843.4004
CIE-Lab77.6049-23.165574.3488

#bcc91b color RGB value is (188,201,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 00011011
Octal 274 311 33
Decimal 188 201 27
Hex BC C9 1B

RGB Percentages of Color #bcc91b

%45.19
%48.32
%6.49

CMYK Percentages of Color #bcc91b

%6
%0
%87
%21

Triadic Colors of #bcc91b

#bcc91b #1bbcc9 #c91bbc

Analogous Colors of #bcc91b

#bcc91b #65c91b #c97f1b

Monochromatic Colors of #bcc91b

#bcc91b

Complementary Color

#bcc91b #281bc9

#bcc91b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc91b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc91b Color CSS Codes

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

#bcc91b Text Font Color

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

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


#bcc91b Background Color

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

This div background color is #bcc91b


#bcc91b Border Color

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

This div border color is #bcc91b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc91b


Comments

No comments written yet.

Please login to write comment.