COLOR #B6C45D

HEX: #B6C45D
RGB: (182,196,93)

Color info

#B6C45D contains mainly red and green colors. Web safe color of #B6C45D is #CCCC66 (or #CC6).

RGB color model

#B6C45D color RGB value is (182,196,93).

  • red value is 182;
  • green value is 196;
  • blue value is 93.
RGB:
(182,196,93)
(71%,77%,36%)

RGB channels and saturation

R 182 of 255 = 71%
G 196 of 255 = 77%
B 93 of 255 = 36%

182
196
93

R + G + B ~ 61%. #B6C45D is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 196 + 93 = 471 (100%)
R 182 of 471 ~ 38.64%
G 196 of 471 ~ 41.61%
B 93 of 471 ~ 19.75%

%38.64
%41.61
%19.75

CMYK color model

#B6C45D color CMYK value is (7,0,53,23).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 52.55%
  • key color value is 23.14%
CMYK:
(7,0,53,23)
C7M0Y53K23 
(7%,0%,53%,23%)
(0.07/0.00/0.53/0.23)	

CMYK percentages

%7.14
%0
%52.55
%23.14

Codes

Color #B6C45D in popluar color models

B6C45D
RGB18219693
HSL68°46.61%56.67%
HSB/HSV68°52.55%76.86%
CMYK7.14%0.00%52.55%
23.14%

Color #B6C45D in popluar number systems.

HEXB6C45D
Decimal18219693
Binary10110110110001001011101
Octal266304135

Shades and tints

Shades of #B6C45D

#B6C45D
(182,196,93)
#A6B355
(166,179,85)
#96A24D
(150,162,77)
#869145
(134,145,69)
#76803D
(118,128,61)
#666F35
(102,111,53)
#565E2D
(86,94,45)
#464D25
(70,77,37)
#363C1D
(54,60,29)
#262B15
(38,43,21)
#161A0D
(22,26,13)
#000000
(0,0,0)

Tints of #B6C45D

#B6C45D
(182,196,93)
#BCC96B
(188,201,107)
#C2CE79
(194,206,121)
#C8D387
(200,211,135)
#CED895
(206,216,149)
#D4DDA3
(212,221,163)
#DAE2B1
(218,226,177)
#E0E7BF
(224,231,191)
#E6ECCD
(230,236,205)
#ECF1DB
(236,241,219)
#F2F6E9
(242,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C45D color. Also use rgb(182,196,93) instead hex code.

Text Font Color

.myTextColor { color: #B6C45D; }

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

This text font color is #B6C45D.


Background Color

.myBgColor { background-color: #B6C45D; }

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

This div background color is #B6C45D.


Border color

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

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

This div border color is #B6C45D.


Opacity

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

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

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

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

This text has shadow with #B6C45D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C45D on black background.


Color preview on white background

This text has color #B6C45D on white background.



Black color preview on #B6C45D background

This text has black color on #B6C45D background.


White color preview on #B6C45D background

This text has white color on #B6C45D background.