COLOR #B5C77F

HEX: #B5C77F
RGB: (181,199,127)

Color info

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

RGB color model

#B5C77F color RGB value is (181,199,127).

  • red value is 181;
  • green value is 199;
  • blue value is 127.
RGB:
(181,199,127)
(71%,78%,50%)

RGB channels and saturation

R 181 of 255 = 71%
G 199 of 255 = 78%
B 127 of 255 = 50%

181
199
127

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

Portions of RGB colors in percentages

R + G + B =
181 + 199 + 127 = 507 (100%)
R 181 of 507 ~ 35.7%
G 199 of 507 ~ 39.25%
B 127 of 507 ~ 25.05%

%35.7
%39.25
%25.05

CMYK color model

#B5C77F color CMYK value is (9,0,36,22).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 36.18%
  • key color value is 21.96%
CMYK:
(9,0,36,22)
C9M0Y36K22 
(9%,0%,36%,22%)
(0.09/0.00/0.36/0.22)	

CMYK percentages

%9.05
%0
%36.18
%21.96

Codes

Color #B5C77F in popluar color models

B5C77F
RGB181199127
HSL75°39.13%63.92%
HSB/HSV75°36.18%78.04%
CMYK9.05%0.00%36.18%
21.96%

Color #B5C77F in popluar number systems.

HEXB5C77F
Decimal181199127
Binary10110101110001111111111
Octal265307177

Shades and tints

Shades of #B5C77F

#B5C77F
(181,199,127)
#A5B574
(165,181,116)
#95A369
(149,163,105)
#85915E
(133,145,94)
#757F53
(117,127,83)
#656D48
(101,109,72)
#555B3D
(85,91,61)
#454932
(69,73,50)
#353727
(53,55,39)
#25251C
(37,37,28)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #B5C77F

#B5C77F
(181,199,127)
#BBCC8A
(187,204,138)
#C1D195
(193,209,149)
#C7D6A0
(199,214,160)
#CDDBAB
(205,219,171)
#D3E0B6
(211,224,182)
#D9E5C1
(217,229,193)
#DFEACC
(223,234,204)
#E5EFD7
(229,239,215)
#EBF4E2
(235,244,226)
#F1F9ED
(241,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C77F; }

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

This text font color is #B5C77F.


Background Color

.myBgColor { background-color: #B5C77F; }

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

This div background color is #B5C77F.


Border color

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

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

This div border color is #B5C77F.


Opacity

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

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

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

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

This text has shadow with #B5C77F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C77F on black background.


Color preview on white background

This text has color #B5C77F on white background.



Black color preview on #B5C77F background

This text has black color on #B5C77F background.


White color preview on #B5C77F background

This text has white color on #B5C77F background.