COLOR #B2BF75

HEX: #B2BF75 RGB: (178,191,117)

Color info

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

RGB color model

#B2BF75 color RGB value is (178,191,117).

RGB: (178,191,117) (70%, 75%, 46%)

RGB channels and saturation

R 178 of 255 = 70%
G 191 of 255 = 75%
B 117 of 255 = 46%

178
191
117

R + G + B ~ 64%. #B2BF75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 191 + 117 = 486 (100%)
R 178 of 486 ~ 36.63%
G 191 of 486 ~ 39.3%
B 117 of 486 ~ 24.07'%

%36.63
%39.3
%24.07

CMYK color model

#B2BF75 color CMYK value is (7,0,39,25).

  • cyan value is 6.81%
  • magenta value is 0.00%
  • yellow value is 38.74%
  • key color value is 25.10%

CMYK: (7,0,39,25)
C7M0Y39K25 (7%, 0%, 39%, 25%)
(0.07 / 0.00 / 0.39 / 0.25)

CMYK percentages

%6.81
%0
%38.74
%25.1

Codes

Color #B2BF75 in popluar color models

B2 BF 75
RGB 178 191 117
HSL 71° 36.63% 60.39%
HSB/HSV 71° 38.74% 74.90%
CMYK 6.81% 0.00% 38.74%
25.10%

Color #B2BF75 in popluar number systems.

HEX B2 BF 75
Decimal 178 191 117
Binary 10110010 10111111 1110101
Octal 262 277 165

Shades and tints

Shades of #B2BF75

#B2BF75
(178,191,117)
#A2AE6B
(162,174,107)
#929D61
(146,157,97)
#828C57
(130,140,87)
#727B4D
(114,123,77)
#626A43
(98,106,67)
#525939
(82,89,57)
#42482F
(66,72,47)
#323725
(50,55,37)
#22261B
(34,38,27)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #B2BF75

#B2BF75
(178,191,117)
#B9C481
(185,196,129)
#C0C98D
(192,201,141)
#C7CE99
(199,206,153)
#CED3A5
(206,211,165)
#D5D8B1
(213,216,177)
#DCDDBD
(220,221,189)
#E3E2C9
(227,226,201)
#EAE7D5
(234,231,213)
#F1ECE1
(241,236,225)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BF75 color. Also use rgb(178,191,117) instead hex code.

Text Font Color

.myTextColor { color: #B2BF75; }

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

This text font color is #B2BF75.

Background Color

.myBgColor { background-color: #B2BF75; }

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

This div background color is #B2BF75.

Border color

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

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

This div border color is #B2BF75.

Opacity

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

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

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

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

This text has shadow with #B2BF75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BF75.

Preview

Color preview on black background

This text has color #B2BF75 on black background.


Color preview on white background

This text has color #B2BF75 on white background.


Black color preview on #B2BF75 background

This text has black color on #B2BF75 background.


White color preview on #B2BF75 background

This text has white color on #B2BF75 background.


Related colors

Complementary color

Complementary color for #hex is #4D408A.


I love getcolorcode.com

Triadic colors

1 #75B2BF and #BF75B2 with #B2BF75 are triadic colors.

2 #75BFB2 and #BFB275 with #B2BF75 are triadic colors.