COLOR #B2C065

HEX: #B2C065 RGB: (178,192,101)

Color info

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

RGB color model

#B2C065 color RGB value is (178,192,101).

RGB: (178,192,101) (70%, 75%, 40%)

RGB channels and saturation

R 178 of 255 = 70%
G 192 of 255 = 75%
B 101 of 255 = 40%

178
192
101

R + G + B ~ 62%. #B2C065 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 192 + 101 = 471 (100%)
R 178 of 471 ~ 37.79%
G 192 of 471 ~ 40.76%
B 101 of 471 ~ 21.44'%

%37.79
%40.76
%21.44

CMYK color model

#B2C065 color CMYK value is (7,0,47,25).

  • cyan value is 7.29%
  • magenta value is 0.00%
  • yellow value is 47.40%
  • key color value is 24.71%

CMYK: (7,0,47,25)
C7M0Y47K25 (7%, 0%, 47%, 25%)
(0.07 / 0.00 / 0.47 / 0.25)

CMYK percentages

%7.29
%0
%47.4
%24.71

Codes

Color #B2C065 in popluar color models

B2 C0 65
RGB 178 192 101
HSL 69° 41.94% 57.45%
HSB/HSV 69° 47.40% 75.29%
CMYK 7.29% 0.00% 47.40%
24.71%

Color #B2C065 in popluar number systems.

HEX B2 C0 65
Decimal 178 192 101
Binary 10110010 11000000 1100101
Octal 262 300 145

Shades and tints

Shades of #B2C065

#B2C065
(178,192,101)
#A2AF5C
(162,175,92)
#929E53
(146,158,83)
#828D4A
(130,141,74)
#727C41
(114,124,65)
#626B38
(98,107,56)
#525A2F
(82,90,47)
#424926
(66,73,38)
#32381D
(50,56,29)
#222714
(34,39,20)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #B2C065

#B2C065
(178,192,101)
#B9C573
(185,197,115)
#C0CA81
(192,202,129)
#C7CF8F
(199,207,143)
#CED49D
(206,212,157)
#D5D9AB
(213,217,171)
#DCDEB9
(220,222,185)
#E3E3C7
(227,227,199)
#EAE8D5
(234,232,213)
#F1EDE3
(241,237,227)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C065 color. Also use rgb(178,192,101) instead hex code.

Text Font Color

.myTextColor { color: #B2C065; }

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

This text font color is #B2C065.

Background Color

.myBgColor { background-color: #B2C065; }

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

This div background color is #B2C065.

Border color

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

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

This div border color is #B2C065.

Opacity

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

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

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

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

This text has shadow with #B2C065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C065.

Preview

Color preview on black background

This text has color #B2C065 on black background.


Color preview on white background

This text has color #B2C065 on white background.


Black color preview on #B2C065 background

This text has black color on #B2C065 background.


White color preview on #B2C065 background

This text has white color on #B2C065 background.


Related colors

Complementary color

Complementary color for #hex is #4D3F9A.


I love getcolorcode.com

Triadic colors

1 #65B2C0 and #C065B2 with #B2C065 are triadic colors.

2 #65C0B2 and #C0B265 with #B2C065 are triadic colors.