COLOR #B4E36D

HEX: #B4E36D RGB: (180,227,109)

Color info

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

RGB color model

#B4E36D color RGB value is (180,227,109).

RGB: (180,227,109) (71%, 89%, 43%)

RGB channels and saturation

R 180 of 255 = 71%
G 227 of 255 = 89%
B 109 of 255 = 43%

180
227
109

R + G + B ~ 68%. #B4E36D is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 227 + 109 = 516 (100%)
R 180 of 516 ~ 34.88%
G 227 of 516 ~ 43.99%
B 109 of 516 ~ 21.12'%

%34.88
%43.99
%21.12

CMYK color model

#B4E36D color CMYK value is (21,0,52,11).

  • cyan value is 20.70%
  • magenta value is 0.00%
  • yellow value is 51.98%
  • key color value is 10.98%

CMYK: (21,0,52,11)
C21M0Y52K11 (21%, 0%, 52%, 11%)
(0.21 / 0.00 / 0.52 / 0.11)

CMYK percentages

%20.7
%0
%51.98
%10.98

Codes

Color #B4E36D in popluar color models

B4 E3 6D
RGB 180 227 109
HSL 84° 67.82% 65.88%
HSB/HSV 84° 51.98% 89.02%
CMYK 20.70% 0.00% 51.98%
10.98%

Color #B4E36D in popluar number systems.

HEX B4 E3 6D
Decimal 180 227 109
Binary 10110100 11100011 1101101
Octal 264 343 155

Shades and tints

Shades of #B4E36D

#B4E36D
(180,227,109)
#A4CF64
(164,207,100)
#94BB5B
(148,187,91)
#84A752
(132,167,82)
#749349
(116,147,73)
#647F40
(100,127,64)
#546B37
(84,107,55)
#44572E
(68,87,46)
#344325
(52,67,37)
#242F1C
(36,47,28)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #B4E36D

#B4E36D
(180,227,109)
#BAE57A
(186,229,122)
#C0E787
(192,231,135)
#C6E994
(198,233,148)
#CCEBA1
(204,235,161)
#D2EDAE
(210,237,174)
#D8EFBB
(216,239,187)
#DEF1C8
(222,241,200)
#E4F3D5
(228,243,213)
#EAF5E2
(234,245,226)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E36D color. Also use rgb(180,227,109) instead hex code.

Text Font Color

.myTextColor { color: #B4E36D; }

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

This text font color is #B4E36D.

Background Color

.myBgColor { background-color: #B4E36D; }

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

This div background color is #B4E36D.

Border color

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

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

This div border color is #B4E36D.

Opacity

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

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

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

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

This text has shadow with #B4E36D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4E36D.

Preview

Color preview on black background

This text has color #B4E36D on black background.


Color preview on white background

This text has color #B4E36D on white background.


Black color preview on #B4E36D background

This text has black color on #B4E36D background.


White color preview on #B4E36D background

This text has white color on #B4E36D background.


Related colors

Complementary color

Complementary color for #hex is #4B1C92.


I love getcolorcode.com

Triadic colors

1 #6DB4E3 and #E36DB4 with #B4E36D are triadic colors.

2 #6DE3B4 and #E3B46D with #B4E36D are triadic colors.