COLOR #B2BD5F

HEX: #B2BD5F RGB: (178,189,95)

Color info

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

RGB color model

#B2BD5F color RGB value is (178,189,95).

RGB: (178,189,95) (70%, 74%, 37%)

RGB channels and saturation

R 178 of 255 = 70%
G 189 of 255 = 74%
B 95 of 255 = 37%

178
189
95

R + G + B ~ 60%. #B2BD5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 178 + 189 + 95 = 462 (100%)
R 178 of 462 ~ 38.53%
G 189 of 462 ~ 40.91%
B 95 of 462 ~ 20.56'%

%38.53
%40.91
%20.56

CMYK color model

#B2BD5F color CMYK value is (6,0,50,26).

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

CMYK: (6,0,50,26)
C6M0Y50K26 (6%, 0%, 50%, 26%)
(0.06 / 0.00 / 0.50 / 0.26)

CMYK percentages

%5.82
%0
%49.74
%25.88

Codes

Color #B2BD5F in popluar color models

B2 BD 5F
RGB 178 189 95
HSL 67° 41.59% 55.69%
HSB/HSV 67° 49.74% 74.12%
CMYK 5.82% 0.00% 49.74%
25.88%

Color #B2BD5F in popluar number systems.

HEX B2 BD 5F
Decimal 178 189 95
Binary 10110010 10111101 1011111
Octal 262 275 137

Shades and tints

Shades of #B2BD5F

#B2BD5F
(178,189,95)
#A2AC57
(162,172,87)
#929B4F
(146,155,79)
#828A47
(130,138,71)
#72793F
(114,121,63)
#626837
(98,104,55)
#52572F
(82,87,47)
#424627
(66,70,39)
#32351F
(50,53,31)
#222417
(34,36,23)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #B2BD5F

#B2BD5F
(178,189,95)
#B9C36D
(185,195,109)
#C0C97B
(192,201,123)
#C7CF89
(199,207,137)
#CED597
(206,213,151)
#D5DBA5
(213,219,165)
#DCE1B3
(220,225,179)
#E3E7C1
(227,231,193)
#EAEDCF
(234,237,207)
#F1F3DD
(241,243,221)
#F8F9EB
(248,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BD5F; }

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

This text font color is #B2BD5F.

Background Color

.myBgColor { background-color: #B2BD5F; }

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

This div background color is #B2BD5F.

Border color

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

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

This div border color is #B2BD5F.

Opacity

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

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

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

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

This text has shadow with #B2BD5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BD5F.

Preview

Color preview on black background

This text has color #B2BD5F on black background.


Color preview on white background

This text has color #B2BD5F on white background.


Black color preview on #B2BD5F background

This text has black color on #B2BD5F background.


White color preview on #B2BD5F background

This text has white color on #B2BD5F background.


Related colors

Complementary color

Complementary color for #hex is #4D42A0.


I love getcolorcode.com

Triadic colors

1 #5FB2BD and #BD5FB2 with #B2BD5F are triadic colors.

2 #5FBDB2 and #BDB25F with #B2BD5F are triadic colors.