COLOR #B0B24A

HEX: #B0B24A
RGB: (176,178,74)

Color info

#B0B24A contains mainly red and green colors. Web safe color of #B0B24A is #999933 (or #993).

RGB color model

#B0B24A color RGB value is (176,178,74).

  • red value is 176;
  • green value is 178;
  • blue value is 74.
RGB:
(176,178,74)
(69%,70%,29%)

RGB channels and saturation

R 176 of 255 = 69%
G 178 of 255 = 70%
B 74 of 255 = 29%

176
178
74

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

Portions of RGB colors in percentages

R + G + B =
176 + 178 + 74 = 428 (100%)
R 176 of 428 ~ 41.12%
G 178 of 428 ~ 41.59%
B 74 of 428 ~ 17.29%

%41.12
%41.59
%17.29

CMYK color model

#B0B24A color CMYK value is (1,0,58,30).

  • cyan value is 1.12%
  • magenta value is 0.00%
  • yellow value is 58.43%
  • key color value is 30.20%
CMYK:
(1,0,58,30)
C1M0Y58K30 
(1%,0%,58%,30%)
(0.01/0.00/0.58/0.30)	

CMYK percentages

%1.12
%0
%58.43
%30.2

Codes

Color #B0B24A in popluar color models

B0B24A
RGB17617874
HSL61°41.27%49.41%
HSB/HSV61°58.43%69.80%
CMYK1.12%0.00%58.43%
30.20%

Color #B0B24A in popluar number systems.

HEXB0B24A
Decimal17617874
Binary10110000101100101001010
Octal260262112

Shades and tints

Shades of #B0B24A

#B0B24A
(176,178,74)
#A0A244
(160,162,68)
#90923E
(144,146,62)
#808238
(128,130,56)
#707232
(112,114,50)
#60622C
(96,98,44)
#505226
(80,82,38)
#404220
(64,66,32)
#30321A
(48,50,26)
#202214
(32,34,20)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #B0B24A

#B0B24A
(176,178,74)
#B7B95A
(183,185,90)
#BEC06A
(190,192,106)
#C5C77A
(197,199,122)
#CCCE8A
(204,206,138)
#D3D59A
(211,213,154)
#DADCAA
(218,220,170)
#E1E3BA
(225,227,186)
#E8EACA
(232,234,202)
#EFF1DA
(239,241,218)
#F6F8EA
(246,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B24A color. Also use rgb(176,178,74) instead hex code.

Text Font Color

.myTextColor { color: #B0B24A; }

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

This text font color is #B0B24A.


Background Color

.myBgColor { background-color: #B0B24A; }

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

This div background color is #B0B24A.


Border color

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

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

This div border color is #B0B24A.


Opacity

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

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

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

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

This text has shadow with #B0B24A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B24A on black background.


Color preview on white background

This text has color #B0B24A on white background.



Black color preview on #B0B24A background

This text has black color on #B0B24A background.


White color preview on #B0B24A background

This text has white color on #B0B24A background.