COLOR #B6C93A

HEX: #B6C93A
RGB: (182,201,58)

Color info

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

RGB color model

#B6C93A color RGB value is (182,201,58).

  • red value is 182;
  • green value is 201;
  • blue value is 58.
RGB:
(182,201,58)
(71%,79%,23%)

RGB channels and saturation

R 182 of 255 = 71%
G 201 of 255 = 79%
B 58 of 255 = 23%

182
201
58

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

Portions of RGB colors in percentages

R + G + B =
182 + 201 + 58 = 441 (100%)
R 182 of 441 ~ 41.27%
G 201 of 441 ~ 45.58%
B 58 of 441 ~ 13.15%

%41.27
%45.58
%13.15

CMYK color model

#B6C93A color CMYK value is (9,0,71,21).

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 71.14%
  • key color value is 21.18%
CMYK:
(9,0,71,21)
C9M0Y71K21 
(9%,0%,71%,21%)
(0.09/0.00/0.71/0.21)	

CMYK percentages

%9.45
%0
%71.14
%21.18

Codes

Color #B6C93A in popluar color models

B6C93A
RGB18220158
HSL68°56.97%50.78%
HSB/HSV68°71.14%78.82%
CMYK9.45%0.00%71.14%
21.18%

Color #B6C93A in popluar number systems.

HEXB6C93A
Decimal18220158
Binary1011011011001001111010
Octal26631172

Shades and tints

Shades of #B6C93A

#B6C93A
(182,201,58)
#A6B735
(166,183,53)
#96A530
(150,165,48)
#86932B
(134,147,43)
#768126
(118,129,38)
#666F21
(102,111,33)
#565D1C
(86,93,28)
#464B17
(70,75,23)
#363912
(54,57,18)
#26270D
(38,39,13)
#161508
(22,21,8)
#000000
(0,0,0)

Tints of #B6C93A

#B6C93A
(182,201,58)
#BCCD4B
(188,205,75)
#C2D15C
(194,209,92)
#C8D56D
(200,213,109)
#CED97E
(206,217,126)
#D4DD8F
(212,221,143)
#DAE1A0
(218,225,160)
#E0E5B1
(224,229,177)
#E6E9C2
(230,233,194)
#ECEDD3
(236,237,211)
#F2F1E4
(242,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C93A color. Also use rgb(182,201,58) instead hex code.

Text Font Color

.myTextColor { color: #B6C93A; }

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

This text font color is #B6C93A.


Background Color

.myBgColor { background-color: #B6C93A; }

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

This div background color is #B6C93A.


Border color

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

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

This div border color is #B6C93A.


Opacity

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

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

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

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

This text has shadow with #B6C93A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C93A on black background.


Color preview on white background

This text has color #B6C93A on white background.



Black color preview on #B6C93A background

This text has black color on #B6C93A background.


White color preview on #B6C93A background

This text has white color on #B6C93A background.