COLOR #B6D33F

HEX: #B6D33F
RGB: (182,211,63)

Color info

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

RGB color model

#B6D33F color RGB value is (182,211,63).

  • red value is 182;
  • green value is 211;
  • blue value is 63.
RGB:
(182,211,63)
(71%,83%,25%)

RGB channels and saturation

R 182 of 255 = 71%
G 211 of 255 = 83%
B 63 of 255 = 25%

182
211
63

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

Portions of RGB colors in percentages

R + G + B =
182 + 211 + 63 = 456 (100%)
R 182 of 456 ~ 39.91%
G 211 of 456 ~ 46.27%
B 63 of 456 ~ 13.82%

%39.91
%46.27
%13.82

CMYK color model

#B6D33F color CMYK value is (14,0,70,17).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 70.14%
  • key color value is 17.25%
CMYK:
(14,0,70,17)
C14M0Y70K17 
(14%,0%,70%,17%)
(0.14/0.00/0.70/0.17)	

CMYK percentages

%13.74
%0
%70.14
%17.25

Codes

Color #B6D33F in popluar color models

B6D33F
RGB18221163
HSL72°62.71%53.73%
HSB/HSV72°70.14%82.75%
CMYK13.74%0.00%70.14%
17.25%

Color #B6D33F in popluar number systems.

HEXB6D33F
Decimal18221163
Binary1011011011010011111111
Octal26632377

Shades and tints

Shades of #B6D33F

#B6D33F
(182,211,63)
#A6C03A
(166,192,58)
#96AD35
(150,173,53)
#869A30
(134,154,48)
#76872B
(118,135,43)
#667426
(102,116,38)
#566121
(86,97,33)
#464E1C
(70,78,28)
#363B17
(54,59,23)
#262812
(38,40,18)
#16150D
(22,21,13)
#000000
(0,0,0)

Tints of #B6D33F

#B6D33F
(182,211,63)
#BCD750
(188,215,80)
#C2DB61
(194,219,97)
#C8DF72
(200,223,114)
#CEE383
(206,227,131)
#D4E794
(212,231,148)
#DAEBA5
(218,235,165)
#E0EFB6
(224,239,182)
#E6F3C7
(230,243,199)
#ECF7D8
(236,247,216)
#F2FBE9
(242,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D33F color. Also use rgb(182,211,63) instead hex code.

Text Font Color

.myTextColor { color: #B6D33F; }

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

This text font color is #B6D33F.


Background Color

.myBgColor { background-color: #B6D33F; }

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

This div background color is #B6D33F.


Border color

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

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

This div border color is #B6D33F.


Opacity

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

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

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

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

This text has shadow with #B6D33F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D33F on black background.


Color preview on white background

This text has color #B6D33F on white background.



Black color preview on #B6D33F background

This text has black color on #B6D33F background.


White color preview on #B6D33F background

This text has white color on #B6D33F background.