COLOR #B2C475

HEX: #B2C475 RGB: (178,196,117)

Color info

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

RGB color model

#B2C475 color RGB value is (178,196,117).

RGB: (178,196,117) (70%, 77%, 46%)

RGB channels and saturation

R 178 of 255 = 70%
G 196 of 255 = 77%
B 117 of 255 = 46%

178
196
117

R + G + B ~ 64%. #B2C475 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 196 + 117 = 491 (100%)
R 178 of 491 ~ 36.25%
G 196 of 491 ~ 39.92%
B 117 of 491 ~ 23.83'%

%36.25
%39.92
%23.83

CMYK color model

#B2C475 color CMYK value is (9,0,40,23).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 40.31%
  • key color value is 23.14%

CMYK: (9,0,40,23)
C9M0Y40K23 (9%, 0%, 40%, 23%)
(0.09 / 0.00 / 0.40 / 0.23)

CMYK percentages

%9.18
%0
%40.31
%23.14

Codes

Color #B2C475 in popluar color models

B2 C4 75
RGB 178 196 117
HSL 74° 40.10% 61.37%
HSB/HSV 74° 40.31% 76.86%
CMYK 9.18% 0.00% 40.31%
23.14%

Color #B2C475 in popluar number systems.

HEX B2 C4 75
Decimal 178 196 117
Binary 10110010 11000100 1110101
Octal 262 304 165

Shades and tints

Shades of #B2C475

#B2C475
(178,196,117)
#A2B36B
(162,179,107)
#92A261
(146,162,97)
#829157
(130,145,87)
#72804D
(114,128,77)
#626F43
(98,111,67)
#525E39
(82,94,57)
#424D2F
(66,77,47)
#323C25
(50,60,37)
#222B1B
(34,43,27)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #B2C475

#B2C475
(178,196,117)
#B9C981
(185,201,129)
#C0CE8D
(192,206,141)
#C7D399
(199,211,153)
#CED8A5
(206,216,165)
#D5DDB1
(213,221,177)
#DCE2BD
(220,226,189)
#E3E7C9
(227,231,201)
#EAECD5
(234,236,213)
#F1F1E1
(241,241,225)
#F8F6ED
(248,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C475 color. Also use rgb(178,196,117) instead hex code.

Text Font Color

.myTextColor { color: #B2C475; }

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

This text font color is #B2C475.

Background Color

.myBgColor { background-color: #B2C475; }

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

This div background color is #B2C475.

Border color

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

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

This div border color is #B2C475.

Opacity

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

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

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

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

This text has shadow with #B2C475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C475.

Preview

Color preview on black background

This text has color #B2C475 on black background.


Color preview on white background

This text has color #B2C475 on white background.


Black color preview on #B2C475 background

This text has black color on #B2C475 background.


White color preview on #B2C475 background

This text has white color on #B2C475 background.


Related colors

Complementary color

Complementary color for #hex is #4D3B8A.


I love getcolorcode.com

Triadic colors

1 #75B2C4 and #C475B2 with #B2C475 are triadic colors.

2 #75C4B2 and #C4B275 with #B2C475 are triadic colors.