COLOR #95B877

HEX: #95B877
RGB: (149,184,119)

Color info

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

RGB color model

#95B877 color RGB value is (149,184,119).

  • red value is 149;
  • green value is 184;
  • blue value is 119.
RGB:
(149,184,119)
(58%,72%,47%)

RGB channels and saturation

R 149 of 255 = 58%
G 184 of 255 = 72%
B 119 of 255 = 47%

149
184
119

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

Portions of RGB colors in percentages

R + G + B =
149 + 184 + 119 = 452 (100%)
R 149 of 452 ~ 32.96%
G 184 of 452 ~ 40.71%
B 119 of 452 ~ 26.33%

%32.96
%40.71
%26.33

CMYK color model

#95B877 color CMYK value is (19,0,35,28).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 35.33%
  • key color value is 27.84%
CMYK:
(19,0,35,28)
C19M0Y35K28 
(19%,0%,35%,28%)
(0.19/0.00/0.35/0.28)	

CMYK percentages

%19.02
%0
%35.33
%27.84

Codes

Color #95B877 in popluar color models

95B877
RGB149184119
HSL92°31.40%59.41%
HSB/HSV92°35.33%72.16%
CMYK19.02%0.00%35.33%
27.84%

Color #95B877 in popluar number systems.

HEX95B877
Decimal149184119
Binary10010101101110001110111
Octal225270167

Shades and tints

Shades of #95B877

#95B877
(149,184,119)
#88A86D
(136,168,109)
#7B9863
(123,152,99)
#6E8859
(110,136,89)
#61784F
(97,120,79)
#546845
(84,104,69)
#47583B
(71,88,59)
#3A4831
(58,72,49)
#2D3827
(45,56,39)
#20281D
(32,40,29)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #95B877

#95B877
(149,184,119)
#9EBE83
(158,190,131)
#A7C48F
(167,196,143)
#B0CA9B
(176,202,155)
#B9D0A7
(185,208,167)
#C2D6B3
(194,214,179)
#CBDCBF
(203,220,191)
#D4E2CB
(212,226,203)
#DDE8D7
(221,232,215)
#E6EEE3
(230,238,227)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B877 color. Also use rgb(149,184,119) instead hex code.

Text Font Color

.myTextColor { color: #95B877; }

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

This text font color is #95B877.


Background Color

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

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

This div background color is #95B877.


Border color

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

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

This div border color is #95B877.


Opacity

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

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

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

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

This text has shadow with #95B877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B877 on black background.


Color preview on white background

This text has color #95B877 on white background.



Black color preview on #95B877 background

This text has black color on #95B877 background.


White color preview on #95B877 background

This text has white color on #95B877 background.