COLOR #B0C951

HEX: #B0C951 RGB: (176,201,81)

Color info

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

RGB color model

#B0C951 color RGB value is (176,201,81).

RGB: (176,201,81) (69%, 79%, 32%)

RGB channels and saturation

R 176 of 255 = 69%
G 201 of 255 = 79%
B 81 of 255 = 32%

176
201
81

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

Portions of RGB colors in percentages

R + G + B = 176 + 201 + 81 = 458 (100%)
R 176 of 458 ~ 38.43%
G 201 of 458 ~ 43.89%
B 81 of 458 ~ 17.69'%

%38.43
%43.89
%17.69

CMYK color model

#B0C951 color CMYK value is (12,0,60,21).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 59.70%
  • key color value is 21.18%
CMYK: (12,0,60,21) C12M0Y60K21 (12%,0%,60%,21%) (0.12/0.00/0.60/0.21) 

CMYK percentages

%12.44
%0
%59.7
%21.18

Codes

Color #B0C951 in popluar color models

B0 C9 51
RGB 176 201 81
HSL 73° 52.63% 55.29%
HSB/HSV 73° 59.70% 78.82%
CMYK 12.44% 0.00% 59.70%
21.18%

Color #B0C951 in popluar number systems.

HEX B0 C9 51
Decimal 176 201 81
Binary 10110000 11001001 1010001
Octal 260 311 121

Shades and tints

Shades of #B0C951

#B0C951
(176,201,81)
#A0B74A
(160,183,74)
#90A543
(144,165,67)
#80933C
(128,147,60)
#708135
(112,129,53)
#606F2E
(96,111,46)
#505D27
(80,93,39)
#404B20
(64,75,32)
#303919
(48,57,25)
#202712
(32,39,18)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #B0C951

#B0C951
(176,201,81)
#B7CD60
(183,205,96)
#BED16F
(190,209,111)
#C5D57E
(197,213,126)
#CCD98D
(204,217,141)
#D3DD9C
(211,221,156)
#DAE1AB
(218,225,171)
#E1E5BA
(225,229,186)
#E8E9C9
(232,233,201)
#EFEDD8
(239,237,216)
#F6F1E7
(246,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C951 color. Also use rgb(176,201,81) instead hex code.

Text Font Color

.myTextColor { color: #B0C951; }

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

This text font color is #B0C951.

Background Color

.myBgColor { background-color: #B0C951; }

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

This div background color is #B0C951.

Border color

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

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

This div border color is #B0C951.

Opacity

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

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

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

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

This text has shadow with #B0C951 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C951.

Preview

Color preview on black background

This text has color #B0C951 on black background.


Color preview on white background

This text has color #B0C951 on white background.


Black color preview on #B0C951 background

This text has black color on #B0C951 background.


White color preview on #B0C951 background

This text has white color on #B0C951 background.


Related colors

Complementary color

Complementary color for #hex is #4F36AE.


I love getcolorcode.com

Triadic colors

1 #51B0C9 and #C951B0 with #B0C951 are triadic colors.

2 #51C9B0 and #C9B051 with #B0C951 are triadic colors.