COLOR #B5C76E

HEX: #B5C76E RGB: (181,199,110)

Color info

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

RGB color model

#B5C76E color RGB value is (181,199,110).

RGB: (181,199,110) (71%, 78%, 43%)

RGB channels and saturation

R 181 of 255 = 71%
G 199 of 255 = 78%
B 110 of 255 = 43%

181
199
110

R + G + B ~ 64%. #B5C76E is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 199 + 110 = 490 (100%)
R 181 of 490 ~ 36.94%
G 199 of 490 ~ 40.61%
B 110 of 490 ~ 22.45'%

%36.94
%40.61
%22.45

CMYK color model

#B5C76E color CMYK value is (9,0,45,22).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 44.72%
  • key color value is 21.96%

CMYK: (9,0,45,22)
C9M0Y45K22 (9%, 0%, 45%, 22%)
(0.09 / 0.00 / 0.45 / 0.22)

CMYK percentages

%9.05
%0
%44.72
%21.96

Codes

Color #B5C76E in popluar color models

B5 C7 6E
RGB 181 199 110
HSL 72° 44.28% 60.59%
HSB/HSV 72° 44.72% 78.04%
CMYK 9.05% 0.00% 44.72%
21.96%

Color #B5C76E in popluar number systems.

HEX B5 C7 6E
Decimal 181 199 110
Binary 10110101 11000111 1101110
Octal 265 307 156

Shades and tints

Shades of #B5C76E

#B5C76E
(181,199,110)
#A5B564
(165,181,100)
#95A35A
(149,163,90)
#859150
(133,145,80)
#757F46
(117,127,70)
#656D3C
(101,109,60)
#555B32
(85,91,50)
#454928
(69,73,40)
#35371E
(53,55,30)
#252514
(37,37,20)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #B5C76E

#B5C76E
(181,199,110)
#BBCC7B
(187,204,123)
#C1D188
(193,209,136)
#C7D695
(199,214,149)
#CDDBA2
(205,219,162)
#D3E0AF
(211,224,175)
#D9E5BC
(217,229,188)
#DFEAC9
(223,234,201)
#E5EFD6
(229,239,214)
#EBF4E3
(235,244,227)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C76E color. Also use rgb(181,199,110) instead hex code.

Text Font Color

.myTextColor { color: #B5C76E; }

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

This text font color is #B5C76E.

Background Color

.myBgColor { background-color: #B5C76E; }

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

This div background color is #B5C76E.

Border color

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

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

This div border color is #B5C76E.

Opacity

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

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

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

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

This text has shadow with #B5C76E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C76E.

Preview

Color preview on black background

This text has color #B5C76E on black background.


Color preview on white background

This text has color #B5C76E on white background.


Black color preview on #B5C76E background

This text has black color on #B5C76E background.


White color preview on #B5C76E background

This text has white color on #B5C76E background.


Related colors

Complementary color

Complementary color for #hex is #4A3891.


I love getcolorcode.com

Triadic colors

1 #6EB5C7 and #C76EB5 with #B5C76E are triadic colors.

2 #6EC7B5 and #C7B56E with #B5C76E are triadic colors.