Color Hex Logo

#bcc75a Color Hex

#BCC75A
(188,199,90)
0 Favorites   0 Comments

Color spaces of #bcc75a

RGB 18819990
HSL0.180.490.57
HSV66°55°78°
CMYK 0.060.000.55   0.22
XYZ43.007952.276417.4965
Yxy52.27640.38130.4635
Hunter Lab72.3024-20.351536.2641
CIE-Lab77.4458-18.923352.3807

#bcc75a color RGB value is (188,199,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 01011010
Octal 274 307 132
Decimal 188 199 90
Hex BC C7 5A

RGB Percentages of Color #bcc75a

%39.41
%41.72
%18.87

CMYK Percentages of Color #bcc75a

%6
%0
%55
%22

Triadic Colors of #bcc75a

#bcc75a #5abcc7 #c75abc

Analogous Colors of #bcc75a

#bcc75a #86c75a #c79c5a

Monochromatic Colors of #bcc75a

#bcc75a

Complementary Color

#bcc75a #655ac7

#bcc75a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc75a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc75a Color CSS Codes

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

#bcc75a Text Font Color

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

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


#bcc75a Background Color

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

This div background color is #bcc75a


#bcc75a Border Color

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

This div border color is #bcc75a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc75a


Comments

No comments written yet.

Please login to write comment.