COLOR #95B274

HEX: #95B274
RGB: (149,178,116)

Color info

#95B274 contains mainly red and green colors. Web safe color of #95B274 is #999966 (or #996).

RGB color model

#95B274 color RGB value is (149,178,116).

  • red value is 149;
  • green value is 178;
  • blue value is 116.
RGB:
(149,178,116)
(58%,70%,45%)

RGB channels and saturation

R 149 of 255 = 58%
G 178 of 255 = 70%
B 116 of 255 = 45%

149
178
116

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

Portions of RGB colors in percentages

R + G + B =
149 + 178 + 116 = 443 (100%)
R 149 of 443 ~ 33.63%
G 178 of 443 ~ 40.18%
B 116 of 443 ~ 26.19%

%33.63
%40.18
%26.19

CMYK color model

#95B274 color CMYK value is (16,0,35,30).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 30.20%
CMYK:
(16,0,35,30)
C16M0Y35K30 
(16%,0%,35%,30%)
(0.16/0.00/0.35/0.30)	

CMYK percentages

%16.29
%0
%34.83
%30.2

Codes

Color #95B274 in popluar color models

95B274
RGB149178116
HSL88°28.70%57.65%
HSB/HSV88°34.83%69.80%
CMYK16.29%0.00%34.83%
30.20%

Color #95B274 in popluar number systems.

HEX95B274
Decimal149178116
Binary10010101101100101110100
Octal225262164

Shades and tints

Shades of #95B274

#95B274
(149,178,116)
#88A26A
(136,162,106)
#7B9260
(123,146,96)
#6E8256
(110,130,86)
#61724C
(97,114,76)
#546242
(84,98,66)
#475238
(71,82,56)
#3A422E
(58,66,46)
#2D3224
(45,50,36)
#20221A
(32,34,26)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #95B274

#95B274
(149,178,116)
#9EB980
(158,185,128)
#A7C08C
(167,192,140)
#B0C798
(176,199,152)
#B9CEA4
(185,206,164)
#C2D5B0
(194,213,176)
#CBDCBC
(203,220,188)
#D4E3C8
(212,227,200)
#DDEAD4
(221,234,212)
#E6F1E0
(230,241,224)
#EFF8EC
(239,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B274 color. Also use rgb(149,178,116) instead hex code.

Text Font Color

.myTextColor { color: #95B274; }

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

This text font color is #95B274.


Background Color

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

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

This div background color is #95B274.


Border color

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

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

This div border color is #95B274.


Opacity

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

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

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

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

This text has shadow with #95B274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B274 on black background.


Color preview on white background

This text has color #95B274 on white background.



Black color preview on #95B274 background

This text has black color on #95B274 background.


White color preview on #95B274 background

This text has white color on #95B274 background.