Color Hex Logo

#bbc66b Color Hex

#BBC66B
(187,198,107)
0 Favorites   0 Comments

Color spaces of #bbc66b

RGB 187198107
HSL0.190.440.60
HSV67°46°78°
CMYK 0.060.000.46   0.22
XYZ43.341452.014521.6654
Yxy52.01450.37040.4445
Hunter Lab72.1211-18.941732.6739
CIE-Lab77.2895-17.259944.0827

#bbc66b color RGB value is (187,198,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000110 01101011
Octal 273 306 153
Decimal 187 198 107
Hex BB C6 6B

RGB Percentages of Color #bbc66b

%38.01
%40.24
%21.75

CMYK Percentages of Color #bbc66b

%6
%0
%46
%22

Triadic Colors of #bbc66b

#bbc66b #6bbbc6 #c66bbb

Analogous Colors of #bbc66b

#bbc66b #8ec66b #c6a46b

Monochromatic Colors of #bbc66b

#bbc66b

Complementary Color

#bbc66b #766bc6

#bbc66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc66b Color CSS Codes

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

#bbc66b Text Font Color

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

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


#bbc66b Background Color

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

This div background color is #bbc66b


#bbc66b Border Color

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

This div border color is #bbc66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc66b


Comments

No comments written yet.

Please login to write comment.