COLOR #B5CA76

HEX: #B5CA76 RGB: (181,202,118)

Color info

#B5CA76 contains mainly red and green colors. Web safe color of #B5CA76 is #CCCC66 (or #CC6).

RGB color model

#B5CA76 color RGB value is (181,202,118).

RGB: (181,202,118) (71%, 79%, 46%)

RGB channels and saturation

R 181 of 255 = 71%
G 202 of 255 = 79%
B 118 of 255 = 46%

181
202
118

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

Portions of RGB colors in percentages

R + G + B = 181 + 202 + 118 = 501 (100%)
R 181 of 501 ~ 36.13%
G 202 of 501 ~ 40.32%
B 118 of 501 ~ 23.55'%

%36.13
%40.32
%23.55

CMYK color model

#B5CA76 color CMYK value is (10,0,42,21).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 41.58%
  • key color value is 20.78%

CMYK: (10,0,42,21)
C10M0Y42K21 (10%, 0%, 42%, 21%)
(0.10 / 0.00 / 0.42 / 0.21)

CMYK percentages

%10.4
%0
%41.58
%20.78

Codes

Color #B5CA76 in popluar color models

B5 CA 76
RGB 181 202 118
HSL 75° 44.21% 62.75%
HSB/HSV 75° 41.58% 79.22%
CMYK 10.40% 0.00% 41.58%
20.78%

Color #B5CA76 in popluar number systems.

HEX B5 CA 76
Decimal 181 202 118
Binary 10110101 11001010 1110110
Octal 265 312 166

Shades and tints

Shades of #B5CA76

#B5CA76
(181,202,118)
#A5B86C
(165,184,108)
#95A662
(149,166,98)
#859458
(133,148,88)
#75824E
(117,130,78)
#657044
(101,112,68)
#555E3A
(85,94,58)
#454C30
(69,76,48)
#353A26
(53,58,38)
#25281C
(37,40,28)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #B5CA76

#B5CA76
(181,202,118)
#BBCE82
(187,206,130)
#C1D28E
(193,210,142)
#C7D69A
(199,214,154)
#CDDAA6
(205,218,166)
#D3DEB2
(211,222,178)
#D9E2BE
(217,226,190)
#DFE6CA
(223,230,202)
#E5EAD6
(229,234,214)
#EBEEE2
(235,238,226)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CA76 color. Also use rgb(181,202,118) instead hex code.

Text Font Color

.myTextColor { color: #B5CA76; }

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

This text font color is #B5CA76.

Background Color

.myBgColor { background-color: #B5CA76; }

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

This div background color is #B5CA76.

Border color

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

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

This div border color is #B5CA76.

Opacity

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

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

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

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

This text has shadow with #B5CA76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CA76.

Preview

Color preview on black background

This text has color #B5CA76 on black background.


Color preview on white background

This text has color #B5CA76 on white background.


Black color preview on #B5CA76 background

This text has black color on #B5CA76 background.


White color preview on #B5CA76 background

This text has white color on #B5CA76 background.


Related colors

Complementary color

Complementary color for #hex is #4A3589.


I love getcolorcode.com

Triadic colors

1 #76B5CA and #CA76B5 with #B5CA76 are triadic colors.

2 #76CAB5 and #CAB576 with #B5CA76 are triadic colors.