COLOR #95BA65

HEX: #95BA65
RGB: (149,186,101)

Color info

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

RGB color model

#95BA65 color RGB value is (149,186,101).

  • red value is 149;
  • green value is 186;
  • blue value is 101.
RGB:
(149,186,101)
(58%,73%,40%)

RGB channels and saturation

R 149 of 255 = 58%
G 186 of 255 = 73%
B 101 of 255 = 40%

149
186
101

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

Portions of RGB colors in percentages

R + G + B =
149 + 186 + 101 = 436 (100%)
R 149 of 436 ~ 34.17%
G 186 of 436 ~ 42.66%
B 101 of 436 ~ 23.17%

%34.17
%42.66
%23.17

CMYK color model

#95BA65 color CMYK value is (20,0,46,27).

  • cyan value is 19.89%
  • magenta value is 0.00%
  • yellow value is 45.70%
  • key color value is 27.06%
CMYK:
(20,0,46,27)
C20M0Y46K27 
(20%,0%,46%,27%)
(0.20/0.00/0.46/0.27)	

CMYK percentages

%19.89
%0
%45.7
%27.06

Codes

Color #95BA65 in popluar color models

95BA65
RGB149186101
HSL86°38.12%56.27%
HSB/HSV86°45.70%72.94%
CMYK19.89%0.00%45.70%
27.06%

Color #95BA65 in popluar number systems.

HEX95BA65
Decimal149186101
Binary10010101101110101100101
Octal225272145

Shades and tints

Shades of #95BA65

#95BA65
(149,186,101)
#88AA5C
(136,170,92)
#7B9A53
(123,154,83)
#6E8A4A
(110,138,74)
#617A41
(97,122,65)
#546A38
(84,106,56)
#475A2F
(71,90,47)
#3A4A26
(58,74,38)
#2D3A1D
(45,58,29)
#202A14
(32,42,20)
#131A0B
(19,26,11)
#000000
(0,0,0)

Tints of #95BA65

#95BA65
(149,186,101)
#9EC073
(158,192,115)
#A7C681
(167,198,129)
#B0CC8F
(176,204,143)
#B9D29D
(185,210,157)
#C2D8AB
(194,216,171)
#CBDEB9
(203,222,185)
#D4E4C7
(212,228,199)
#DDEAD5
(221,234,213)
#E6F0E3
(230,240,227)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BA65 color. Also use rgb(149,186,101) instead hex code.

Text Font Color

.myTextColor { color: #95BA65; }

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

This text font color is #95BA65.


Background Color

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

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

This div background color is #95BA65.


Border color

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

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

This div border color is #95BA65.


Opacity

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

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

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

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

This text has shadow with #95BA65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BA65 on black background.


Color preview on white background

This text has color #95BA65 on white background.



Black color preview on #95BA65 background

This text has black color on #95BA65 background.


White color preview on #95BA65 background

This text has white color on #95BA65 background.