COLOR #95BD91

HEX: #95BD91
RGB: (149,189,145)

Color info

#95BD91 contains red, green and blue colors in about the same proportion. Web safe color of #95BD91 is #99CC99 (or #9C9).

RGB color model

#95BD91 color RGB value is (149,189,145).

  • red value is 149;
  • green value is 189;
  • blue value is 145.
RGB:
(149,189,145)
(58%,74%,57%)

RGB channels and saturation

R 149 of 255 = 58%
G 189 of 255 = 74%
B 145 of 255 = 57%

149
189
145

R + G + B ~ 63%. #95BD91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 189 + 145 = 483 (100%)
R 149 of 483 ~ 30.85%
G 189 of 483 ~ 39.13%
B 145 of 483 ~ 30.02%

%30.85
%39.13
%30.02

CMYK color model

#95BD91 color CMYK value is (21,0,23,26).

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 23.28%
  • key color value is 25.88%
CMYK:
(21,0,23,26)
C21M0Y23K26 
(21%,0%,23%,26%)
(0.21/0.00/0.23/0.26)	

CMYK percentages

%21.16
%0
%23.28
%25.88

Codes

Color #95BD91 in popluar color models

95BD91
RGB149189145
HSL115°25.00%65.49%
HSB/HSV115°23.28%74.12%
CMYK21.16%0.00%23.28%
25.88%

Color #95BD91 in popluar number systems.

HEX95BD91
Decimal149189145
Binary100101011011110110010001
Octal225275221

Shades and tints

Shades of #95BD91

#95BD91
(149,189,145)
#88AC84
(136,172,132)
#7B9B77
(123,155,119)
#6E8A6A
(110,138,106)
#61795D
(97,121,93)
#546850
(84,104,80)
#475743
(71,87,67)
#3A4636
(58,70,54)
#2D3529
(45,53,41)
#20241C
(32,36,28)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #95BD91

#95BD91
(149,189,145)
#9EC39B
(158,195,155)
#A7C9A5
(167,201,165)
#B0CFAF
(176,207,175)
#B9D5B9
(185,213,185)
#C2DBC3
(194,219,195)
#CBE1CD
(203,225,205)
#D4E7D7
(212,231,215)
#DDEDE1
(221,237,225)
#E6F3EB
(230,243,235)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BD91 color. Also use rgb(149,189,145) instead hex code.

Text Font Color

.myTextColor { color: #95BD91; }

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

This text font color is #95BD91.


Background Color

.myBgColor { background-color: #95BD91; }

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

This div background color is #95BD91.


Border color

.myBorderColor { border: 1px solid #95BD91; }

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

This div border color is #95BD91.


Opacity

.myOpacity80 { color: #95BD91; opacity: 0.8; }

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

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

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

This text has shadow with #95BD91 color.

.textShadow {text-shadow: 3px 3px 1px #95BD91, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95BD91;
-webkit-box-shadow: 1px 1px 3px 2px #95BD91;
box-shadow:1px 1px 3px 2px #95BD91;">
Div content here</div>
This div box has shadow with color #95BD91.

Preview

Color preview on black background

This text has color #95BD91 on black background.


Color preview on white background

This text has color #95BD91 on white background.



Black color preview on #95BD91 background

This text has black color on #95BD91 background.


White color preview on #95BD91 background

This text has white color on #95BD91 background.