COLOR #B0C792

HEX: #B0C792 RGB: (176,199,146)

Color info

#B0C792 contains red, green and blue colors in about the same proportion. Web safe color of #B0C792 is #99CC99 (or #9C9).

RGB color model

#B0C792 color RGB value is (176,199,146).

RGB: (176,199,146) (69%, 78%, 57%)

RGB channels and saturation

R 176 of 255 = 69%
G 199 of 255 = 78%
B 146 of 255 = 57%

176
199
146

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

Portions of RGB colors in percentages

R + G + B = 176 + 199 + 146 = 521 (100%)
R 176 of 521 ~ 33.78%
G 199 of 521 ~ 38.2%
B 146 of 521 ~ 28.02'%

%33.78
%38.2
%28.02

CMYK color model

#B0C792 color CMYK value is (12,0,27,22).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 26.63%
  • key color value is 21.96%

CMYK: (12,0,27,22)
C12M0Y27K22 (12%, 0%, 27%, 22%)
(0.12 / 0.00 / 0.27 / 0.22)

CMYK percentages

%11.56
%0
%26.63
%21.96

Codes

Color #B0C792 in popluar color models

B0 C7 92
RGB 176 199 146
HSL 86° 32.12% 67.65%
HSB/HSV 86° 26.63% 78.04%
CMYK 11.56% 0.00% 26.63%
21.96%

Color #B0C792 in popluar number systems.

HEX B0 C7 92
Decimal 176 199 146
Binary 10110000 11000111 10010010
Octal 260 307 222

Shades and tints

Shades of #B0C792

#B0C792
(176,199,146)
#A0B585
(160,181,133)
#90A378
(144,163,120)
#80916B
(128,145,107)
#707F5E
(112,127,94)
#606D51
(96,109,81)
#505B44
(80,91,68)
#404937
(64,73,55)
#30372A
(48,55,42)
#20251D
(32,37,29)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #B0C792

#B0C792
(176,199,146)
#B7CC9B
(183,204,155)
#BED1A4
(190,209,164)
#C5D6AD
(197,214,173)
#CCDBB6
(204,219,182)
#D3E0BF
(211,224,191)
#DAE5C8
(218,229,200)
#E1EAD1
(225,234,209)
#E8EFDA
(232,239,218)
#EFF4E3
(239,244,227)
#F6F9EC
(246,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C792 color. Also use rgb(176,199,146) instead hex code.

Text Font Color

.myTextColor { color: #B0C792; }

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

This text font color is #B0C792.

Background Color

.myBgColor { background-color: #B0C792; }

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

This div background color is #B0C792.

Border color

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

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

This div border color is #B0C792.

Opacity

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

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

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

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

This text has shadow with #B0C792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C792.

Preview

Color preview on black background

This text has color #B0C792 on black background.


Color preview on white background

This text has color #B0C792 on white background.


Black color preview on #B0C792 background

This text has black color on #B0C792 background.


White color preview on #B0C792 background

This text has white color on #B0C792 background.


Related colors

Complementary color

Complementary color for #hex is #4F386D.


I love getcolorcode.com

Triadic colors

1 #92B0C7 and #C792B0 with #B0C792 are triadic colors.

2 #92C7B0 and #C7B092 with #B0C792 are triadic colors.