Color Hex Logo

#bcc97a Color Hex

#BCC97A
(188,201,122)
0 Favorites   0 Comments

Color spaces of #bcc97a

RGB 188201122
HSL0.190.420.63
HSV70°39°79°
CMYK 0.060.000.39   0.21
XYZ45.138553.869826.4312
Yxy53.86980.35980.4294
Hunter Lab73.3960-18.665830.0259
CIE-Lab78.3858-16.737937.9721

#bcc97a color RGB value is (188,201,122).

#bcc97a hex color red value is 188, green value is 201 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bcc97a hue: 0.19 , saturation: 0.42 and the lightness value of bcc97a is 0.63.

The process color (four color CMYK) of #bcc97a color hex is 0.06, 0.00, 0.39, 0.21. Web safe color of #bcc97a is #cccc66. Color #bcc97a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 01111010
Octal 274 311 172
Decimal 188 201 122
Hex BC C9 7A

RGB Percentages of Color #bcc97a

%36.79
%39.33
%23.87

CMYK Percentages of Color #bcc97a

%6
%0
%39
%21

Triadic Colors of #bcc97a

#bcc97a #7abcc9 #c97abc

Analogous Colors of #bcc97a

#bcc97a #95c97a #c9af7a

Monochromatic Colors of #bcc97a

#bcc97a

Complementary Color

#bcc97a #877ac9

#bcc97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc97a Color CSS Codes

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

#bcc97a Text Font Color

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

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


#bcc97a Background Color

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

This div background color is #bcc97a


#bcc97a Border Color

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

This div border color is #bcc97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc97a


Comments

No comments written yet.

Please login to write comment.