Color Hex Logo

#bcc59a Color Hex

#BCC59A
(188,197,154)
0 Favorites   0 Comments

Color spaces of #bcc59a

RGB 188197154
HSL0.200.270.69
HSV73°22°77°
CMYK 0.050.000.22   0.23
XYZ46.538052.957038.3408
Yxy52.95700.33760.3842
Hunter Lab72.7716-13.198019.7023
CIE-Lab77.8496-10.436320.5786

#bcc59a color RGB value is (188,197,154).

#bcc59a hex color red value is 188, green value is 197 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bcc59a hue: 0.20 , saturation: 0.27 and the lightness value of bcc59a is 0.69.

The process color (four color CMYK) of #bcc59a color hex is 0.05, 0.00, 0.22, 0.23. Web safe color of #bcc59a is #cccc99. Color #bcc59a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 10011010
Octal 274 305 232
Decimal 188 197 154
Hex BC C5 9A

RGB Percentages of Color #bcc59a

%34.88
%36.55
%28.57

CMYK Percentages of Color #bcc59a

%5
%0
%22
%23

Triadic Colors of #bcc59a

#bcc59a #9abcc5 #c59abc

Analogous Colors of #bcc59a

#bcc59a #a7c59a #c5b99a

Monochromatic Colors of #bcc59a

#bcc59a

Complementary Color

#bcc59a #a39ac5

#bcc59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc59a Color CSS Codes

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

#bcc59a Text Font Color

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

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


#bcc59a Background Color

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

This div background color is #bcc59a


#bcc59a Border Color

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

This div border color is #bcc59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc59a


Comments

No comments written yet.

Please login to write comment.