COLOR #B2BA5A

HEX: #B2BA5A
RGB: (178,186,90)

Color info

#B2BA5A contains mainly red and green colors. Web safe color of #B2BA5A is #99CC66 (or #9C6).

RGB color model

#B2BA5A color RGB value is (178,186,90).

  • red value is 178;
  • green value is 186;
  • blue value is 90.
RGB:
(178,186,90)
(70%,73%,35%)

RGB channels and saturation

R 178 of 255 = 70%
G 186 of 255 = 73%
B 90 of 255 = 35%

178
186
90

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

Portions of RGB colors in percentages

R + G + B =
178 + 186 + 90 = 454 (100%)
R 178 of 454 ~ 39.21%
G 186 of 454 ~ 40.97%
B 90 of 454 ~ 19.82%

%39.21
%40.97
%19.82

CMYK color model

#B2BA5A color CMYK value is (4,0,52,27).

  • cyan value is 4.30%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 27.06%
CMYK:
(4,0,52,27)
C4M0Y52K27 
(4%,0%,52%,27%)
(0.04/0.00/0.52/0.27)	

CMYK percentages

%4.3
%0
%51.61
%27.06

Codes

Color #B2BA5A in popluar color models

B2BA5A
RGB17818690
HSL65°41.03%54.12%
HSB/HSV65°51.61%72.94%
CMYK4.30%0.00%51.61%
27.06%

Color #B2BA5A in popluar number systems.

HEXB2BA5A
Decimal17818690
Binary10110010101110101011010
Octal262272132

Shades and tints

Shades of #B2BA5A

#B2BA5A
(178,186,90)
#A2AA52
(162,170,82)
#929A4A
(146,154,74)
#828A42
(130,138,66)
#727A3A
(114,122,58)
#626A32
(98,106,50)
#525A2A
(82,90,42)
#424A22
(66,74,34)
#323A1A
(50,58,26)
#222A12
(34,42,18)
#121A0A
(18,26,10)
#000000
(0,0,0)

Tints of #B2BA5A

#B2BA5A
(178,186,90)
#B9C069
(185,192,105)
#C0C678
(192,198,120)
#C7CC87
(199,204,135)
#CED296
(206,210,150)
#D5D8A5
(213,216,165)
#DCDEB4
(220,222,180)
#E3E4C3
(227,228,195)
#EAEAD2
(234,234,210)
#F1F0E1
(241,240,225)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BA5A color. Also use rgb(178,186,90) instead hex code.

Text Font Color

.myTextColor { color: #B2BA5A; }

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

This text font color is #B2BA5A.


Background Color

.myBgColor { background-color: #B2BA5A; }

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

This div background color is #B2BA5A.


Border color

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

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

This div border color is #B2BA5A.


Opacity

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

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

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

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

This text has shadow with #B2BA5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BA5A on black background.


Color preview on white background

This text has color #B2BA5A on white background.



Black color preview on #B2BA5A background

This text has black color on #B2BA5A background.


White color preview on #B2BA5A background

This text has white color on #B2BA5A background.