COLOR #B2BE79

HEX: #B2BE79 RGB: (178,190,121)

Color info

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

RGB color model

#B2BE79 color RGB value is (178,190,121).

RGB: (178,190,121) (70%, 75%, 47%)

RGB channels and saturation

R 178 of 255 = 70%
G 190 of 255 = 75%
B 121 of 255 = 47%

178
190
121

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

Portions of RGB colors in percentages

R + G + B = 178 + 190 + 121 = 489 (100%)
R 178 of 489 ~ 36.4%
G 190 of 489 ~ 38.85%
B 121 of 489 ~ 24.74'%

%36.4
%38.85
%24.74

CMYK color model

#B2BE79 color CMYK value is (6,0,36,25).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 36.32%
  • key color value is 25.49%

CMYK: (6,0,36,25)
C6M0Y36K25 (6%, 0%, 36%, 25%)
(0.06 / 0.00 / 0.36 / 0.25)

CMYK percentages

%6.32
%0
%36.32
%25.49

Codes

Color #B2BE79 in popluar color models

B2 BE 79
RGB 178 190 121
HSL 70° 34.67% 60.98%
HSB/HSV 70° 36.32% 74.51%
CMYK 6.32% 0.00% 36.32%
25.49%

Color #B2BE79 in popluar number systems.

HEX B2 BE 79
Decimal 178 190 121
Binary 10110010 10111110 1111001
Octal 262 276 171

Shades and tints

Shades of #B2BE79

#B2BE79
(178,190,121)
#A2AD6E
(162,173,110)
#929C63
(146,156,99)
#828B58
(130,139,88)
#727A4D
(114,122,77)
#626942
(98,105,66)
#525837
(82,88,55)
#42472C
(66,71,44)
#323621
(50,54,33)
#222516
(34,37,22)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #B2BE79

#B2BE79
(178,190,121)
#B9C385
(185,195,133)
#C0C891
(192,200,145)
#C7CD9D
(199,205,157)
#CED2A9
(206,210,169)
#D5D7B5
(213,215,181)
#DCDCC1
(220,220,193)
#E3E1CD
(227,225,205)
#EAE6D9
(234,230,217)
#F1EBE5
(241,235,229)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BE79 color. Also use rgb(178,190,121) instead hex code.

Text Font Color

.myTextColor { color: #B2BE79; }

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

This text font color is #B2BE79.

Background Color

.myBgColor { background-color: #B2BE79; }

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

This div background color is #B2BE79.

Border color

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

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

This div border color is #B2BE79.

Opacity

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

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

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

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

This text has shadow with #B2BE79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BE79.

Preview

Color preview on black background

This text has color #B2BE79 on black background.


Color preview on white background

This text has color #B2BE79 on white background.


Black color preview on #B2BE79 background

This text has black color on #B2BE79 background.


White color preview on #B2BE79 background

This text has white color on #B2BE79 background.


Related colors

Complementary color

Complementary color for #hex is #4D4186.


I love getcolorcode.com

Triadic colors

1 #79B2BE and #BE79B2 with #B2BE79 are triadic colors.

2 #79BEB2 and #BEB279 with #B2BE79 are triadic colors.