COLOR #B6C232

HEX: #B6C232
RGB: (182,194,50)

Color info

#B6C232 contains mainly red and green colors. Web safe color of #B6C232 is #CCCC33 (or #CC3).

RGB color model

#B6C232 color RGB value is (182,194,50).

  • red value is 182;
  • green value is 194;
  • blue value is 50.
RGB:
(182,194,50)
(71%,76%,20%)

RGB channels and saturation

R 182 of 255 = 71%
G 194 of 255 = 76%
B 50 of 255 = 20%

182
194
50

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

Portions of RGB colors in percentages

R + G + B =
182 + 194 + 50 = 426 (100%)
R 182 of 426 ~ 42.72%
G 194 of 426 ~ 45.54%
B 50 of 426 ~ 11.74%

%42.72
%45.54
%11.74

CMYK color model

#B6C232 color CMYK value is (6,0,74,24).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 74.23%
  • key color value is 23.92%
CMYK:
(6,0,74,24)
C6M0Y74K24 
(6%,0%,74%,24%)
(0.06/0.00/0.74/0.24)	

CMYK percentages

%6.19
%0
%74.23
%23.92

Codes

Color #B6C232 in popluar color models

B6C232
RGB18219450
HSL65°59.02%47.84%
HSB/HSV65°74.23%76.08%
CMYK6.19%0.00%74.23%
23.92%

Color #B6C232 in popluar number systems.

HEXB6C232
Decimal18219450
Binary1011011011000010110010
Octal26630262

Shades and tints

Shades of #B6C232

#B6C232
(182,194,50)
#A6B12E
(166,177,46)
#96A02A
(150,160,42)
#868F26
(134,143,38)
#767E22
(118,126,34)
#666D1E
(102,109,30)
#565C1A
(86,92,26)
#464B16
(70,75,22)
#363A12
(54,58,18)
#26290E
(38,41,14)
#16180A
(22,24,10)
#000000
(0,0,0)

Tints of #B6C232

#B6C232
(182,194,50)
#BCC744
(188,199,68)
#C2CC56
(194,204,86)
#C8D168
(200,209,104)
#CED67A
(206,214,122)
#D4DB8C
(212,219,140)
#DAE09E
(218,224,158)
#E0E5B0
(224,229,176)
#E6EAC2
(230,234,194)
#ECEFD4
(236,239,212)
#F2F4E6
(242,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C232 color. Also use rgb(182,194,50) instead hex code.

Text Font Color

.myTextColor { color: #B6C232; }

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

This text font color is #B6C232.


Background Color

.myBgColor { background-color: #B6C232; }

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

This div background color is #B6C232.


Border color

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

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

This div border color is #B6C232.


Opacity

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

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

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

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

This text has shadow with #B6C232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C232 on black background.


Color preview on white background

This text has color #B6C232 on white background.



Black color preview on #B6C232 background

This text has black color on #B6C232 background.


White color preview on #B6C232 background

This text has white color on #B6C232 background.