COLOR #B0B54B

HEX: #B0B54B RGB: (176,181,75)

Color info

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

RGB color model

#B0B54B color RGB value is (176,181,75).

RGB: (176,181,75) (69%, 71%, 29%)

RGB channels and saturation

R 176 of 255 = 69%
G 181 of 255 = 71%
B 75 of 255 = 29%

176
181
75

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

Portions of RGB colors in percentages

R + G + B = 176 + 181 + 75 = 432 (100%)
R 176 of 432 ~ 40.74%
G 181 of 432 ~ 41.9%
B 75 of 432 ~ 17.36'%

%40.74
%41.9
%17.36

CMYK color model

#B0B54B color CMYK value is (3,0,59,29).

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 58.56%
  • key color value is 29.02%

CMYK: (3,0,59,29)
C3M0Y59K29 (3%, 0%, 59%, 29%)
(0.03 / 0.00 / 0.59 / 0.29)

CMYK percentages

%2.76
%0
%58.56
%29.02

Codes

Color #B0B54B in popluar color models

B0 B5 4B
RGB 176 181 75
HSL 63° 41.73% 50.20%
HSB/HSV 63° 58.56% 70.98%
CMYK 2.76% 0.00% 58.56%
29.02%

Color #B0B54B in popluar number systems.

HEX B0 B5 4B
Decimal 176 181 75
Binary 10110000 10110101 1001011
Octal 260 265 113

Shades and tints

Shades of #B0B54B

#B0B54B
(176,181,75)
#A0A545
(160,165,69)
#90953F
(144,149,63)
#808539
(128,133,57)
#707533
(112,117,51)
#60652D
(96,101,45)
#505527
(80,85,39)
#404521
(64,69,33)
#30351B
(48,53,27)
#202515
(32,37,21)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #B0B54B

#B0B54B
(176,181,75)
#B7BB5B
(183,187,91)
#BEC16B
(190,193,107)
#C5C77B
(197,199,123)
#CCCD8B
(204,205,139)
#D3D39B
(211,211,155)
#DAD9AB
(218,217,171)
#E1DFBB
(225,223,187)
#E8E5CB
(232,229,203)
#EFEBDB
(239,235,219)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B54B; }

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

This text font color is #B0B54B.

Background Color

.myBgColor { background-color: #B0B54B; }

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

This div background color is #B0B54B.

Border color

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

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

This div border color is #B0B54B.

Opacity

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

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

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

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

This text has shadow with #B0B54B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B54B.

Preview

Color preview on black background

This text has color #B0B54B on black background.


Color preview on white background

This text has color #B0B54B on white background.


Black color preview on #B0B54B background

This text has black color on #B0B54B background.


White color preview on #B0B54B background

This text has white color on #B0B54B background.


Related colors

Complementary color

Complementary color for #hex is #4F4AB4.


I love getcolorcode.com

Triadic colors

1 #4BB0B5 and #B54BB0 with #B0B54B are triadic colors.

2 #4BB5B0 and #B5B04B with #B0B54B are triadic colors.