COLOR #95B16A

HEX: #95B16A
RGB: (149,177,106)

Color info

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

RGB color model

#95B16A color RGB value is (149,177,106).

  • red value is 149;
  • green value is 177;
  • blue value is 106.
RGB: (149,177,106) (58%,69%,42%)

RGB channels and saturation

R 149 of 255 = 58%
G 177 of 255 = 69%
B 106 of 255 = 42%

149
177
106

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

Portions of RGB colors in percentages

R + G + B =
149 + 177 + 106 = 432 (100%)
R 149 of 432 ~ 34.49%
G 177 of 432 ~ 40.97%
B 106 of 432 ~ 24.54%

%34.49
%40.97
%24.54

CMYK color model

#95B16A color CMYK value is (16,0,40,31).

  • cyan value is 15.82%
  • magenta value is 0.00%
  • yellow value is 40.11%
  • key color value is 30.59%
CMYK: (16,0,40,31) C16M0Y40K31 (16%,0%,40%,31%) (0.16/0.00/0.40/0.31)

CMYK percentages

%15.82
%0
%40.11
%30.59

Codes

Color #95B16A in popluar color models

95B16A
RGB149177106
HSL84°31.28%55.49%
HSB/HSV84°40.11%69.41%
CMYK15.82%0.00%40.11%
30.59%

Color #95B16A in popluar number systems.

HEX95B16A
Decimal149177106
Binary10010101101100011101010
Octal225261152

Shades and tints

Shades of #95B16A

#95B16A
(149,177,106)
#88A161
(136,161,97)
#7B9158
(123,145,88)
#6E814F
(110,129,79)
#617146
(97,113,70)
#54613D
(84,97,61)
#475134
(71,81,52)
#3A412B
(58,65,43)
#2D3122
(45,49,34)
#202119
(32,33,25)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #95B16A

#95B16A
(149,177,106)
#9EB877
(158,184,119)
#A7BF84
(167,191,132)
#B0C691
(176,198,145)
#B9CD9E
(185,205,158)
#C2D4AB
(194,212,171)
#CBDBB8
(203,219,184)
#D4E2C5
(212,226,197)
#DDE9D2
(221,233,210)
#E6F0DF
(230,240,223)
#EFF7EC
(239,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B16A color. Also use rgb(149,177,106) instead hex code.

Text Font Color

.myTextColor { color: #95B16A; }

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

This text font color is #95B16A.


Background Color

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

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

This div background color is #95B16A.


Border color

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

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

This div border color is #95B16A.


Opacity

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

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

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

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

This text has shadow with #95B16A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #95B16A on black background.


Color preview on white background

This text has color #95B16A on white background.



Black color preview on #95B16A background

This text has black color on #95B16A background.


White color preview on #95B16A background

This text has white color on #95B16A background.