COLOR #B6D11F

HEX: #B6D11F RGB: (182,209,31)

Color info

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

RGB color model

#B6D11F color RGB value is (182,209,31).

RGB: (182,209,31) (71%, 82%, 12%)

RGB channels and saturation

R 182 of 255 = 71%
G 209 of 255 = 82%
B 31 of 255 = 12%

182
209
31

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

Portions of RGB colors in percentages

R + G + B = 182 + 209 + 31 = 422 (100%)
R 182 of 422 ~ 43.13%
G 209 of 422 ~ 49.53%
B 31 of 422 ~ 7.35'%

%43.13
%49.53

CMYK color model

#B6D11F color CMYK value is (13,0,85,18).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 85.17%
  • key color value is 18.04%

CMYK: (13,0,85,18)
C13M0Y85K18 (13%, 0%, 85%, 18%)
(0.13 / 0.00 / 0.85 / 0.18)

CMYK percentages

%12.92
%0
%85.17
%18.04

Codes

Color #B6D11F in popluar color models

B6 D1 1F
RGB 182 209 31
HSL 69° 74.17% 47.06%
HSB/HSV 69° 85.17% 81.96%
CMYK 12.92% 0.00% 85.17%
18.04%

Color #B6D11F in popluar number systems.

HEX B6 D1 1F
Decimal 182 209 31
Binary 10110110 11010001 11111
Octal 266 321 37

Shades and tints

Shades of #B6D11F

#B6D11F
(182,209,31)
#A6BE1D
(166,190,29)
#96AB1B
(150,171,27)
#869819
(134,152,25)
#768517
(118,133,23)
#667215
(102,114,21)
#565F13
(86,95,19)
#464C11
(70,76,17)
#36390F
(54,57,15)
#26260D
(38,38,13)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #B6D11F

#B6D11F
(182,209,31)
#BCD533
(188,213,51)
#C2D947
(194,217,71)
#C8DD5B
(200,221,91)
#CEE16F
(206,225,111)
#D4E583
(212,229,131)
#DAE997
(218,233,151)
#E0EDAB
(224,237,171)
#E6F1BF
(230,241,191)
#ECF5D3
(236,245,211)
#F2F9E7
(242,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D11F color. Also use rgb(182,209,31) instead hex code.

Text Font Color

.myTextColor { color: #B6D11F; }

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

This text font color is #B6D11F.

Background Color

.myBgColor { background-color: #B6D11F; }

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

This div background color is #B6D11F.

Border color

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

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

This div border color is #B6D11F.

Opacity

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

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

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

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

This text has shadow with #B6D11F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D11F.

Preview

Color preview on black background

This text has color #B6D11F on black background.


Color preview on white background

This text has color #B6D11F on white background.


Black color preview on #B6D11F background

This text has black color on #B6D11F background.


White color preview on #B6D11F background

This text has white color on #B6D11F background.


Related colors

Complementary color

Complementary color for #hex is #492EE0.


I love getcolorcode.com

Triadic colors

1 #1FB6D1 and #D11FB6 with #B6D11F are triadic colors.

2 #1FD1B6 and #D1B61F with #B6D11F are triadic colors.