COLOR #B5CE92

HEX: #B5CE92 RGB: (181,206,146)

Color info

#B5CE92 contains mainly red and green colors. Web safe color of #B5CE92 is #CCCC99 (or #CC9).

RGB color model

#B5CE92 color RGB value is (181,206,146).

RGB: (181,206,146) (71%, 81%, 57%)

RGB channels and saturation

R 181 of 255 = 71%
G 206 of 255 = 81%
B 146 of 255 = 57%

181
206
146

R + G + B ~ 70%. #B5CE92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 206 + 146 = 533 (100%)
R 181 of 533 ~ 33.96%
G 206 of 533 ~ 38.65%
B 146 of 533 ~ 27.39'%

%33.96
%38.65
%27.39

CMYK color model

#B5CE92 color CMYK value is (12,0,29,19).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 19.22%

CMYK: (12,0,29,19)
C12M0Y29K19 (12%, 0%, 29%, 19%)
(0.12 / 0.00 / 0.29 / 0.19)

CMYK percentages

%12.14
%0
%29.13
%19.22

Codes

Color #B5CE92 in popluar color models

B5 CE 92
RGB 181 206 146
HSL 85° 37.97% 69.02%
HSB/HSV 85° 29.13% 80.78%
CMYK 12.14% 0.00% 29.13%
19.22%

Color #B5CE92 in popluar number systems.

HEX B5 CE 92
Decimal 181 206 146
Binary 10110101 11001110 10010010
Octal 265 316 222

Shades and tints

Shades of #B5CE92

#B5CE92
(181,206,146)
#A5BC85
(165,188,133)
#95AA78
(149,170,120)
#85986B
(133,152,107)
#75865E
(117,134,94)
#657451
(101,116,81)
#556244
(85,98,68)
#455037
(69,80,55)
#353E2A
(53,62,42)
#252C1D
(37,44,29)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #B5CE92

#B5CE92
(181,206,146)
#BBD29B
(187,210,155)
#C1D6A4
(193,214,164)
#C7DAAD
(199,218,173)
#CDDEB6
(205,222,182)
#D3E2BF
(211,226,191)
#D9E6C8
(217,230,200)
#DFEAD1
(223,234,209)
#E5EEDA
(229,238,218)
#EBF2E3
(235,242,227)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CE92 color. Also use rgb(181,206,146) instead hex code.

Text Font Color

.myTextColor { color: #B5CE92; }

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

This text font color is #B5CE92.

Background Color

.myBgColor { background-color: #B5CE92; }

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

This div background color is #B5CE92.

Border color

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

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

This div border color is #B5CE92.

Opacity

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

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

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

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

This text has shadow with #B5CE92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CE92.

Preview

Color preview on black background

This text has color #B5CE92 on black background.


Color preview on white background

This text has color #B5CE92 on white background.


Black color preview on #B5CE92 background

This text has black color on #B5CE92 background.


White color preview on #B5CE92 background

This text has white color on #B5CE92 background.


Related colors

Complementary color

Complementary color for #hex is #4A316D.


I love getcolorcode.com

Triadic colors

1 #92B5CE and #CE92B5 with #B5CE92 are triadic colors.

2 #92CEB5 and #CEB592 with #B5CE92 are triadic colors.