COLOR #B0C64B

HEX: #B0C64B RGB: (176,198,75)

Color info

#B0C64B contains mainly red and green colors. Web safe color of #B0C64B is #99CC33 (or #9C3).

RGB color model

#B0C64B color RGB value is (176,198,75).

RGB: (176,198,75) (69%, 78%, 29%)

RGB channels and saturation

R 176 of 255 = 69%
G 198 of 255 = 78%
B 75 of 255 = 29%

176
198
75

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

Portions of RGB colors in percentages

R + G + B = 176 + 198 + 75 = 449 (100%)
R 176 of 449 ~ 39.2%
G 198 of 449 ~ 44.1%
B 75 of 449 ~ 16.7'%

%39.2
%44.1
%16.7

CMYK color model

#B0C64B color CMYK value is (11,0,62,22).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 62.12%
  • key color value is 22.35%

CMYK: (11,0,62,22)
C11M0Y62K22 (11%, 0%, 62%, 22%)
(0.11 / 0.00 / 0.62 / 0.22)

CMYK percentages

%11.11
%0
%62.12
%22.35

Codes

Color #B0C64B in popluar color models

B0 C6 4B
RGB 176 198 75
HSL 71° 51.90% 53.53%
HSB/HSV 71° 62.12% 77.65%
CMYK 11.11% 0.00% 62.12%
22.35%

Color #B0C64B in popluar number systems.

HEX B0 C6 4B
Decimal 176 198 75
Binary 10110000 11000110 1001011
Octal 260 306 113

Shades and tints

Shades of #B0C64B

#B0C64B
(176,198,75)
#A0B445
(160,180,69)
#90A23F
(144,162,63)
#809039
(128,144,57)
#707E33
(112,126,51)
#606C2D
(96,108,45)
#505A27
(80,90,39)
#404821
(64,72,33)
#30361B
(48,54,27)
#202415
(32,36,21)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #B0C64B

#B0C64B
(176,198,75)
#B7CB5B
(183,203,91)
#BED06B
(190,208,107)
#C5D57B
(197,213,123)
#CCDA8B
(204,218,139)
#D3DF9B
(211,223,155)
#DAE4AB
(218,228,171)
#E1E9BB
(225,233,187)
#E8EECB
(232,238,203)
#EFF3DB
(239,243,219)
#F6F8EB
(246,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C64B color. Also use rgb(176,198,75) instead hex code.

Text Font Color

.myTextColor { color: #B0C64B; }

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

This text font color is #B0C64B.

Background Color

.myBgColor { background-color: #B0C64B; }

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

This div background color is #B0C64B.

Border color

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

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

This div border color is #B0C64B.

Opacity

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

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

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

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

This text has shadow with #B0C64B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C64B.

Preview

Color preview on black background

This text has color #B0C64B on black background.


Color preview on white background

This text has color #B0C64B on white background.


Black color preview on #B0C64B background

This text has black color on #B0C64B background.


White color preview on #B0C64B background

This text has white color on #B0C64B background.


Related colors

Complementary color

Complementary color for #hex is #4F39B4.


I love getcolorcode.com

Triadic colors

1 #4BB0C6 and #C64BB0 with #B0C64B are triadic colors.

2 #4BC6B0 and #C6B04B with #B0C64B are triadic colors.