COLOR #B0C564

HEX: #B0C564 RGB: (176,197,100)

Color info

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

RGB color model

#B0C564 color RGB value is (176,197,100).

RGB: (176,197,100) (69%, 77%, 39%)

RGB channels and saturation

R 176 of 255 = 69%
G 197 of 255 = 77%
B 100 of 255 = 39%

176
197
100

R + G + B ~ 62%. #B0C564 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 197 + 100 = 473 (100%)
R 176 of 473 ~ 37.21%
G 197 of 473 ~ 41.65%
B 100 of 473 ~ 21.14'%

%37.21
%41.65
%21.14

CMYK color model

#B0C564 color CMYK value is (11,0,49,23).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 49.24%
  • key color value is 22.75%

CMYK: (11,0,49,23)
C11M0Y49K23 (11%, 0%, 49%, 23%)
(0.11 / 0.00 / 0.49 / 0.23)

CMYK percentages

%10.66
%0
%49.24
%22.75

Codes

Color #B0C564 in popluar color models

B0 C5 64
RGB 176 197 100
HSL 73° 45.54% 58.24%
HSB/HSV 73° 49.24% 77.25%
CMYK 10.66% 0.00% 49.24%
22.75%

Color #B0C564 in popluar number systems.

HEX B0 C5 64
Decimal 176 197 100
Binary 10110000 11000101 1100100
Octal 260 305 144

Shades and tints

Shades of #B0C564

#B0C564
(176,197,100)
#A0B45B
(160,180,91)
#90A352
(144,163,82)
#809249
(128,146,73)
#708140
(112,129,64)
#607037
(96,112,55)
#505F2E
(80,95,46)
#404E25
(64,78,37)
#303D1C
(48,61,28)
#202C13
(32,44,19)
#101B0A
(16,27,10)
#000000
(0,0,0)

Tints of #B0C564

#B0C564
(176,197,100)
#B7CA72
(183,202,114)
#BECF80
(190,207,128)
#C5D48E
(197,212,142)
#CCD99C
(204,217,156)
#D3DEAA
(211,222,170)
#DAE3B8
(218,227,184)
#E1E8C6
(225,232,198)
#E8EDD4
(232,237,212)
#EFF2E2
(239,242,226)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C564 color. Also use rgb(176,197,100) instead hex code.

Text Font Color

.myTextColor { color: #B0C564; }

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

This text font color is #B0C564.

Background Color

.myBgColor { background-color: #B0C564; }

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

This div background color is #B0C564.

Border color

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

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

This div border color is #B0C564.

Opacity

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

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

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

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

This text has shadow with #B0C564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C564.

Preview

Color preview on black background

This text has color #B0C564 on black background.


Color preview on white background

This text has color #B0C564 on white background.


Black color preview on #B0C564 background

This text has black color on #B0C564 background.


White color preview on #B0C564 background

This text has white color on #B0C564 background.


Related colors

Complementary color

Complementary color for #hex is #4F3A9B.


I love getcolorcode.com

Triadic colors

1 #64B0C5 and #C564B0 with #B0C564 are triadic colors.

2 #64C5B0 and #C5B064 with #B0C564 are triadic colors.