COLOR #B6BE54

HEX: #B6BE54 RGB: (182,190,84)

Color info

#B6BE54 contains mainly red and green colors. Web safe color of #B6BE54 is #CCCC66 (or #CC6).

RGB color model

#B6BE54 color RGB value is (182,190,84).

RGB: (182,190,84) (71%, 75%, 33%)

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 84 of 255 = 33%

182
190
84

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

Portions of RGB colors in percentages

R + G + B = 182 + 190 + 84 = 456 (100%)
R 182 of 456 ~ 39.91%
G 190 of 456 ~ 41.67%
B 84 of 456 ~ 18.42'%

%39.91
%41.67
%18.42

CMYK color model

#B6BE54 color CMYK value is (4,0,56,25).

  • cyan value is 4.21%
  • magenta value is 0.00%
  • yellow value is 55.79%
  • key color value is 25.49%

CMYK: (4,0,56,25)
C4M0Y56K25 (4%, 0%, 56%, 25%)
(0.04 / 0.00 / 0.56 / 0.25)

CMYK percentages

%4.21
%0
%55.79
%25.49

Codes

Color #B6BE54 in popluar color models

B6 BE 54
RGB 182 190 84
HSL 65° 44.92% 53.73%
HSB/HSV 65° 55.79% 74.51%
CMYK 4.21% 0.00% 55.79%
25.49%

Color #B6BE54 in popluar number systems.

HEX B6 BE 54
Decimal 182 190 84
Binary 10110110 10111110 1010100
Octal 266 276 124

Shades and tints

Shades of #B6BE54

#B6BE54
(182,190,84)
#A6AD4D
(166,173,77)
#969C46
(150,156,70)
#868B3F
(134,139,63)
#767A38
(118,122,56)
#666931
(102,105,49)
#56582A
(86,88,42)
#464723
(70,71,35)
#36361C
(54,54,28)
#262515
(38,37,21)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #B6BE54

#B6BE54
(182,190,84)
#BCC363
(188,195,99)
#C2C872
(194,200,114)
#C8CD81
(200,205,129)
#CED290
(206,210,144)
#D4D79F
(212,215,159)
#DADCAE
(218,220,174)
#E0E1BD
(224,225,189)
#E6E6CC
(230,230,204)
#ECEBDB
(236,235,219)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BE54 color. Also use rgb(182,190,84) instead hex code.

Text Font Color

.myTextColor { color: #B6BE54; }

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

This text font color is #B6BE54.

Background Color

.myBgColor { background-color: #B6BE54; }

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

This div background color is #B6BE54.

Border color

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

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

This div border color is #B6BE54.

Opacity

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

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

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

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

This text has shadow with #B6BE54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6BE54.

Preview

Color preview on black background

This text has color #B6BE54 on black background.


Color preview on white background

This text has color #B6BE54 on white background.


Black color preview on #B6BE54 background

This text has black color on #B6BE54 background.


White color preview on #B6BE54 background

This text has white color on #B6BE54 background.


Related colors

Complementary color

Complementary color for #hex is #4941AB.


I love getcolorcode.com

Triadic colors

1 #54B6BE and #BE54B6 with #B6BE54 are triadic colors.

2 #54BEB6 and #BEB654 with #B6BE54 are triadic colors.