COLOR #BBD06F

HEX: #BBD06F RGB: (187,208,111)

Color info

#BBD06F contains mainly red and green colors. Web safe color of #BBD06F is #CCCC66 (or #CC6).

RGB color model

#BBD06F color RGB value is (187,208,111).

RGB: (187,208,111) (73%, 82%, 44%)

RGB channels and saturation

R 187 of 255 = 73%
G 208 of 255 = 82%
B 111 of 255 = 44%

187
208
111

R + G + B ~ 66%. #BBD06F is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 208 + 111 = 506 (100%)
R 187 of 506 ~ 36.96%
G 208 of 506 ~ 41.11%
B 111 of 506 ~ 21.94'%

%36.96
%41.11
%21.94

CMYK color model

#BBD06F color CMYK value is (10,0,47,18).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 46.63%
  • key color value is 18.43%

CMYK: (10,0,47,18)
C10M0Y47K18 (10%, 0%, 47%, 18%)
(0.10 / 0.00 / 0.47 / 0.18)

CMYK percentages

%10.1
%0
%46.63
%18.43

Codes

Color #BBD06F in popluar color models

BB D0 6F
RGB 187 208 111
HSL 73° 50.79% 62.55%
HSB/HSV 73° 46.63% 81.57%
CMYK 10.10% 0.00% 46.63%
18.43%

Color #BBD06F in popluar number systems.

HEX BB D0 6F
Decimal 187 208 111
Binary 10111011 11010000 1101111
Octal 273 320 157

Shades and tints

Shades of #BBD06F

#BBD06F
(187,208,111)
#AABE65
(170,190,101)
#99AC5B
(153,172,91)
#889A51
(136,154,81)
#778847
(119,136,71)
#66763D
(102,118,61)
#556433
(85,100,51)
#445229
(68,82,41)
#33401F
(51,64,31)
#222E15
(34,46,21)
#111C0B
(17,28,11)
#000000
(0,0,0)

Tints of #BBD06F

#BBD06F
(187,208,111)
#C1D47C
(193,212,124)
#C7D889
(199,216,137)
#CDDC96
(205,220,150)
#D3E0A3
(211,224,163)
#D9E4B0
(217,228,176)
#DFE8BD
(223,232,189)
#E5ECCA
(229,236,202)
#EBF0D7
(235,240,215)
#F1F4E4
(241,244,228)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD06F color. Also use rgb(187,208,111) instead hex code.

Text Font Color

.myTextColor { color: #BBD06F; }

<p style="color:#BBD06F">This sample text font color is #BBD06F.</p>

This text font color is #BBD06F.

Background Color

.myBgColor { background-color: #BBD06F; }

<div style="background-color:#BBD06F">Inner text</div>

This div background color is #BBD06F.

Border color

.myBorderColor { border: 1px solid #BBD06F; }

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

This div border color is #BBD06F.

Opacity

.myOpacity80 { color: #BBD06F; opacity: 0.8; }

<p style="color:#BBD06F;opacity:0.8;">80%</p>

Text with #BBD06F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBD06F;}

<p style="text-shadow: 3px 3px 1px #BBD06F">Text here.</p>

This text has shadow with #BBD06F color.


.textShadow {text-shadow: 3px 3px 1px #BBD06F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBD06F, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBD06F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBD06F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBD06F, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBD06F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBD06F;
-webkit-box-shadow: 1px 1px 3px 2px #BBD06F;
box-shadow: 1px 1px 3px 2px #BBD06F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBD06F; -webkit-box-shadow: 1px 1px 3px 2px #BBD06F; box-shadow:1px 1px 3px 2px #BBD06F;">
Div content here
</div>

This div box has shadow with color #BBD06F.

Preview

Color preview on black background

This text has color #BBD06F on black background.


Color preview on white background

This text has color #BBD06F on white background.


Black color preview on #BBD06F background

This text has black color on #BBD06F background.


White color preview on #BBD06F background

This text has white color on #BBD06F background.


Related colors

Complementary color

Complementary color for #hex is #442F90.


I love getcolorcode.com

Triadic colors

1 #6FBBD0 and #D06FBB with #BBD06F are triadic colors.

2 #6FD0BB and #D0BB6F with #BBD06F are triadic colors.