COLOR #B0E36D

HEX: #B0E36D RGB: (176,227,109)

Color info

#B0E36D contains mainly red and green colors. Web safe color of #B0E36D is #99CC66 (or #9C6).

RGB color model

#B0E36D color RGB value is (176,227,109).

RGB: (176,227,109) (69%, 89%, 43%)

RGB channels and saturation

R 176 of 255 = 69%
G 227 of 255 = 89%
B 109 of 255 = 43%

176
227
109

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

Portions of RGB colors in percentages

R + G + B = 176 + 227 + 109 = 512 (100%)
R 176 of 512 ~ 34.38%
G 227 of 512 ~ 44.34%
B 109 of 512 ~ 21.29'%

%34.38
%44.34
%21.29

CMYK color model

#B0E36D color CMYK value is (22,0,52,11).

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

CMYK: (22,0,52,11)
C22M0Y52K11 (22%, 0%, 52%, 11%)
(0.22 / 0.00 / 0.52 / 0.11)

CMYK percentages

%22.47
%0
%51.98
%10.98

Codes

Color #B0E36D in popluar color models

B0 E3 6D
RGB 176 227 109
HSL 86° 67.82% 65.88%
HSB/HSV 86° 51.98% 89.02%
CMYK 22.47% 0.00% 51.98%
10.98%

Color #B0E36D in popluar number systems.

HEX B0 E3 6D
Decimal 176 227 109
Binary 10110000 11100011 1101101
Octal 260 343 155

Shades and tints

Shades of #B0E36D

#B0E36D
(176,227,109)
#A0CF64
(160,207,100)
#90BB5B
(144,187,91)
#80A752
(128,167,82)
#709349
(112,147,73)
#607F40
(96,127,64)
#506B37
(80,107,55)
#40572E
(64,87,46)
#304325
(48,67,37)
#202F1C
(32,47,28)
#101B13
(16,27,19)
#000000
(0,0,0)

Tints of #B0E36D

#B0E36D
(176,227,109)
#B7E57A
(183,229,122)
#BEE787
(190,231,135)
#C5E994
(197,233,148)
#CCEBA1
(204,235,161)
#D3EDAE
(211,237,174)
#DAEFBB
(218,239,187)
#E1F1C8
(225,241,200)
#E8F3D5
(232,243,213)
#EFF5E2
(239,245,226)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E36D; }

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

This text font color is #B0E36D.

Background Color

.myBgColor { background-color: #B0E36D; }

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

This div background color is #B0E36D.

Border color

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

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

This div border color is #B0E36D.

Opacity

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

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

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

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

This text has shadow with #B0E36D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E36D.

Preview

Color preview on black background

This text has color #B0E36D on black background.


Color preview on white background

This text has color #B0E36D on white background.


Black color preview on #B0E36D background

This text has black color on #B0E36D background.


White color preview on #B0E36D background

This text has white color on #B0E36D background.


Related colors

Complementary color

Complementary color for #hex is #4F1C92.


I love getcolorcode.com

Triadic colors

1 #6DB0E3 and #E36DB0 with #B0E36D are triadic colors.

2 #6DE3B0 and #E3B06D with #B0E36D are triadic colors.