COLOR #B5C581

HEX: #B5C581 RGB: (181,197,129)

Color info

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

RGB color model

#B5C581 color RGB value is (181,197,129).

RGB: (181,197,129) (71%, 77%, 51%)

RGB channels and saturation

R 181 of 255 = 71%
G 197 of 255 = 77%
B 129 of 255 = 51%

181
197
129

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

Portions of RGB colors in percentages

R + G + B = 181 + 197 + 129 = 507 (100%)
R 181 of 507 ~ 35.7%
G 197 of 507 ~ 38.86%
B 129 of 507 ~ 25.44'%

%35.7
%38.86
%25.44

CMYK color model

#B5C581 color CMYK value is (8,0,35,23).

  • cyan value is 8.12%
  • magenta value is 0.00%
  • yellow value is 34.52%
  • key color value is 22.75%
CMYK: (8,0,35,23) C8M0Y35K23 (8%,0%,35%,23%) (0.08/0.00/0.35/0.23) 

CMYK percentages

%8.12
%0
%34.52
%22.75

Codes

Color #B5C581 in popluar color models

B5 C5 81
RGB 181 197 129
HSL 74° 36.96% 63.92%
HSB/HSV 74° 34.52% 77.25%
CMYK 8.12% 0.00% 34.52%
22.75%

Color #B5C581 in popluar number systems.

HEX B5 C5 81
Decimal 181 197 129
Binary 10110101 11000101 10000001
Octal 265 305 201

Shades and tints

Shades of #B5C581

#B5C581
(181,197,129)
#A5B476
(165,180,118)
#95A36B
(149,163,107)
#859260
(133,146,96)
#758155
(117,129,85)
#65704A
(101,112,74)
#555F3F
(85,95,63)
#454E34
(69,78,52)
#353D29
(53,61,41)
#252C1E
(37,44,30)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #B5C581

#B5C581
(181,197,129)
#BBCA8C
(187,202,140)
#C1CF97
(193,207,151)
#C7D4A2
(199,212,162)
#CDD9AD
(205,217,173)
#D3DEB8
(211,222,184)
#D9E3C3
(217,227,195)
#DFE8CE
(223,232,206)
#E5EDD9
(229,237,217)
#EBF2E4
(235,242,228)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C581 color. Also use rgb(181,197,129) instead hex code.

Text Font Color

.myTextColor { color: #B5C581; }

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

This text font color is #B5C581.

Background Color

.myBgColor { background-color: #B5C581; }

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

This div background color is #B5C581.

Border color

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

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

This div border color is #B5C581.

Opacity

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

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

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

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

This text has shadow with #B5C581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C581.

Preview

Color preview on black background

This text has color #B5C581 on black background.


Color preview on white background

This text has color #B5C581 on white background.


Black color preview on #B5C581 background

This text has black color on #B5C581 background.


White color preview on #B5C581 background

This text has white color on #B5C581 background.


Related colors

Complementary color

Complementary color for #hex is #4A3A7E.


I love getcolorcode.com

Triadic colors

1 #81B5C5 and #C581B5 with #B5C581 are triadic colors.

2 #81C5B5 and #C5B581 with #B5C581 are triadic colors.