COLOR #B2BD66

HEX: #B2BD66 RGB: (178,189,102)

Color info

#B2BD66 contains mainly red and green colors. Web safe color of #B2BD66 is #99CC66 (or #9C6).

RGB color model

#B2BD66 color RGB value is (178,189,102).

RGB: (178,189,102) (70%, 74%, 40%)

RGB channels and saturation

R 178 of 255 = 70%
G 189 of 255 = 74%
B 102 of 255 = 40%

178
189
102

R + G + B ~ 61%. #B2BD66 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 189 + 102 = 469 (100%)
R 178 of 469 ~ 37.95%
G 189 of 469 ~ 40.3%
B 102 of 469 ~ 21.75'%

%37.95
%40.3
%21.75

CMYK color model

#B2BD66 color CMYK value is (6,0,46,26).

  • cyan value is 5.82%
  • magenta value is 0.00%
  • yellow value is 46.03%
  • key color value is 25.88%

CMYK: (6,0,46,26)
C6M0Y46K26 (6%, 0%, 46%, 26%)
(0.06 / 0.00 / 0.46 / 0.26)

CMYK percentages

%5.82
%0
%46.03
%25.88

Codes

Color #B2BD66 in popluar color models

B2 BD 66
RGB 178 189 102
HSL 68° 39.73% 57.06%
HSB/HSV 68° 46.03% 74.12%
CMYK 5.82% 0.00% 46.03%
25.88%

Color #B2BD66 in popluar number systems.

HEX B2 BD 66
Decimal 178 189 102
Binary 10110010 10111101 1100110
Octal 262 275 146

Shades and tints

Shades of #B2BD66

#B2BD66
(178,189,102)
#A2AC5D
(162,172,93)
#929B54
(146,155,84)
#828A4B
(130,138,75)
#727942
(114,121,66)
#626839
(98,104,57)
#525730
(82,87,48)
#424627
(66,70,39)
#32351E
(50,53,30)
#222415
(34,36,21)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #B2BD66

#B2BD66
(178,189,102)
#B9C373
(185,195,115)
#C0C980
(192,201,128)
#C7CF8D
(199,207,141)
#CED59A
(206,213,154)
#D5DBA7
(213,219,167)
#DCE1B4
(220,225,180)
#E3E7C1
(227,231,193)
#EAEDCE
(234,237,206)
#F1F3DB
(241,243,219)
#F8F9E8
(248,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BD66 color. Also use rgb(178,189,102) instead hex code.

Text Font Color

.myTextColor { color: #B2BD66; }

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

This text font color is #B2BD66.

Background Color

.myBgColor { background-color: #B2BD66; }

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

This div background color is #B2BD66.

Border color

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

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

This div border color is #B2BD66.

Opacity

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

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

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

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

This text has shadow with #B2BD66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BD66.

Preview

Color preview on black background

This text has color #B2BD66 on black background.


Color preview on white background

This text has color #B2BD66 on white background.


Black color preview on #B2BD66 background

This text has black color on #B2BD66 background.


White color preview on #B2BD66 background

This text has white color on #B2BD66 background.


Related colors

Complementary color

Complementary color for #hex is #4D4299.


I love getcolorcode.com

Triadic colors

1 #66B2BD and #BD66B2 with #B2BD66 are triadic colors.

2 #66BDB2 and #BDB266 with #B2BD66 are triadic colors.