COLOR #95B272

HEX: #95B272
RGB: (149,178,114)

Color info

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

RGB color model

#95B272 color RGB value is (149,178,114).

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

RGB channels and saturation

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

149
178
114

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

Portions of RGB colors in percentages

R + G + B =
149 + 178 + 114 = 441 (100%)
R 149 of 441 ~ 33.79%
G 178 of 441 ~ 40.36%
B 114 of 441 ~ 25.85%

%33.79
%40.36
%25.85

CMYK color model

#95B272 color CMYK value is (16,0,36,30).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 30.20%
CMYK:
(16,0,36,30)
C16M0Y36K30 
(16%,0%,36%,30%)
(0.16/0.00/0.36/0.30)	

CMYK percentages

%16.29
%0
%35.96
%30.2

Codes

Color #95B272 in popluar color models

95B272
RGB149178114
HSL87°29.36%57.25%
HSB/HSV87°35.96%69.80%
CMYK16.29%0.00%35.96%
30.20%

Color #95B272 in popluar number systems.

HEX95B272
Decimal149178114
Binary10010101101100101110010
Octal225262162

Shades and tints

Shades of #95B272

#95B272
(149,178,114)
#88A268
(136,162,104)
#7B925E
(123,146,94)
#6E8254
(110,130,84)
#61724A
(97,114,74)
#546240
(84,98,64)
#475236
(71,82,54)
#3A422C
(58,66,44)
#2D3222
(45,50,34)
#202218
(32,34,24)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #95B272

#95B272
(149,178,114)
#9EB97E
(158,185,126)
#A7C08A
(167,192,138)
#B0C796
(176,199,150)
#B9CEA2
(185,206,162)
#C2D5AE
(194,213,174)
#CBDCBA
(203,220,186)
#D4E3C6
(212,227,198)
#DDEAD2
(221,234,210)
#E6F1DE
(230,241,222)
#EFF8EA
(239,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B272; }

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

This text font color is #95B272.


Background Color

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

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

This div background color is #95B272.


Border color

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

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

This div border color is #95B272.


Opacity

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

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

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

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

This text has shadow with #95B272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B272 on black background.


Color preview on white background

This text has color #95B272 on white background.



Black color preview on #95B272 background

This text has black color on #95B272 background.


White color preview on #95B272 background

This text has white color on #95B272 background.