COLOR #B8C320

HEX: #B8C320 RGB: (184,195,32)

Color info

#B8C320 contains mainly red and green colors. Web safe color of #B8C320 is #CCCC33 (or #CC3).

RGB color model

#B8C320 color RGB value is (184,195,32).

RGB: (184,195,32) (72%, 76%, 13%)

RGB channels and saturation

R 184 of 255 = 72%
G 195 of 255 = 76%
B 32 of 255 = 13%

184
195
32

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

Portions of RGB colors in percentages

R + G + B = 184 + 195 + 32 = 411 (100%)
R 184 of 411 ~ 44.77%
G 195 of 411 ~ 47.45%
B 32 of 411 ~ 7.79'%

%44.77
%47.45

CMYK color model

#B8C320 color CMYK value is (6,0,84,24).

  • cyan value is 5.64%
  • magenta value is 0.00%
  • yellow value is 83.59%
  • key color value is 23.53%
CMYK: (6,0,84,24) C6M0Y84K24 (6%,0%,84%,24%) (0.06/0.00/0.84/0.24) 

CMYK percentages

%5.64
%0
%83.59
%23.53

Codes

Color #B8C320 in popluar color models

B8 C3 20
RGB 184 195 32
HSL 64° 71.81% 44.51%
HSB/HSV 64° 83.59% 76.47%
CMYK 5.64% 0.00% 83.59%
23.53%

Color #B8C320 in popluar number systems.

HEX B8 C3 20
Decimal 184 195 32
Binary 10111000 11000011 100000
Octal 270 303 40

Shades and tints

Shades of #B8C320

#B8C320
(184,195,32)
#A8B21E
(168,178,30)
#98A11C
(152,161,28)
#88901A
(136,144,26)
#787F18
(120,127,24)
#686E16
(104,110,22)
#585D14
(88,93,20)
#484C12
(72,76,18)
#383B10
(56,59,16)
#282A0E
(40,42,14)
#18190C
(24,25,12)
#000000
(0,0,0)

Tints of #B8C320

#B8C320
(184,195,32)
#BEC834
(190,200,52)
#C4CD48
(196,205,72)
#CAD25C
(202,210,92)
#D0D770
(208,215,112)
#D6DC84
(214,220,132)
#DCE198
(220,225,152)
#E2E6AC
(226,230,172)
#E8EBC0
(232,235,192)
#EEF0D4
(238,240,212)
#F4F5E8
(244,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C320 color. Also use rgb(184,195,32) instead hex code.

Text Font Color

.myTextColor { color: #B8C320; }

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

This text font color is #B8C320.

Background Color

.myBgColor { background-color: #B8C320; }

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

This div background color is #B8C320.

Border color

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

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

This div border color is #B8C320.

Opacity

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

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

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

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

This text has shadow with #B8C320 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8C320.

Preview

Color preview on black background

This text has color #B8C320 on black background.


Color preview on white background

This text has color #B8C320 on white background.


Black color preview on #B8C320 background

This text has black color on #B8C320 background.


White color preview on #B8C320 background

This text has white color on #B8C320 background.


Related colors

Complementary color

Complementary color for #hex is #473CDF.


I love getcolorcode.com

Triadic colors

1 #20B8C3 and #C320B8 with #B8C320 are triadic colors.

2 #20C3B8 and #C3B820 with #B8C320 are triadic colors.