COLOR #B2B83F

HEX: #B2B83F RGB: (178,184,63)

Color info

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

RGB color model

#B2B83F color RGB value is (178,184,63).

RGB: (178,184,63) (70%, 72%, 25%)

RGB channels and saturation

R 178 of 255 = 70%
G 184 of 255 = 72%
B 63 of 255 = 25%

178
184
63

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

Portions of RGB colors in percentages

R + G + B = 178 + 184 + 63 = 425 (100%)
R 178 of 425 ~ 41.88%
G 184 of 425 ~ 43.29%
B 63 of 425 ~ 14.82'%

%41.88
%43.29
%14.82

CMYK color model

#B2B83F color CMYK value is (3,0,66,28).

  • cyan value is 3.26%
  • magenta value is 0.00%
  • yellow value is 65.76%
  • key color value is 27.84%

CMYK: (3,0,66,28)
C3M0Y66K28 (3%, 0%, 66%, 28%)
(0.03 / 0.00 / 0.66 / 0.28)

CMYK percentages

%3.26
%0
%65.76
%27.84

Codes

Color #B2B83F in popluar color models

B2 B8 3F
RGB 178 184 63
HSL 63° 48.99% 48.43%
HSB/HSV 63° 65.76% 72.16%
CMYK 3.26% 0.00% 65.76%
27.84%

Color #B2B83F in popluar number systems.

HEX B2 B8 3F
Decimal 178 184 63
Binary 10110010 10111000 111111
Octal 262 270 77

Shades and tints

Shades of #B2B83F

#B2B83F
(178,184,63)
#A2A83A
(162,168,58)
#929835
(146,152,53)
#828830
(130,136,48)
#72782B
(114,120,43)
#626826
(98,104,38)
#525821
(82,88,33)
#42481C
(66,72,28)
#323817
(50,56,23)
#222812
(34,40,18)
#12180D
(18,24,13)
#000000
(0,0,0)

Tints of #B2B83F

#B2B83F
(178,184,63)
#B9BE50
(185,190,80)
#C0C461
(192,196,97)
#C7CA72
(199,202,114)
#CED083
(206,208,131)
#D5D694
(213,214,148)
#DCDCA5
(220,220,165)
#E3E2B6
(227,226,182)
#EAE8C7
(234,232,199)
#F1EED8
(241,238,216)
#F8F4E9
(248,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B83F color. Also use rgb(178,184,63) instead hex code.

Text Font Color

.myTextColor { color: #B2B83F; }

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

This text font color is #B2B83F.

Background Color

.myBgColor { background-color: #B2B83F; }

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

This div background color is #B2B83F.

Border color

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

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

This div border color is #B2B83F.

Opacity

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

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

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

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

This text has shadow with #B2B83F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B83F.

Preview

Color preview on black background

This text has color #B2B83F on black background.


Color preview on white background

This text has color #B2B83F on white background.


Black color preview on #B2B83F background

This text has black color on #B2B83F background.


White color preview on #B2B83F background

This text has white color on #B2B83F background.


Related colors

Complementary color

Complementary color for #hex is #4D47C0.


I love getcolorcode.com

Triadic colors

1 #3FB2B8 and #B83FB2 with #B2B83F are triadic colors.

2 #3FB8B2 and #B8B23F with #B2B83F are triadic colors.