COLOR #B2BE62

HEX: #B2BE62
RGB: (178,190,98)

Color info

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

RGB color model

#B2BE62 color RGB value is (178,190,98).

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

RGB channels and saturation

R 178 of 255 = 70%
G 190 of 255 = 75%
B 98 of 255 = 38%

178
190
98

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

Portions of RGB colors in percentages

R + G + B =
178 + 190 + 98 = 466 (100%)
R 178 of 466 ~ 38.2%
G 190 of 466 ~ 40.77%
B 98 of 466 ~ 21.03%

%38.2
%40.77
%21.03

CMYK color model

#B2BE62 color CMYK value is (6,0,48,25).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 48.42%
  • key color value is 25.49%
CMYK:
(6,0,48,25)
C6M0Y48K25 
(6%,0%,48%,25%)
(0.06/0.00/0.48/0.25)	

CMYK percentages

%6.32
%0
%48.42
%25.49

Codes

Color #B2BE62 in popluar color models

B2BE62
RGB17819098
HSL68°41.44%56.47%
HSB/HSV68°48.42%74.51%
CMYK6.32%0.00%48.42%
25.49%

Color #B2BE62 in popluar number systems.

HEXB2BE62
Decimal17819098
Binary10110010101111101100010
Octal262276142

Shades and tints

Shades of #B2BE62

#B2BE62
(178,190,98)
#A2AD5A
(162,173,90)
#929C52
(146,156,82)
#828B4A
(130,139,74)
#727A42
(114,122,66)
#62693A
(98,105,58)
#525832
(82,88,50)
#42472A
(66,71,42)
#323622
(50,54,34)
#22251A
(34,37,26)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #B2BE62

#B2BE62
(178,190,98)
#B9C370
(185,195,112)
#C0C87E
(192,200,126)
#C7CD8C
(199,205,140)
#CED29A
(206,210,154)
#D5D7A8
(213,215,168)
#DCDCB6
(220,220,182)
#E3E1C4
(227,225,196)
#EAE6D2
(234,230,210)
#F1EBE0
(241,235,224)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BE62; }

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

This text font color is #B2BE62.


Background Color

.myBgColor { background-color: #B2BE62; }

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

This div background color is #B2BE62.


Border color

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

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

This div border color is #B2BE62.


Opacity

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

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

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

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

This text has shadow with #B2BE62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BE62 on black background.


Color preview on white background

This text has color #B2BE62 on white background.



Black color preview on #B2BE62 background

This text has black color on #B2BE62 background.


White color preview on #B2BE62 background

This text has white color on #B2BE62 background.