COLOR #B4D26D

HEX: #B4D26D RGB: (180,210,109)

Color info

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

RGB color model

#B4D26D color RGB value is (180,210,109).

RGB: (180,210,109) (71%, 82%, 43%)

RGB channels and saturation

R 180 of 255 = 71%
G 210 of 255 = 82%
B 109 of 255 = 43%

180
210
109

R + G + B ~ 65%. #B4D26D is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 210 + 109 = 499 (100%)
R 180 of 499 ~ 36.07%
G 210 of 499 ~ 42.08%
B 109 of 499 ~ 21.84'%

%36.07
%42.08
%21.84

CMYK color model

#B4D26D color CMYK value is (14,0,48,18).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 48.10%
  • key color value is 17.65%

CMYK: (14,0,48,18)
C14M0Y48K18 (14%, 0%, 48%, 18%)
(0.14 / 0.00 / 0.48 / 0.18)

CMYK percentages

%14.29
%0
%48.1
%17.65

Codes

Color #B4D26D in popluar color models

B4 D2 6D
RGB 180 210 109
HSL 78° 52.88% 62.55%
HSB/HSV 78° 48.10% 82.35%
CMYK 14.29% 0.00% 48.10%
17.65%

Color #B4D26D in popluar number systems.

HEX B4 D2 6D
Decimal 180 210 109
Binary 10110100 11010010 1101101
Octal 264 322 155

Shades and tints

Shades of #B4D26D

#B4D26D
(180,210,109)
#A4BF64
(164,191,100)
#94AC5B
(148,172,91)
#849952
(132,153,82)
#748649
(116,134,73)
#647340
(100,115,64)
#546037
(84,96,55)
#444D2E
(68,77,46)
#343A25
(52,58,37)
#24271C
(36,39,28)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #B4D26D

#B4D26D
(180,210,109)
#BAD67A
(186,214,122)
#C0DA87
(192,218,135)
#C6DE94
(198,222,148)
#CCE2A1
(204,226,161)
#D2E6AE
(210,230,174)
#D8EABB
(216,234,187)
#DEEEC8
(222,238,200)
#E4F2D5
(228,242,213)
#EAF6E2
(234,246,226)
#F0FAEF
(240,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D26D; }

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

This text font color is #B4D26D.

Background Color

.myBgColor { background-color: #B4D26D; }

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

This div background color is #B4D26D.

Border color

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

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

This div border color is #B4D26D.

Opacity

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

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

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

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

This text has shadow with #B4D26D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D26D.

Preview

Color preview on black background

This text has color #B4D26D on black background.


Color preview on white background

This text has color #B4D26D on white background.


Black color preview on #B4D26D background

This text has black color on #B4D26D background.


White color preview on #B4D26D background

This text has white color on #B4D26D background.


Related colors

Complementary color

Complementary color for #hex is #4B2D92.


I love getcolorcode.com

Triadic colors

1 #6DB4D2 and #D26DB4 with #B4D26D are triadic colors.

2 #6DD2B4 and #D2B46D with #B4D26D are triadic colors.