COLOR #BBC06A

HEX: #BBC06A RGB: (187,192,106)

Color info

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

RGB color model

#BBC06A color RGB value is (187,192,106).

RGB: (187,192,106) (73%, 75%, 42%)

RGB channels and saturation

R 187 of 255 = 73%
G 192 of 255 = 75%
B 106 of 255 = 42%

187
192
106

R + G + B ~ 63%. #BBC06A is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 192 + 106 = 485 (100%)
R 187 of 485 ~ 38.56%
G 192 of 485 ~ 39.59%
B 106 of 485 ~ 21.86'%

%38.56
%39.59
%21.86

CMYK color model

#BBC06A color CMYK value is (3,0,45,25).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 44.79%
  • key color value is 24.71%

CMYK: (3,0,45,25)
C3M0Y45K25 (3%, 0%, 45%, 25%)
(0.03 / 0.00 / 0.45 / 0.25)

CMYK percentages

%2.6
%0
%44.79
%24.71

Codes

Color #BBC06A in popluar color models

BB C0 6A
RGB 187 192 106
HSL 63° 40.57% 58.43%
HSB/HSV 63° 44.79% 75.29%
CMYK 2.60% 0.00% 44.79%
24.71%

Color #BBC06A in popluar number systems.

HEX BB C0 6A
Decimal 187 192 106
Binary 10111011 11000000 1101010
Octal 273 300 152

Shades and tints

Shades of #BBC06A

#BBC06A
(187,192,106)
#AAAF61
(170,175,97)
#999E58
(153,158,88)
#888D4F
(136,141,79)
#777C46
(119,124,70)
#666B3D
(102,107,61)
#555A34
(85,90,52)
#44492B
(68,73,43)
#333822
(51,56,34)
#222719
(34,39,25)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #BBC06A

#BBC06A
(187,192,106)
#C1C577
(193,197,119)
#C7CA84
(199,202,132)
#CDCF91
(205,207,145)
#D3D49E
(211,212,158)
#D9D9AB
(217,217,171)
#DFDEB8
(223,222,184)
#E5E3C5
(229,227,197)
#EBE8D2
(235,232,210)
#F1EDDF
(241,237,223)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC06A color. Also use rgb(187,192,106) instead hex code.

Text Font Color

.myTextColor { color: #BBC06A; }

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

This text font color is #BBC06A.

Background Color

.myBgColor { background-color: #BBC06A; }

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

This div background color is #BBC06A.

Border color

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

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

This div border color is #BBC06A.

Opacity

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

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

Text with #BBC06A 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 #BBC06A;}

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

This text has shadow with #BBC06A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC06A.

Preview

Color preview on black background

This text has color #BBC06A on black background.


Color preview on white background

This text has color #BBC06A on white background.


Black color preview on #BBC06A background

This text has black color on #BBC06A background.


White color preview on #BBC06A background

This text has white color on #BBC06A background.


Related colors

Complementary color

Complementary color for #hex is #443F95.


I love getcolorcode.com

Triadic colors

1 #6ABBC0 and #C06ABB with #BBC06A are triadic colors.

2 #6AC0BB and #C0BB6A with #BBC06A are triadic colors.