COLOR #B3C273

HEX: #B3C273 RGB: (179,194,115)

Color info

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

RGB color model

#B3C273 color RGB value is (179,194,115).

RGB: (179,194,115) (70%, 76%, 45%)

RGB channels and saturation

R 179 of 255 = 70%
G 194 of 255 = 76%
B 115 of 255 = 45%

179
194
115

R + G + B ~ 64%. #B3C273 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 194 + 115 = 488 (100%)
R 179 of 488 ~ 36.68%
G 194 of 488 ~ 39.75%
B 115 of 488 ~ 23.57'%

%36.68
%39.75
%23.57

CMYK color model

#B3C273 color CMYK value is (8,0,41,24).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 40.72%
  • key color value is 23.92%

CMYK: (8,0,41,24)
C8M0Y41K24 (8%, 0%, 41%, 24%)
(0.08 / 0.00 / 0.41 / 0.24)

CMYK percentages

%7.73
%0
%40.72
%23.92

Codes

Color #B3C273 in popluar color models

B3 C2 73
RGB 179 194 115
HSL 71° 39.30% 60.59%
HSB/HSV 71° 40.72% 76.08%
CMYK 7.73% 0.00% 40.72%
23.92%

Color #B3C273 in popluar number systems.

HEX B3 C2 73
Decimal 179 194 115
Binary 10110011 11000010 1110011
Octal 263 302 163

Shades and tints

Shades of #B3C273

#B3C273
(179,194,115)
#A3B169
(163,177,105)
#93A05F
(147,160,95)
#838F55
(131,143,85)
#737E4B
(115,126,75)
#636D41
(99,109,65)
#535C37
(83,92,55)
#434B2D
(67,75,45)
#333A23
(51,58,35)
#232919
(35,41,25)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #B3C273

#B3C273
(179,194,115)
#B9C77F
(185,199,127)
#BFCC8B
(191,204,139)
#C5D197
(197,209,151)
#CBD6A3
(203,214,163)
#D1DBAF
(209,219,175)
#D7E0BB
(215,224,187)
#DDE5C7
(221,229,199)
#E3EAD3
(227,234,211)
#E9EFDF
(233,239,223)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C273 color. Also use rgb(179,194,115) instead hex code.

Text Font Color

.myTextColor { color: #B3C273; }

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

This text font color is #B3C273.

Background Color

.myBgColor { background-color: #B3C273; }

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

This div background color is #B3C273.

Border color

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

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

This div border color is #B3C273.

Opacity

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

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

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

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

This text has shadow with #B3C273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C273.

Preview

Color preview on black background

This text has color #B3C273 on black background.


Color preview on white background

This text has color #B3C273 on white background.


Black color preview on #B3C273 background

This text has black color on #B3C273 background.


White color preview on #B3C273 background

This text has white color on #B3C273 background.


Related colors

Complementary color

Complementary color for #hex is #4C3D8C.


I love getcolorcode.com

Triadic colors

1 #73B3C2 and #C273B3 with #B3C273 are triadic colors.

2 #73C2B3 and #C2B373 with #B3C273 are triadic colors.