Color Hex Logo

#bcc65a Color Hex

#BCC65A
(188,198,90)
0 Favorites   0 Comments

Color spaces of #bcc65a

RGB 18819890
HSL0.180.490.56
HSV66°55°78°
CMYK 0.050.000.55   0.22
XYZ42.778651.817717.4200
Yxy51.81770.38190.4626
Hunter Lab71.9845-19.894836.0412
CIE-Lab77.1717-18.425252.0668

#bcc65a color RGB value is (188,198,90).

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

The process color (four color CMYK) of #bcc65a color hex is 0.05, 0.00, 0.55, 0.22. Web safe color of #bcc65a is #cccc66. Color #bcc65a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 01011010
Octal 274 306 132
Decimal 188 198 90
Hex BC C6 5A

RGB Percentages of Color #bcc65a

%39.50
%41.60
%18.91

CMYK Percentages of Color #bcc65a

%5
%0
%55
%22

Triadic Colors of #bcc65a

#bcc65a #5abcc6 #c65abc

Analogous Colors of #bcc65a

#bcc65a #86c65a #c69a5a

Monochromatic Colors of #bcc65a

#bcc65a

Complementary Color

#bcc65a #645ac6

#bcc65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc65a Color CSS Codes

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

#bcc65a Text Font Color

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

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


#bcc65a Background Color

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

This div background color is #bcc65a


#bcc65a Border Color

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

This div border color is #bcc65a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,198,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 #bcc65a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc65a


Comments

No comments written yet.

Please login to write comment.