COLOR #B6D195

HEX: #B6D195 RGB: (182,209,149)

Color info

#B6D195 contains mainly red and green colors. Web safe color of #B6D195 is #CCCC99 (or #CC9).

RGB color model

#B6D195 color RGB value is (182,209,149).

RGB: (182,209,149) (71%, 82%, 58%)

RGB channels and saturation

R 182 of 255 = 71%
G 209 of 255 = 82%
B 149 of 255 = 58%

182
209
149

R + G + B ~ 70%. #B6D195 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 209 + 149 = 540 (100%)
R 182 of 540 ~ 33.7%
G 209 of 540 ~ 38.7%
B 149 of 540 ~ 27.59'%

%33.7
%38.7
%27.59

CMYK color model

#B6D195 color CMYK value is (13,0,29,18).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 28.71%
  • key color value is 18.04%
CMYK: (13,0,29,18) C13M0Y29K18 (13%,0%,29%,18%) (0.13/0.00/0.29/0.18) 

CMYK percentages

%12.92
%0
%28.71
%18.04

Codes

Color #B6D195 in popluar color models

B6 D1 95
RGB 182 209 149
HSL 87° 39.47% 70.20%
HSB/HSV 87° 28.71% 81.96%
CMYK 12.92% 0.00% 28.71%
18.04%

Color #B6D195 in popluar number systems.

HEX B6 D1 95
Decimal 182 209 149
Binary 10110110 11010001 10010101
Octal 266 321 225

Shades and tints

Shades of #B6D195

#B6D195
(182,209,149)
#A6BE88
(166,190,136)
#96AB7B
(150,171,123)
#86986E
(134,152,110)
#768561
(118,133,97)
#667254
(102,114,84)
#565F47
(86,95,71)
#464C3A
(70,76,58)
#36392D
(54,57,45)
#262620
(38,38,32)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #B6D195

#B6D195
(182,209,149)
#BCD59E
(188,213,158)
#C2D9A7
(194,217,167)
#C8DDB0
(200,221,176)
#CEE1B9
(206,225,185)
#D4E5C2
(212,229,194)
#DAE9CB
(218,233,203)
#E0EDD4
(224,237,212)
#E6F1DD
(230,241,221)
#ECF5E6
(236,245,230)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D195 color. Also use rgb(182,209,149) instead hex code.

Text Font Color

.myTextColor { color: #B6D195; }

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

This text font color is #B6D195.

Background Color

.myBgColor { background-color: #B6D195; }

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

This div background color is #B6D195.

Border color

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

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

This div border color is #B6D195.

Opacity

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

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

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

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

This text has shadow with #B6D195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D195.

Preview

Color preview on black background

This text has color #B6D195 on black background.


Color preview on white background

This text has color #B6D195 on white background.


Black color preview on #B6D195 background

This text has black color on #B6D195 background.


White color preview on #B6D195 background

This text has white color on #B6D195 background.


Related colors

Complementary color

Complementary color for #hex is #492E6A.


I love getcolorcode.com

Triadic colors

1 #95B6D1 and #D195B6 with #B6D195 are triadic colors.

2 #95D1B6 and #D1B695 with #B6D195 are triadic colors.