COLOR #B5C280

HEX: #B5C280 RGB: (181,194,128)

Color info

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

RGB color model

#B5C280 color RGB value is (181,194,128).

RGB: (181,194,128) (71%, 76%, 50%)

RGB channels and saturation

R 181 of 255 = 71%
G 194 of 255 = 76%
B 128 of 255 = 50%

181
194
128

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

Portions of RGB colors in percentages

R + G + B = 181 + 194 + 128 = 503 (100%)
R 181 of 503 ~ 35.98%
G 194 of 503 ~ 38.57%
B 128 of 503 ~ 25.45'%

%35.98
%38.57
%25.45

CMYK color model

#B5C280 color CMYK value is (7,0,34,24).

  • cyan value is 6.70%
  • magenta value is 0.00%
  • yellow value is 34.02%
  • key color value is 23.92%
CMYK: (7,0,34,24) C7M0Y34K24 (7%,0%,34%,24%) (0.07/0.00/0.34/0.24) 

CMYK percentages

%6.7
%0
%34.02
%23.92

Codes

Color #B5C280 in popluar color models

B5 C2 80
RGB 181 194 128
HSL 72° 35.11% 63.14%
HSB/HSV 72° 34.02% 76.08%
CMYK 6.70% 0.00% 34.02%
23.92%

Color #B5C280 in popluar number systems.

HEX B5 C2 80
Decimal 181 194 128
Binary 10110101 11000010 10000000
Octal 265 302 200

Shades and tints

Shades of #B5C280

#B5C280
(181,194,128)
#A5B175
(165,177,117)
#95A06A
(149,160,106)
#858F5F
(133,143,95)
#757E54
(117,126,84)
#656D49
(101,109,73)
#555C3E
(85,92,62)
#454B33
(69,75,51)
#353A28
(53,58,40)
#25291D
(37,41,29)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #B5C280

#B5C280
(181,194,128)
#BBC78B
(187,199,139)
#C1CC96
(193,204,150)
#C7D1A1
(199,209,161)
#CDD6AC
(205,214,172)
#D3DBB7
(211,219,183)
#D9E0C2
(217,224,194)
#DFE5CD
(223,229,205)
#E5EAD8
(229,234,216)
#EBEFE3
(235,239,227)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C280 color. Also use rgb(181,194,128) instead hex code.

Text Font Color

.myTextColor { color: #B5C280; }

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

This text font color is #B5C280.

Background Color

.myBgColor { background-color: #B5C280; }

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

This div background color is #B5C280.

Border color

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

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

This div border color is #B5C280.

Opacity

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

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

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

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

This text has shadow with #B5C280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C280.

Preview

Color preview on black background

This text has color #B5C280 on black background.


Color preview on white background

This text has color #B5C280 on white background.


Black color preview on #B5C280 background

This text has black color on #B5C280 background.


White color preview on #B5C280 background

This text has white color on #B5C280 background.


Related colors

Complementary color

Complementary color for #hex is #4A3D7F.


I love getcolorcode.com

Triadic colors

1 #80B5C2 and #C280B5 with #B5C280 are triadic colors.

2 #80C2B5 and #C2B580 with #B5C280 are triadic colors.