COLOR #95B68A

HEX: #95B68A RGB: (149,182,138)

Color info

#95B68A contains red, green and blue colors in about the same proportion. Web safe color of #95B68A is #99CC99 (or #9C9).

RGB color model

#95B68A color RGB value is (149,182,138).

RGB: (149,182,138) (58%, 71%, 54%)

RGB channels and saturation

R 149 of 255 = 58%
G 182 of 255 = 71%
B 138 of 255 = 54%

149
182
138

R + G + B ~ 61%. #95B68A is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 182 + 138 = 469 (100%)
R 149 of 469 ~ 31.77%
G 182 of 469 ~ 38.81%
B 138 of 469 ~ 29.42'%

%31.77
%38.81
%29.42

CMYK color model

#95B68A color CMYK value is (18,0,24,29).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 24.18%
  • key color value is 28.63%
CMYK: (18,0,24,29) C18M0Y24K29 (18%,0%,24%,29%) (0.18/0.00/0.24/0.29) 

CMYK percentages

%18.13
%0
%24.18
%28.63

Codes

Color #95B68A in popluar color models

95 B6 8A
RGB 149 182 138
HSL 105° 23.16% 62.75%
HSB/HSV 105° 24.18% 71.37%
CMYK 18.13% 0.00% 24.18%
28.63%

Color #95B68A in popluar number systems.

HEX 95 B6 8A
Decimal 149 182 138
Binary 10010101 10110110 10001010
Octal 225 266 212

Shades and tints

Shades of #95B68A

#95B68A
(149,182,138)
#88A67E
(136,166,126)
#7B9672
(123,150,114)
#6E8666
(110,134,102)
#61765A
(97,118,90)
#54664E
(84,102,78)
#475642
(71,86,66)
#3A4636
(58,70,54)
#2D362A
(45,54,42)
#20261E
(32,38,30)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #95B68A

#95B68A
(149,182,138)
#9EBC94
(158,188,148)
#A7C29E
(167,194,158)
#B0C8A8
(176,200,168)
#B9CEB2
(185,206,178)
#C2D4BC
(194,212,188)
#CBDAC6
(203,218,198)
#D4E0D0
(212,224,208)
#DDE6DA
(221,230,218)
#E6ECE4
(230,236,228)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B68A; }

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

This text font color is #95B68A.

Background Color

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

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

This div background color is #95B68A.

Border color

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

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

This div border color is #95B68A.

Opacity

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

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

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

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

This text has shadow with #95B68A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B68A.

Preview

Color preview on black background

This text has color #95B68A on black background.


Color preview on white background

This text has color #95B68A on white background.


Black color preview on #95B68A background

This text has black color on #95B68A background.


White color preview on #95B68A background

This text has white color on #95B68A background.


Related colors

Complementary color

Complementary color for #hex is #6A4975.


I love getcolorcode.com

Triadic colors

1 #8A95B6 and #B68A95 with #95B68A are triadic colors.

2 #8AB695 and #B6958A with #95B68A are triadic colors.