COLOR #B5C77B

HEX: #B5C77B RGB: (181,199,123)

Color info

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

RGB color model

#B5C77B color RGB value is (181,199,123).

RGB: (181,199,123) (71%, 78%, 48%)

RGB channels and saturation

R 181 of 255 = 71%
G 199 of 255 = 78%
B 123 of 255 = 48%

181
199
123

R + G + B ~ 66%. #B5C77B is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 199 + 123 = 503 (100%)
R 181 of 503 ~ 35.98%
G 199 of 503 ~ 39.56%
B 123 of 503 ~ 24.45'%

%35.98
%39.56
%24.45

CMYK color model

#B5C77B color CMYK value is (9,0,38,22).

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

CMYK: (9,0,38,22)
C9M0Y38K22 (9%, 0%, 38%, 22%)
(0.09 / 0.00 / 0.38 / 0.22)

CMYK percentages

%9.05
%0
%38.19
%21.96

Codes

Color #B5C77B in popluar color models

B5 C7 7B
RGB 181 199 123
HSL 74° 40.43% 63.14%
HSB/HSV 74° 38.19% 78.04%
CMYK 9.05% 0.00% 38.19%
21.96%

Color #B5C77B in popluar number systems.

HEX B5 C7 7B
Decimal 181 199 123
Binary 10110101 11000111 1111011
Octal 265 307 173

Shades and tints

Shades of #B5C77B

#B5C77B
(181,199,123)
#A5B570
(165,181,112)
#95A365
(149,163,101)
#85915A
(133,145,90)
#757F4F
(117,127,79)
#656D44
(101,109,68)
#555B39
(85,91,57)
#45492E
(69,73,46)
#353723
(53,55,35)
#252518
(37,37,24)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #B5C77B

#B5C77B
(181,199,123)
#BBCC87
(187,204,135)
#C1D193
(193,209,147)
#C7D69F
(199,214,159)
#CDDBAB
(205,219,171)
#D3E0B7
(211,224,183)
#D9E5C3
(217,229,195)
#DFEACF
(223,234,207)
#E5EFDB
(229,239,219)
#EBF4E7
(235,244,231)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C77B; }

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

This text font color is #B5C77B.

Background Color

.myBgColor { background-color: #B5C77B; }

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

This div background color is #B5C77B.

Border color

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

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

This div border color is #B5C77B.

Opacity

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

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

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

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

This text has shadow with #B5C77B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C77B.

Preview

Color preview on black background

This text has color #B5C77B on black background.


Color preview on white background

This text has color #B5C77B on white background.


Black color preview on #B5C77B background

This text has black color on #B5C77B background.


White color preview on #B5C77B background

This text has white color on #B5C77B background.


Related colors

Complementary color

Complementary color for #hex is #4A3884.


I love getcolorcode.com

Triadic colors

1 #7BB5C7 and #C77BB5 with #B5C77B are triadic colors.

2 #7BC7B5 and #C7B57B with #B5C77B are triadic colors.