COLOR #B5C975

HEX: #B5C975 RGB: (181,201,117)

Color info

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

RGB color model

#B5C975 color RGB value is (181,201,117).

RGB: (181,201,117) (71%, 79%, 46%)

RGB channels and saturation

R 181 of 255 = 71%
G 201 of 255 = 79%
B 117 of 255 = 46%

181
201
117

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

Portions of RGB colors in percentages

R + G + B = 181 + 201 + 117 = 499 (100%)
R 181 of 499 ~ 36.27%
G 201 of 499 ~ 40.28%
B 117 of 499 ~ 23.45'%

%36.27
%40.28
%23.45

CMYK color model

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

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 41.79%
  • key color value is 21.18%

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

CMYK percentages

%9.95
%0
%41.79
%21.18

Codes

Color #B5C975 in popluar color models

B5 C9 75
RGB 181 201 117
HSL 74° 43.75% 62.35%
HSB/HSV 74° 41.79% 78.82%
CMYK 9.95% 0.00% 41.79%
21.18%

Color #B5C975 in popluar number systems.

HEX B5 C9 75
Decimal 181 201 117
Binary 10110101 11001001 1110101
Octal 265 311 165

Shades and tints

Shades of #B5C975

#B5C975
(181,201,117)
#A5B76B
(165,183,107)
#95A561
(149,165,97)
#859357
(133,147,87)
#75814D
(117,129,77)
#656F43
(101,111,67)
#555D39
(85,93,57)
#454B2F
(69,75,47)
#353925
(53,57,37)
#25271B
(37,39,27)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #B5C975

#B5C975
(181,201,117)
#BBCD81
(187,205,129)
#C1D18D
(193,209,141)
#C7D599
(199,213,153)
#CDD9A5
(205,217,165)
#D3DDB1
(211,221,177)
#D9E1BD
(217,225,189)
#DFE5C9
(223,229,201)
#E5E9D5
(229,233,213)
#EBEDE1
(235,237,225)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C975 color. Also use rgb(181,201,117) instead hex code.

Text Font Color

.myTextColor { color: #B5C975; }

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

This text font color is #B5C975.

Background Color

.myBgColor { background-color: #B5C975; }

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

This div background color is #B5C975.

Border color

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

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

This div border color is #B5C975.

Opacity

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

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

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

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

This text has shadow with #B5C975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C975.

Preview

Color preview on black background

This text has color #B5C975 on black background.


Color preview on white background

This text has color #B5C975 on white background.


Black color preview on #B5C975 background

This text has black color on #B5C975 background.


White color preview on #B5C975 background

This text has white color on #B5C975 background.


Related colors

Complementary color

Complementary color for #hex is #4A368A.


I love getcolorcode.com

Triadic colors

1 #75B5C9 and #C975B5 with #B5C975 are triadic colors.

2 #75C9B5 and #C9B575 with #B5C975 are triadic colors.