color codes Logo

#bcc55a color codes

#BCC55A
(188,197,90)
0 Favorites   0 Comments

Color spaces of #bcc55a

RGB 18819790
HSL0.180.480.56
HSV65°54°77°
CMYK 0.050.000.54   0.23
XYZ42.550851.362117.3441
Yxy51.36210.38250.4617
Hunter Lab71.6674-19.437735.8185
CIE-Lab76.8978-17.926151.7525

#bcc55a color RGB value is (188,197,90).

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

The process color (four color CMYK) of #bcc55a color code is 0.05, 0.00, 0.54, 0.23. Web safe color of #bcc55a is #cccc66. Color #bcc55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 01011010
Octal 274 305 132
Decimal 188 197 90
Hex BC C5 5A

RGB Percentages of Color #bcc55a

%39.58
%41.47
%18.95

CMYK Percentages of Color #bcc55a

%5
%0
%54
%23

Triadic Colors of #bcc55a

#bcc55a #5abcc5 #c55abc

Analogous Colors of #bcc55a

#bcc55a #87c55a #c5995a

Monochromatic Colors of #bcc55a

#bcc55a

Complementary Color

#bcc55a #635ac5

#bcc55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc55a Color CSS Codes

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

#bcc55a Text Font Color

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

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


#bcc55a Background Color

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

This div background color is #bcc55a


#bcc55a Border Color

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

This div border color is #bcc55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc55a


Comments

No comments written yet.

Please login to write comment.