Color Hex Logo

#bbc76b Color Hex

#BBC76B
(187,199,107)
0 Favorites   0 Comments

Color spaces of #bbc76b

RGB 187199107
HSL0.190.450.60
HSV68°46°78°
CMYK 0.060.000.46   0.22
XYZ43.570852.473221.7418
Yxy52.47320.36990.4455
Hunter Lab72.4384-19.401632.9115
CIE-Lab77.5629-17.760744.4170

#bbc76b color RGB value is (187,199,107).

#bbc76b hex color red value is 187, green value is 199 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bbc76b hue: 0.19 , saturation: 0.45 and the lightness value of bbc76b is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000111 01101011
Octal 273 307 153
Decimal 187 199 107
Hex BB C7 6B

RGB Percentages of Color #bbc76b

%37.93
%40.37
%21.70

CMYK Percentages of Color #bbc76b

%6
%0
%46
%22

Triadic Colors of #bbc76b

#bbc76b #6bbbc7 #c76bbb

Analogous Colors of #bbc76b

#bbc76b #8dc76b #c7a56b

Monochromatic Colors of #bbc76b

#bbc76b

Complementary Color

#bbc76b #776bc7

#bbc76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc76b Color CSS Codes

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

#bbc76b Text Font Color

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

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


#bbc76b Background Color

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

This div background color is #bbc76b


#bbc76b Border Color

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

This div border color is #bbc76b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,199,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc76b


Comments

No comments written yet.

Please login to write comment.