COLOR #B5D392

HEX: #B5D392 RGB: (181,211,146)

Color info

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

RGB color model

#B5D392 color RGB value is (181,211,146).

RGB: (181,211,146) (71%, 83%, 57%)

RGB channels and saturation

R 181 of 255 = 71%
G 211 of 255 = 83%
B 146 of 255 = 57%

181
211
146

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

Portions of RGB colors in percentages

R + G + B = 181 + 211 + 146 = 538 (100%)
R 181 of 538 ~ 33.64%
G 211 of 538 ~ 39.22%
B 146 of 538 ~ 27.14'%

%33.64
%39.22
%27.14

CMYK color model

#B5D392 color CMYK value is (14,0,31,17).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 30.81%
  • key color value is 17.25%
CMYK: (14,0,31,17) C14M0Y31K17 (14%,0%,31%,17%) (0.14/0.00/0.31/0.17) 

CMYK percentages

%14.22
%0
%30.81
%17.25

Codes

Color #B5D392 in popluar color models

B5 D3 92
RGB 181 211 146
HSL 88° 42.48% 70.00%
HSB/HSV 88° 30.81% 82.75%
CMYK 14.22% 0.00% 30.81%
17.25%

Color #B5D392 in popluar number systems.

HEX B5 D3 92
Decimal 181 211 146
Binary 10110101 11010011 10010010
Octal 265 323 222

Shades and tints

Shades of #B5D392

#B5D392
(181,211,146)
#A5C085
(165,192,133)
#95AD78
(149,173,120)
#859A6B
(133,154,107)
#75875E
(117,135,94)
#657451
(101,116,81)
#556144
(85,97,68)
#454E37
(69,78,55)
#353B2A
(53,59,42)
#25281D
(37,40,29)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #B5D392

#B5D392
(181,211,146)
#BBD79B
(187,215,155)
#C1DBA4
(193,219,164)
#C7DFAD
(199,223,173)
#CDE3B6
(205,227,182)
#D3E7BF
(211,231,191)
#D9EBC8
(217,235,200)
#DFEFD1
(223,239,209)
#E5F3DA
(229,243,218)
#EBF7E3
(235,247,227)
#F1FBEC
(241,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D392; }

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

This text font color is #B5D392.

Background Color

.myBgColor { background-color: #B5D392; }

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

This div background color is #B5D392.

Border color

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

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

This div border color is #B5D392.

Opacity

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

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

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

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

This text has shadow with #B5D392 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5D392.

Preview

Color preview on black background

This text has color #B5D392 on black background.


Color preview on white background

This text has color #B5D392 on white background.


Black color preview on #B5D392 background

This text has black color on #B5D392 background.


White color preview on #B5D392 background

This text has white color on #B5D392 background.


Related colors

Complementary color

Complementary color for #hex is #4A2C6D.


I love getcolorcode.com

Triadic colors

1 #92B5D3 and #D392B5 with #B5D392 are triadic colors.

2 #92D3B5 and #D3B592 with #B5D392 are triadic colors.