Color Hex Logo

#bcc99a Color Hex

#BCC99A
(188,201,154)
0 Favorites   0 Comments

Color spaces of #bcc99a

RGB 188201154
HSL0.210.300.70
HSV77°23°79°
CMYK 0.060.000.23   0.21
XYZ47.458454.797738.6475
Yxy54.79770.33680.3889
Hunter Lab74.0255-15.106620.8635
CIE-Lab78.9246-12.488822.0564

#bcc99a color RGB value is (188,201,154).

#bcc99a hex color red value is 188, green value is 201 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bcc99a hue: 0.21 , saturation: 0.30 and the lightness value of bcc99a is 0.70.

The process color (four color CMYK) of #bcc99a color hex is 0.06, 0.00, 0.23, 0.21. Web safe color of #bcc99a is #cccc99. Color #bcc99a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 10011010
Octal 274 311 232
Decimal 188 201 154
Hex BC C9 9A

RGB Percentages of Color #bcc99a

%34.62
%37.02
%28.36

CMYK Percentages of Color #bcc99a

%6
%0
%23
%21

Triadic Colors of #bcc99a

#bcc99a #9abcc9 #c99abc

Analogous Colors of #bcc99a

#bcc99a #a5c99a #c9bf9a

Monochromatic Colors of #bcc99a

#bcc99a

Complementary Color

#bcc99a #a79ac9

#bcc99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc99a Color CSS Codes

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

#bcc99a Text Font Color

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

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


#bcc99a Background Color

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

This div background color is #bcc99a


#bcc99a Border Color

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

This div border color is #bcc99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc99a


Comments

No comments written yet.

Please login to write comment.