COLOR #B3E672

HEX: #B3E672 RGB: (179,230,114)

Color info

#B3E672 contains mainly red and green colors. Web safe color of #B3E672 is #99CC66 (or #9C6).

RGB color model

#B3E672 color RGB value is (179,230,114).

RGB: (179,230,114) (70%, 90%, 45%)

RGB channels and saturation

R 179 of 255 = 70%
G 230 of 255 = 90%
B 114 of 255 = 45%

179
230
114

R + G + B ~ 68%. #B3E672 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 230 + 114 = 523 (100%)
R 179 of 523 ~ 34.23%
G 230 of 523 ~ 43.98%
B 114 of 523 ~ 21.8'%

%34.23
%43.98
%21.8

CMYK color model

#B3E672 color CMYK value is (22,0,50,10).

  • cyan value is 22.17%
  • magenta value is 0.00%
  • yellow value is 50.43%
  • key color value is 9.80%

CMYK: (22,0,50,10)
C22M0Y50K10 (22%, 0%, 50%, 10%)
(0.22 / 0.00 / 0.50 / 0.10)

CMYK percentages

%22.17
%0
%50.43
%9.8

Codes

Color #B3E672 in popluar color models

B3 E6 72
RGB 179 230 114
HSL 86° 69.88% 67.45%
HSB/HSV 86° 50.43% 90.20%
CMYK 22.17% 0.00% 50.43%
9.80%

Color #B3E672 in popluar number systems.

HEX B3 E6 72
Decimal 179 230 114
Binary 10110011 11100110 1110010
Octal 263 346 162

Shades and tints

Shades of #B3E672

#B3E672
(179,230,114)
#A3D268
(163,210,104)
#93BE5E
(147,190,94)
#83AA54
(131,170,84)
#73964A
(115,150,74)
#638240
(99,130,64)
#536E36
(83,110,54)
#435A2C
(67,90,44)
#334622
(51,70,34)
#233218
(35,50,24)
#131E0E
(19,30,14)
#000000
(0,0,0)

Tints of #B3E672

#B3E672
(179,230,114)
#B9E87E
(185,232,126)
#BFEA8A
(191,234,138)
#C5EC96
(197,236,150)
#CBEEA2
(203,238,162)
#D1F0AE
(209,240,174)
#D7F2BA
(215,242,186)
#DDF4C6
(221,244,198)
#E3F6D2
(227,246,210)
#E9F8DE
(233,248,222)
#EFFAEA
(239,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E672 color. Also use rgb(179,230,114) instead hex code.

Text Font Color

.myTextColor { color: #B3E672; }

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

This text font color is #B3E672.

Background Color

.myBgColor { background-color: #B3E672; }

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

This div background color is #B3E672.

Border color

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

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

This div border color is #B3E672.

Opacity

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

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

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

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

This text has shadow with #B3E672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3E672.

Preview

Color preview on black background

This text has color #B3E672 on black background.


Color preview on white background

This text has color #B3E672 on white background.


Black color preview on #B3E672 background

This text has black color on #B3E672 background.


White color preview on #B3E672 background

This text has white color on #B3E672 background.


Related colors

Complementary color

Complementary color for #hex is #4C198D.


I love getcolorcode.com

Triadic colors

1 #72B3E6 and #E672B3 with #B3E672 are triadic colors.

2 #72E6B3 and #E6B372 with #B3E672 are triadic colors.