COLOR #B4C68A

HEX: #B4C68A RGB: (180,198,138)

Color info

#B4C68A contains mainly red and green colors. Web safe color of #B4C68A is #CCCC99 (or #CC9).

RGB color model

#B4C68A color RGB value is (180,198,138).

RGB: (180,198,138) (71%, 78%, 54%)

RGB channels and saturation

R 180 of 255 = 71%
G 198 of 255 = 78%
B 138 of 255 = 54%

180
198
138

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

Portions of RGB colors in percentages

R + G + B = 180 + 198 + 138 = 516 (100%)
R 180 of 516 ~ 34.88%
G 198 of 516 ~ 38.37%
B 138 of 516 ~ 26.74'%

%34.88
%38.37
%26.74

CMYK color model

#B4C68A color CMYK value is (9,0,30,22).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 22.35%

CMYK: (9,0,30,22)
C9M0Y30K22 (9%, 0%, 30%, 22%)
(0.09 / 0.00 / 0.30 / 0.22)

CMYK percentages

%9.09
%0
%30.3
%22.35

Codes

Color #B4C68A in popluar color models

B4 C6 8A
RGB 180 198 138
HSL 78° 34.48% 65.88%
HSB/HSV 78° 30.30% 77.65%
CMYK 9.09% 0.00% 30.30%
22.35%

Color #B4C68A in popluar number systems.

HEX B4 C6 8A
Decimal 180 198 138
Binary 10110100 11000110 10001010
Octal 264 306 212

Shades and tints

Shades of #B4C68A

#B4C68A
(180,198,138)
#A4B47E
(164,180,126)
#94A272
(148,162,114)
#849066
(132,144,102)
#747E5A
(116,126,90)
#646C4E
(100,108,78)
#545A42
(84,90,66)
#444836
(68,72,54)
#34362A
(52,54,42)
#24241E
(36,36,30)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #B4C68A

#B4C68A
(180,198,138)
#BACB94
(186,203,148)
#C0D09E
(192,208,158)
#C6D5A8
(198,213,168)
#CCDAB2
(204,218,178)
#D2DFBC
(210,223,188)
#D8E4C6
(216,228,198)
#DEE9D0
(222,233,208)
#E4EEDA
(228,238,218)
#EAF3E4
(234,243,228)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C68A color. Also use rgb(180,198,138) instead hex code.

Text Font Color

.myTextColor { color: #B4C68A; }

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

This text font color is #B4C68A.

Background Color

.myBgColor { background-color: #B4C68A; }

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

This div background color is #B4C68A.

Border color

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

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

This div border color is #B4C68A.

Opacity

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

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

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

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

This text has shadow with #B4C68A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C68A.

Preview

Color preview on black background

This text has color #B4C68A on black background.


Color preview on white background

This text has color #B4C68A on white background.


Black color preview on #B4C68A background

This text has black color on #B4C68A background.


White color preview on #B4C68A background

This text has white color on #B4C68A background.


Related colors

Complementary color

Complementary color for #hex is #4B3975.


I love getcolorcode.com

Triadic colors

1 #8AB4C6 and #C68AB4 with #B4C68A are triadic colors.

2 #8AC6B4 and #C6B48A with #B4C68A are triadic colors.