COLOR #B6CD74

HEX: #B6CD74 RGB: (182,205,116)

Color info

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

RGB color model

#B6CD74 color RGB value is (182,205,116).

RGB: (182,205,116) (71%, 80%, 45%)

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 116 of 255 = 45%

182
205
116

R + G + B ~ 65%. #B6CD74 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 205 + 116 = 503 (100%)
R 182 of 503 ~ 36.18%
G 205 of 503 ~ 40.76%
B 116 of 503 ~ 23.06'%

%36.18
%40.76
%23.06

CMYK color model

#B6CD74 color CMYK value is (11,0,43,20).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 43.41%
  • key color value is 19.61%

CMYK: (11,0,43,20)
C11M0Y43K20 (11%, 0%, 43%, 20%)
(0.11 / 0.00 / 0.43 / 0.20)

CMYK percentages

%11.22
%0
%43.41
%19.61

Codes

Color #B6CD74 in popluar color models

B6 CD 74
RGB 182 205 116
HSL 76° 47.09% 62.94%
HSB/HSV 76° 43.41% 80.39%
CMYK 11.22% 0.00% 43.41%
19.61%

Color #B6CD74 in popluar number systems.

HEX B6 CD 74
Decimal 182 205 116
Binary 10110110 11001101 1110100
Octal 266 315 164

Shades and tints

Shades of #B6CD74

#B6CD74
(182,205,116)
#A6BB6A
(166,187,106)
#96A960
(150,169,96)
#869756
(134,151,86)
#76854C
(118,133,76)
#667342
(102,115,66)
#566138
(86,97,56)
#464F2E
(70,79,46)
#363D24
(54,61,36)
#262B1A
(38,43,26)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #B6CD74

#B6CD74
(182,205,116)
#BCD180
(188,209,128)
#C2D58C
(194,213,140)
#C8D998
(200,217,152)
#CEDDA4
(206,221,164)
#D4E1B0
(212,225,176)
#DAE5BC
(218,229,188)
#E0E9C8
(224,233,200)
#E6EDD4
(230,237,212)
#ECF1E0
(236,241,224)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CD74 color. Also use rgb(182,205,116) instead hex code.

Text Font Color

.myTextColor { color: #B6CD74; }

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

This text font color is #B6CD74.

Background Color

.myBgColor { background-color: #B6CD74; }

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

This div background color is #B6CD74.

Border color

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

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

This div border color is #B6CD74.

Opacity

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

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

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

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

This text has shadow with #B6CD74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CD74.

Preview

Color preview on black background

This text has color #B6CD74 on black background.


Color preview on white background

This text has color #B6CD74 on white background.


Black color preview on #B6CD74 background

This text has black color on #B6CD74 background.


White color preview on #B6CD74 background

This text has white color on #B6CD74 background.


Related colors

Complementary color

Complementary color for #hex is #49328B.


I love getcolorcode.com

Triadic colors

1 #74B6CD and #CD74B6 with #B6CD74 are triadic colors.

2 #74CDB6 and #CDB674 with #B6CD74 are triadic colors.