COLOR #B5DA6C

HEX: #B5DA6C RGB: (181,218,108)

Color info

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

RGB color model

#B5DA6C color RGB value is (181,218,108).

RGB: (181,218,108) (71%, 85%, 42%)

RGB channels and saturation

R 181 of 255 = 71%
G 218 of 255 = 85%
B 108 of 255 = 42%

181
218
108

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

Portions of RGB colors in percentages

R + G + B = 181 + 218 + 108 = 507 (100%)
R 181 of 507 ~ 35.7%
G 218 of 507 ~ 43%
B 108 of 507 ~ 21.3'%

%35.7
%43
%21.3

CMYK color model

#B5DA6C color CMYK value is (17,0,50,15).

  • cyan value is 16.97%
  • magenta value is 0.00%
  • yellow value is 50.46%
  • key color value is 14.51%

CMYK: (17,0,50,15)
C17M0Y50K15 (17%, 0%, 50%, 15%)
(0.17 / 0.00 / 0.50 / 0.15)

CMYK percentages

%16.97
%0
%50.46
%14.51

Codes

Color #B5DA6C in popluar color models

B5 DA 6C
RGB 181 218 108
HSL 80° 59.78% 63.92%
HSB/HSV 80° 50.46% 85.49%
CMYK 16.97% 0.00% 50.46%
14.51%

Color #B5DA6C in popluar number systems.

HEX B5 DA 6C
Decimal 181 218 108
Binary 10110101 11011010 1101100
Octal 265 332 154

Shades and tints

Shades of #B5DA6C

#B5DA6C
(181,218,108)
#A5C763
(165,199,99)
#95B45A
(149,180,90)
#85A151
(133,161,81)
#758E48
(117,142,72)
#657B3F
(101,123,63)
#556836
(85,104,54)
#45552D
(69,85,45)
#354224
(53,66,36)
#252F1B
(37,47,27)
#151C12
(21,28,18)
#000000
(0,0,0)

Tints of #B5DA6C

#B5DA6C
(181,218,108)
#BBDD79
(187,221,121)
#C1E086
(193,224,134)
#C7E393
(199,227,147)
#CDE6A0
(205,230,160)
#D3E9AD
(211,233,173)
#D9ECBA
(217,236,186)
#DFEFC7
(223,239,199)
#E5F2D4
(229,242,212)
#EBF5E1
(235,245,225)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DA6C color. Also use rgb(181,218,108) instead hex code.

Text Font Color

.myTextColor { color: #B5DA6C; }

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

This text font color is #B5DA6C.

Background Color

.myBgColor { background-color: #B5DA6C; }

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

This div background color is #B5DA6C.

Border color

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

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

This div border color is #B5DA6C.

Opacity

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

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

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

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

This text has shadow with #B5DA6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DA6C.

Preview

Color preview on black background

This text has color #B5DA6C on black background.


Color preview on white background

This text has color #B5DA6C on white background.


Black color preview on #B5DA6C background

This text has black color on #B5DA6C background.


White color preview on #B5DA6C background

This text has white color on #B5DA6C background.


Related colors

Complementary color

Complementary color for #hex is #4A2593.


I love getcolorcode.com

Triadic colors

1 #6CB5DA and #DA6CB5 with #B5DA6C are triadic colors.

2 #6CDAB5 and #DAB56C with #B5DA6C are triadic colors.