COLOR #B6CF4E

HEX: #B6CF4E
RGB: (182,207,78)

Color info

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

RGB color model

#B6CF4E color RGB value is (182,207,78).

  • red value is 182;
  • green value is 207;
  • blue value is 78.
RGB:
(182,207,78)
(71%,81%,31%)

RGB channels and saturation

R 182 of 255 = 71%
G 207 of 255 = 81%
B 78 of 255 = 31%

182
207
78

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

Portions of RGB colors in percentages

R + G + B =
182 + 207 + 78 = 467 (100%)
R 182 of 467 ~ 38.97%
G 207 of 467 ~ 44.33%
B 78 of 467 ~ 16.7%

%38.97
%44.33
%16.7

CMYK color model

#B6CF4E color CMYK value is (12,0,62,19).

  • cyan value is 12.08%
  • magenta value is 0.00%
  • yellow value is 62.32%
  • key color value is 18.82%
CMYK:
(12,0,62,19)
C12M0Y62K19 
(12%,0%,62%,19%)
(0.12/0.00/0.62/0.19)	

CMYK percentages

%12.08
%0
%62.32
%18.82

Codes

Color #B6CF4E in popluar color models

B6CF4E
RGB18220778
HSL72°57.33%55.88%
HSB/HSV72°62.32%81.18%
CMYK12.08%0.00%62.32%
18.82%

Color #B6CF4E in popluar number systems.

HEXB6CF4E
Decimal18220778
Binary10110110110011111001110
Octal266317116

Shades and tints

Shades of #B6CF4E

#B6CF4E
(182,207,78)
#A6BD47
(166,189,71)
#96AB40
(150,171,64)
#869939
(134,153,57)
#768732
(118,135,50)
#66752B
(102,117,43)
#566324
(86,99,36)
#46511D
(70,81,29)
#363F16
(54,63,22)
#262D0F
(38,45,15)
#161B08
(22,27,8)
#000000
(0,0,0)

Tints of #B6CF4E

#B6CF4E
(182,207,78)
#BCD35E
(188,211,94)
#C2D76E
(194,215,110)
#C8DB7E
(200,219,126)
#CEDF8E
(206,223,142)
#D4E39E
(212,227,158)
#DAE7AE
(218,231,174)
#E0EBBE
(224,235,190)
#E6EFCE
(230,239,206)
#ECF3DE
(236,243,222)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CF4E color. Also use rgb(182,207,78) instead hex code.

Text Font Color

.myTextColor { color: #B6CF4E; }

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

This text font color is #B6CF4E.


Background Color

.myBgColor { background-color: #B6CF4E; }

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

This div background color is #B6CF4E.


Border color

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

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

This div border color is #B6CF4E.


Opacity

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

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

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

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

This text has shadow with #B6CF4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CF4E on black background.


Color preview on white background

This text has color #B6CF4E on white background.



Black color preview on #B6CF4E background

This text has black color on #B6CF4E background.


White color preview on #B6CF4E background

This text has white color on #B6CF4E background.