COLOR #95B66D

HEX: #95B66D RGB: (149,182,109)

Color info

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

RGB color model

#95B66D color RGB value is (149,182,109).

RGB: (149,182,109) (58%, 71%, 43%)

RGB channels and saturation

R 149 of 255 = 58%
G 182 of 255 = 71%
B 109 of 255 = 43%

149
182
109

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

Portions of RGB colors in percentages

R + G + B = 149 + 182 + 109 = 440 (100%)
R 149 of 440 ~ 33.86%
G 182 of 440 ~ 41.36%
B 109 of 440 ~ 24.77'%

%33.86
%41.36
%24.77

CMYK color model

#95B66D color CMYK value is (18,0,40,29).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 40.11%
  • key color value is 28.63%

CMYK: (18,0,40,29)
C18M0Y40K29 (18%, 0%, 40%, 29%)
(0.18 / 0.00 / 0.40 / 0.29)

CMYK percentages

%18.13
%0
%40.11
%28.63

Codes

Color #95B66D in popluar color models

95 B6 6D
RGB 149 182 109
HSL 87° 33.33% 57.06%
HSB/HSV 87° 40.11% 71.37%
CMYK 18.13% 0.00% 40.11%
28.63%

Color #95B66D in popluar number systems.

HEX 95 B6 6D
Decimal 149 182 109
Binary 10010101 10110110 1101101
Octal 225 266 155

Shades and tints

Shades of #95B66D

#95B66D
(149,182,109)
#88A664
(136,166,100)
#7B965B
(123,150,91)
#6E8652
(110,134,82)
#617649
(97,118,73)
#546640
(84,102,64)
#475637
(71,86,55)
#3A462E
(58,70,46)
#2D3625
(45,54,37)
#20261C
(32,38,28)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #95B66D

#95B66D
(149,182,109)
#9EBC7A
(158,188,122)
#A7C287
(167,194,135)
#B0C894
(176,200,148)
#B9CEA1
(185,206,161)
#C2D4AE
(194,212,174)
#CBDABB
(203,218,187)
#D4E0C8
(212,224,200)
#DDE6D5
(221,230,213)
#E6ECE2
(230,236,226)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B66D color. Also use rgb(149,182,109) instead hex code.

Text Font Color

.myTextColor { color: #95B66D; }

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

This text font color is #95B66D.

Background Color

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

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

This div background color is #95B66D.

Border color

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

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

This div border color is #95B66D.

Opacity

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

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

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

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

This text has shadow with #95B66D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B66D.

Preview

Color preview on black background

This text has color #95B66D on black background.


Color preview on white background

This text has color #95B66D on white background.


Black color preview on #95B66D background

This text has black color on #95B66D background.


White color preview on #95B66D background

This text has white color on #95B66D background.


Related colors

Complementary color

Complementary color for #hex is #6A4992.


I love getcolorcode.com

Triadic colors

1 #6D95B6 and #B66D95 with #95B66D are triadic colors.

2 #6DB695 and #B6956D with #95B66D are triadic colors.