COLOR #B6C145

HEX: #B6C145 RGB: (182,193,69)

Color info

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

RGB color model

#B6C145 color RGB value is (182,193,69).

RGB: (182,193,69) (71%, 76%, 27%)

RGB channels and saturation

R 182 of 255 = 71%
G 193 of 255 = 76%
B 69 of 255 = 27%

182
193
69

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

Portions of RGB colors in percentages

R + G + B = 182 + 193 + 69 = 444 (100%)
R 182 of 444 ~ 40.99%
G 193 of 444 ~ 43.47%
B 69 of 444 ~ 15.54'%

%40.99
%43.47
%15.54

CMYK color model

#B6C145 color CMYK value is (6,0,64,24).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 64.25%
  • key color value is 24.31%

CMYK: (6,0,64,24)
C6M0Y64K24 (6%, 0%, 64%, 24%)
(0.06 / 0.00 / 0.64 / 0.24)

CMYK percentages

%5.7
%0
%64.25
%24.31

Codes

Color #B6C145 in popluar color models

B6 C1 45
RGB 182 193 69
HSL 65° 50.00% 51.37%
HSB/HSV 65° 64.25% 75.69%
CMYK 5.70% 0.00% 64.25%
24.31%

Color #B6C145 in popluar number systems.

HEX B6 C1 45
Decimal 182 193 69
Binary 10110110 11000001 1000101
Octal 266 301 105

Shades and tints

Shades of #B6C145

#B6C145
(182,193,69)
#A6B03F
(166,176,63)
#969F39
(150,159,57)
#868E33
(134,142,51)
#767D2D
(118,125,45)
#666C27
(102,108,39)
#565B21
(86,91,33)
#464A1B
(70,74,27)
#363915
(54,57,21)
#26280F
(38,40,15)
#161709
(22,23,9)
#000000
(0,0,0)

Tints of #B6C145

#B6C145
(182,193,69)
#BCC655
(188,198,85)
#C2CB65
(194,203,101)
#C8D075
(200,208,117)
#CED585
(206,213,133)
#D4DA95
(212,218,149)
#DADFA5
(218,223,165)
#E0E4B5
(224,228,181)
#E6E9C5
(230,233,197)
#ECEED5
(236,238,213)
#F2F3E5
(242,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C145 color. Also use rgb(182,193,69) instead hex code.

Text Font Color

.myTextColor { color: #B6C145; }

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

This text font color is #B6C145.

Background Color

.myBgColor { background-color: #B6C145; }

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

This div background color is #B6C145.

Border color

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

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

This div border color is #B6C145.

Opacity

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

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

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

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

This text has shadow with #B6C145 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C145.

Preview

Color preview on black background

This text has color #B6C145 on black background.


Color preview on white background

This text has color #B6C145 on white background.


Black color preview on #B6C145 background

This text has black color on #B6C145 background.


White color preview on #B6C145 background

This text has white color on #B6C145 background.


Related colors

Complementary color

Complementary color for #hex is #493EBA.


I love getcolorcode.com

Triadic colors

1 #45B6C1 and #C145B6 with #B6C145 are triadic colors.

2 #45C1B6 and #C1B645 with #B6C145 are triadic colors.