COLOR #95BE89

HEX: #95BE89 RGB: (149,190,137)

Color info

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

RGB color model

#95BE89 color RGB value is (149,190,137).

RGB: (149,190,137) (58%, 75%, 54%)

RGB channels and saturation

R 149 of 255 = 58%
G 190 of 255 = 75%
B 137 of 255 = 54%

149
190
137

R + G + B ~ 62%. #95BE89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 190 + 137 = 476 (100%)
R 149 of 476 ~ 31.3%
G 190 of 476 ~ 39.92%
B 137 of 476 ~ 28.78'%

%31.3
%39.92
%28.78

CMYK color model

#95BE89 color CMYK value is (22,0,28,25).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 27.89%
  • key color value is 25.49%

CMYK: (22,0,28,25)
C22M0Y28K25 (22%, 0%, 28%, 25%)
(0.22 / 0.00 / 0.28 / 0.25)

CMYK percentages

%21.58
%0
%27.89
%25.49

Codes

Color #95BE89 in popluar color models

95 BE 89
RGB 149 190 137
HSL 106° 28.96% 64.12%
HSB/HSV 106° 27.89% 74.51%
CMYK 21.58% 0.00% 27.89%
25.49%

Color #95BE89 in popluar number systems.

HEX 95 BE 89
Decimal 149 190 137
Binary 10010101 10111110 10001001
Octal 225 276 211

Shades and tints

Shades of #95BE89

#95BE89
(149,190,137)
#88AD7D
(136,173,125)
#7B9C71
(123,156,113)
#6E8B65
(110,139,101)
#617A59
(97,122,89)
#54694D
(84,105,77)
#475841
(71,88,65)
#3A4735
(58,71,53)
#2D3629
(45,54,41)
#20251D
(32,37,29)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #95BE89

#95BE89
(149,190,137)
#9EC393
(158,195,147)
#A7C89D
(167,200,157)
#B0CDA7
(176,205,167)
#B9D2B1
(185,210,177)
#C2D7BB
(194,215,187)
#CBDCC5
(203,220,197)
#D4E1CF
(212,225,207)
#DDE6D9
(221,230,217)
#E6EBE3
(230,235,227)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BE89 color. Also use rgb(149,190,137) instead hex code.

Text Font Color

.myTextColor { color: #95BE89; }

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

This text font color is #95BE89.

Background Color

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

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

This div background color is #95BE89.

Border color

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

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

This div border color is #95BE89.

Opacity

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

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

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

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

This text has shadow with #95BE89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BE89.

Preview

Color preview on black background

This text has color #95BE89 on black background.


Color preview on white background

This text has color #95BE89 on white background.


Black color preview on #95BE89 background

This text has black color on #95BE89 background.


White color preview on #95BE89 background

This text has white color on #95BE89 background.


Related colors

Complementary color

Complementary color for #hex is #6A4176.


I love getcolorcode.com

Triadic colors

1 #8995BE and #BE8995 with #95BE89 are triadic colors.

2 #89BE95 and #BE9589 with #95BE89 are triadic colors.