COLOR #B6CB79

HEX: #B6CB79
RGB: (182,203,121)

Color info

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

RGB color model

#B6CB79 color RGB value is (182,203,121).

  • red value is 182;
  • green value is 203;
  • blue value is 121.
RGB:
(182,203,121)
(71%,80%,47%)

RGB channels and saturation

R 182 of 255 = 71%
G 203 of 255 = 80%
B 121 of 255 = 47%

182
203
121

R + G + B ~ 66%. #B6CB79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 203 + 121 = 506 (100%)
R 182 of 506 ~ 35.97%
G 203 of 506 ~ 40.12%
B 121 of 506 ~ 23.91%

%35.97
%40.12
%23.91

CMYK color model

#B6CB79 color CMYK value is (10,0,40,20).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 40.39%
  • key color value is 20.39%
CMYK:
(10,0,40,20)
C10M0Y40K20 
(10%,0%,40%,20%)
(0.10/0.00/0.40/0.20)	

CMYK percentages

%10.34
%0
%40.39
%20.39

Codes

Color #B6CB79 in popluar color models

B6CB79
RGB182203121
HSL75°44.09%63.53%
HSB/HSV75°40.39%79.61%
CMYK10.34%0.00%40.39%
20.39%

Color #B6CB79 in popluar number systems.

HEXB6CB79
Decimal182203121
Binary10110110110010111111001
Octal266313171

Shades and tints

Shades of #B6CB79

#B6CB79
(182,203,121)
#A6B96E
(166,185,110)
#96A763
(150,167,99)
#869558
(134,149,88)
#76834D
(118,131,77)
#667142
(102,113,66)
#565F37
(86,95,55)
#464D2C
(70,77,44)
#363B21
(54,59,33)
#262916
(38,41,22)
#16170B
(22,23,11)
#000000
(0,0,0)

Tints of #B6CB79

#B6CB79
(182,203,121)
#BCCF85
(188,207,133)
#C2D391
(194,211,145)
#C8D79D
(200,215,157)
#CEDBA9
(206,219,169)
#D4DFB5
(212,223,181)
#DAE3C1
(218,227,193)
#E0E7CD
(224,231,205)
#E6EBD9
(230,235,217)
#ECEFE5
(236,239,229)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CB79 color. Also use rgb(182,203,121) instead hex code.

Text Font Color

.myTextColor { color: #B6CB79; }

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

This text font color is #B6CB79.


Background Color

.myBgColor { background-color: #B6CB79; }

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

This div background color is #B6CB79.


Border color

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

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

This div border color is #B6CB79.


Opacity

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

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

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

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

This text has shadow with #B6CB79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CB79 on black background.


Color preview on white background

This text has color #B6CB79 on white background.



Black color preview on #B6CB79 background

This text has black color on #B6CB79 background.


White color preview on #B6CB79 background

This text has white color on #B6CB79 background.