COLOR #B0C67A

HEX: #B0C67A RGB: (176,198,122)

Color info

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

RGB color model

#B0C67A color RGB value is (176,198,122).

RGB: (176,198,122) (69%, 78%, 48%)

RGB channels and saturation

R 176 of 255 = 69%
G 198 of 255 = 78%
B 122 of 255 = 48%

176
198
122

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

Portions of RGB colors in percentages

R + G + B = 176 + 198 + 122 = 496 (100%)
R 176 of 496 ~ 35.48%
G 198 of 496 ~ 39.92%
B 122 of 496 ~ 24.6'%

%35.48
%39.92
%24.6

CMYK color model

#B0C67A color CMYK value is (11,0,38,22).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 38.38%
  • key color value is 22.35%

CMYK: (11,0,38,22)
C11M0Y38K22 (11%, 0%, 38%, 22%)
(0.11 / 0.00 / 0.38 / 0.22)

CMYK percentages

%11.11
%0
%38.38
%22.35

Codes

Color #B0C67A in popluar color models

B0 C6 7A
RGB 176 198 122
HSL 77° 40.00% 62.75%
HSB/HSV 77° 38.38% 77.65%
CMYK 11.11% 0.00% 38.38%
22.35%

Color #B0C67A in popluar number systems.

HEX B0 C6 7A
Decimal 176 198 122
Binary 10110000 11000110 1111010
Octal 260 306 172

Shades and tints

Shades of #B0C67A

#B0C67A
(176,198,122)
#A0B46F
(160,180,111)
#90A264
(144,162,100)
#809059
(128,144,89)
#707E4E
(112,126,78)
#606C43
(96,108,67)
#505A38
(80,90,56)
#40482D
(64,72,45)
#303622
(48,54,34)
#202417
(32,36,23)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #B0C67A

#B0C67A
(176,198,122)
#B7CB86
(183,203,134)
#BED092
(190,208,146)
#C5D59E
(197,213,158)
#CCDAAA
(204,218,170)
#D3DFB6
(211,223,182)
#DAE4C2
(218,228,194)
#E1E9CE
(225,233,206)
#E8EEDA
(232,238,218)
#EFF3E6
(239,243,230)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C67A color. Also use rgb(176,198,122) instead hex code.

Text Font Color

.myTextColor { color: #B0C67A; }

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

This text font color is #B0C67A.

Background Color

.myBgColor { background-color: #B0C67A; }

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

This div background color is #B0C67A.

Border color

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

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

This div border color is #B0C67A.

Opacity

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

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

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

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

This text has shadow with #B0C67A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C67A.

Preview

Color preview on black background

This text has color #B0C67A on black background.


Color preview on white background

This text has color #B0C67A on white background.


Black color preview on #B0C67A background

This text has black color on #B0C67A background.


White color preview on #B0C67A background

This text has white color on #B0C67A background.


Related colors

Complementary color

Complementary color for #hex is #4F3985.


I love getcolorcode.com

Triadic colors

1 #7AB0C6 and #C67AB0 with #B0C67A are triadic colors.

2 #7AC6B0 and #C6B07A with #B0C67A are triadic colors.