COLOR #B2BE69

HEX: #B2BE69
RGB: (178,190,105)

Color info

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

RGB color model

#B2BE69 color RGB value is (178,190,105).

  • red value is 178;
  • green value is 190;
  • blue value is 105.
RGB:
(178,190,105)
(70%,75%,41%)

RGB channels and saturation

R 178 of 255 = 70%
G 190 of 255 = 75%
B 105 of 255 = 41%

178
190
105

R + G + B ~ 62%. #B2BE69 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 190 + 105 = 473 (100%)
R 178 of 473 ~ 37.63%
G 190 of 473 ~ 40.17%
B 105 of 473 ~ 22.2%

%37.63
%40.17
%22.2

CMYK color model

#B2BE69 color CMYK value is (6,0,45,25).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 44.74%
  • key color value is 25.49%
CMYK:
(6,0,45,25)
C6M0Y45K25 
(6%,0%,45%,25%)
(0.06/0.00/0.45/0.25)	

CMYK percentages

%6.32
%0
%44.74
%25.49

Codes

Color #B2BE69 in popluar color models

B2BE69
RGB178190105
HSL68°39.53%57.84%
HSB/HSV68°44.74%74.51%
CMYK6.32%0.00%44.74%
25.49%

Color #B2BE69 in popluar number systems.

HEXB2BE69
Decimal178190105
Binary10110010101111101101001
Octal262276151

Shades and tints

Shades of #B2BE69

#B2BE69
(178,190,105)
#A2AD60
(162,173,96)
#929C57
(146,156,87)
#828B4E
(130,139,78)
#727A45
(114,122,69)
#62693C
(98,105,60)
#525833
(82,88,51)
#42472A
(66,71,42)
#323621
(50,54,33)
#222518
(34,37,24)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #B2BE69

#B2BE69
(178,190,105)
#B9C376
(185,195,118)
#C0C883
(192,200,131)
#C7CD90
(199,205,144)
#CED29D
(206,210,157)
#D5D7AA
(213,215,170)
#DCDCB7
(220,220,183)
#E3E1C4
(227,225,196)
#EAE6D1
(234,230,209)
#F1EBDE
(241,235,222)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BE69; }

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

This text font color is #B2BE69.


Background Color

.myBgColor { background-color: #B2BE69; }

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

This div background color is #B2BE69.


Border color

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

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

This div border color is #B2BE69.


Opacity

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

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

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

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

This text has shadow with #B2BE69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BE69 on black background.


Color preview on white background

This text has color #B2BE69 on white background.



Black color preview on #B2BE69 background

This text has black color on #B2BE69 background.


White color preview on #B2BE69 background

This text has white color on #B2BE69 background.