COLOR #95BD5B

HEX: #95BD5B
RGB: (149,189,91)

Color info

#95BD5B contains mainly red and green colors. Web safe color of #95BD5B is #99CC66 (or #9C6).

RGB color model

#95BD5B color RGB value is (149,189,91).

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

RGB channels and saturation

R 149 of 255 = 58%
G 189 of 255 = 74%
B 91 of 255 = 36%

149
189
91

R + G + B ~ 56%. #95BD5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 189 + 91 = 429 (100%)
R 149 of 429 ~ 34.73%
G 189 of 429 ~ 44.06%
B 91 of 429 ~ 21.21%

%34.73
%44.06
%21.21

CMYK color model

#95BD5B color CMYK value is (21,0,52,26).

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 51.85%
  • key color value is 25.88%
CMYK:
(21,0,52,26)
C21M0Y52K26 
(21%,0%,52%,26%)
(0.21/0.00/0.52/0.26)	

CMYK percentages

%21.16
%0
%51.85
%25.88

Codes

Color #95BD5B in popluar color models

95BD5B
RGB14918991
HSL84°42.61%54.90%
HSB/HSV84°51.85%74.12%
CMYK21.16%0.00%51.85%
25.88%

Color #95BD5B in popluar number systems.

HEX95BD5B
Decimal14918991
Binary10010101101111011011011
Octal225275133

Shades and tints

Shades of #95BD5B

#95BD5B
(149,189,91)
#88AC53
(136,172,83)
#7B9B4B
(123,155,75)
#6E8A43
(110,138,67)
#61793B
(97,121,59)
#546833
(84,104,51)
#47572B
(71,87,43)
#3A4623
(58,70,35)
#2D351B
(45,53,27)
#202413
(32,36,19)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #95BD5B

#95BD5B
(149,189,91)
#9EC369
(158,195,105)
#A7C977
(167,201,119)
#B0CF85
(176,207,133)
#B9D593
(185,213,147)
#C2DBA1
(194,219,161)
#CBE1AF
(203,225,175)
#D4E7BD
(212,231,189)
#DDEDCB
(221,237,203)
#E6F3D9
(230,243,217)
#EFF9E7
(239,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BD5B; }

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

This text font color is #95BD5B.


Background Color

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

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

This div background color is #95BD5B.


Border color

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

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

This div border color is #95BD5B.


Opacity

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

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

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

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

This text has shadow with #95BD5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BD5B on black background.


Color preview on white background

This text has color #95BD5B on white background.



Black color preview on #95BD5B background

This text has black color on #95BD5B background.


White color preview on #95BD5B background

This text has white color on #95BD5B background.