COLOR #B7C273

HEX: #B7C273 RGB: (183,194,115)

Color info

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

RGB color model

#B7C273 color RGB value is (183,194,115).

RGB: (183,194,115) (72%, 76%, 45%)

RGB channels and saturation

R 183 of 255 = 72%
G 194 of 255 = 76%
B 115 of 255 = 45%

183
194
115

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

Portions of RGB colors in percentages

R + G + B = 183 + 194 + 115 = 492 (100%)
R 183 of 492 ~ 37.2%
G 194 of 492 ~ 39.43%
B 115 of 492 ~ 23.37'%

%37.2
%39.43
%23.37

CMYK color model

#B7C273 color CMYK value is (6,0,41,24).

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

CMYK: (6,0,41,24)
C6M0Y41K24 (6%, 0%, 41%, 24%)
(0.06 / 0.00 / 0.41 / 0.24)

CMYK percentages

%5.67
%0
%40.72
%23.92

Codes

Color #B7C273 in popluar color models

B7 C2 73
RGB 183 194 115
HSL 68° 39.30% 60.59%
HSB/HSV 68° 40.72% 76.08%
CMYK 5.67% 0.00% 40.72%
23.92%

Color #B7C273 in popluar number systems.

HEX B7 C2 73
Decimal 183 194 115
Binary 10110111 11000010 1110011
Octal 267 302 163

Shades and tints

Shades of #B7C273

#B7C273
(183,194,115)
#A7B169
(167,177,105)
#97A05F
(151,160,95)
#878F55
(135,143,85)
#777E4B
(119,126,75)
#676D41
(103,109,65)
#575C37
(87,92,55)
#474B2D
(71,75,45)
#373A23
(55,58,35)
#272919
(39,41,25)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #B7C273

#B7C273
(183,194,115)
#BDC77F
(189,199,127)
#C3CC8B
(195,204,139)
#C9D197
(201,209,151)
#CFD6A3
(207,214,163)
#D5DBAF
(213,219,175)
#DBE0BB
(219,224,187)
#E1E5C7
(225,229,199)
#E7EAD3
(231,234,211)
#EDEFDF
(237,239,223)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C273; }

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

This text font color is #B7C273.

Background Color

.myBgColor { background-color: #B7C273; }

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

This div background color is #B7C273.

Border color

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

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

This div border color is #B7C273.

Opacity

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

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

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

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

This text has shadow with #B7C273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C273.

Preview

Color preview on black background

This text has color #B7C273 on black background.


Color preview on white background

This text has color #B7C273 on white background.


Black color preview on #B7C273 background

This text has black color on #B7C273 background.


White color preview on #B7C273 background

This text has white color on #B7C273 background.


Related colors

Complementary color

Complementary color for #hex is #483D8C.


I love getcolorcode.com

Triadic colors

1 #73B7C2 and #C273B7 with #B7C273 are triadic colors.

2 #73C2B7 and #C2B773 with #B7C273 are triadic colors.