COLOR #B5CC80

HEX: #B5CC80 RGB: (181,204,128)

Color info

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

RGB color model

#B5CC80 color RGB value is (181,204,128).

RGB: (181,204,128) (71%, 80%, 50%)

RGB channels and saturation

R 181 of 255 = 71%
G 204 of 255 = 80%
B 128 of 255 = 50%

181
204
128

R + G + B ~ 67%. #B5CC80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 204 + 128 = 513 (100%)
R 181 of 513 ~ 35.28%
G 204 of 513 ~ 39.77%
B 128 of 513 ~ 24.95'%

%35.28
%39.77
%24.95

CMYK color model

#B5CC80 color CMYK value is (11,0,37,20).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 20.00%

CMYK: (11,0,37,20)
C11M0Y37K20 (11%, 0%, 37%, 20%)
(0.11 / 0.00 / 0.37 / 0.20)

CMYK percentages

%11.27
%0
%37.25
%20

Codes

Color #B5CC80 in popluar color models

B5 CC 80
RGB 181 204 128
HSL 78° 42.70% 65.10%
HSB/HSV 78° 37.25% 80.00%
CMYK 11.27% 0.00% 37.25%
20.00%

Color #B5CC80 in popluar number systems.

HEX B5 CC 80
Decimal 181 204 128
Binary 10110101 11001100 10000000
Octal 265 314 200

Shades and tints

Shades of #B5CC80

#B5CC80
(181,204,128)
#A5BA75
(165,186,117)
#95A86A
(149,168,106)
#85965F
(133,150,95)
#758454
(117,132,84)
#657249
(101,114,73)
#55603E
(85,96,62)
#454E33
(69,78,51)
#353C28
(53,60,40)
#252A1D
(37,42,29)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #B5CC80

#B5CC80
(181,204,128)
#BBD08B
(187,208,139)
#C1D496
(193,212,150)
#C7D8A1
(199,216,161)
#CDDCAC
(205,220,172)
#D3E0B7
(211,224,183)
#D9E4C2
(217,228,194)
#DFE8CD
(223,232,205)
#E5ECD8
(229,236,216)
#EBF0E3
(235,240,227)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CC80; }

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

This text font color is #B5CC80.

Background Color

.myBgColor { background-color: #B5CC80; }

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

This div background color is #B5CC80.

Border color

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

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

This div border color is #B5CC80.

Opacity

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

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

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

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

This text has shadow with #B5CC80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CC80.

Preview

Color preview on black background

This text has color #B5CC80 on black background.


Color preview on white background

This text has color #B5CC80 on white background.


Black color preview on #B5CC80 background

This text has black color on #B5CC80 background.


White color preview on #B5CC80 background

This text has white color on #B5CC80 background.


Related colors

Complementary color

Complementary color for #hex is #4A337F.


I love getcolorcode.com

Triadic colors

1 #80B5CC and #CC80B5 with #B5CC80 are triadic colors.

2 #80CCB5 and #CCB580 with #B5CC80 are triadic colors.