COLOR #B4C866

HEX: #B4C866 RGB: (180,200,102)

Color info

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

RGB color model

#B4C866 color RGB value is (180,200,102).

RGB: (180,200,102) (71%, 78%, 40%)

RGB channels and saturation

R 180 of 255 = 71%
G 200 of 255 = 78%
B 102 of 255 = 40%

180
200
102

R + G + B ~ 63%. #B4C866 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 200 + 102 = 482 (100%)
R 180 of 482 ~ 37.34%
G 200 of 482 ~ 41.49%
B 102 of 482 ~ 21.16'%

%37.34
%41.49
%21.16

CMYK color model

#B4C866 color CMYK value is (10,0,49,22).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 49.00%
  • key color value is 21.57%

CMYK: (10,0,49,22)
C10M0Y49K22 (10%, 0%, 49%, 22%)
(0.10 / 0.00 / 0.49 / 0.22)

CMYK percentages

%10
%0
%49
%21.57

Codes

Color #B4C866 in popluar color models

B4 C8 66
RGB 180 200 102
HSL 72° 47.12% 59.22%
HSB/HSV 72° 49.00% 78.43%
CMYK 10.00% 0.00% 49.00%
21.57%

Color #B4C866 in popluar number systems.

HEX B4 C8 66
Decimal 180 200 102
Binary 10110100 11001000 1100110
Octal 264 310 146

Shades and tints

Shades of #B4C866

#B4C866
(180,200,102)
#A4B65D
(164,182,93)
#94A454
(148,164,84)
#84924B
(132,146,75)
#748042
(116,128,66)
#646E39
(100,110,57)
#545C30
(84,92,48)
#444A27
(68,74,39)
#34381E
(52,56,30)
#242615
(36,38,21)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #B4C866

#B4C866
(180,200,102)
#BACD73
(186,205,115)
#C0D280
(192,210,128)
#C6D78D
(198,215,141)
#CCDC9A
(204,220,154)
#D2E1A7
(210,225,167)
#D8E6B4
(216,230,180)
#DEEBC1
(222,235,193)
#E4F0CE
(228,240,206)
#EAF5DB
(234,245,219)
#F0FAE8
(240,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C866 color. Also use rgb(180,200,102) instead hex code.

Text Font Color

.myTextColor { color: #B4C866; }

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

This text font color is #B4C866.

Background Color

.myBgColor { background-color: #B4C866; }

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

This div background color is #B4C866.

Border color

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

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

This div border color is #B4C866.

Opacity

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

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

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

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

This text has shadow with #B4C866 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C866.

Preview

Color preview on black background

This text has color #B4C866 on black background.


Color preview on white background

This text has color #B4C866 on white background.


Black color preview on #B4C866 background

This text has black color on #B4C866 background.


White color preview on #B4C866 background

This text has white color on #B4C866 background.


Related colors

Complementary color

Complementary color for #hex is #4B3799.


I love getcolorcode.com

Triadic colors

1 #66B4C8 and #C866B4 with #B4C866 are triadic colors.

2 #66C8B4 and #C8B466 with #B4C866 are triadic colors.