Color Hex Logo

#bcc92b Color Hex

#BCC92B
(188,201,43)
0 Favorites   0 Comments

Color spaces of #bcc92b

RGB 18820143
HSL0.180.650.48
HSV65°79°79°
CMYK 0.060.000.79   0.21
XYZ42.061752.639110.2290
Yxy52.63910.40090.5017
Hunter Lab72.5528-23.484042.4278
CIE-Lab77.6614-22.688770.5663

#bcc92b color RGB value is (188,201,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 00101011
Octal 274 311 53
Decimal 188 201 43
Hex BC C9 2B

RGB Percentages of Color #bcc92b

%43.52
%46.53
%9.95

CMYK Percentages of Color #bcc92b

%6
%0
%79
%21

Triadic Colors of #bcc92b

#bcc92b #2bbcc9 #c92bbc

Analogous Colors of #bcc92b

#bcc92b #6dc92b #c9872b

Monochromatic Colors of #bcc92b

#bcc92b

Complementary Color

#bcc92b #382bc9

#bcc92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc92b Color CSS Codes

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

#bcc92b Text Font Color

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

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


#bcc92b Background Color

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

This div background color is #bcc92b


#bcc92b Border Color

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

This div border color is #bcc92b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc92b


Comments

No comments written yet.

Please login to write comment.