COLOR #95B860

HEX: #95B860 RGB: (149,184,96)

Color info

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

RGB color model

#95B860 color RGB value is (149,184,96).

RGB: (149,184,96) (58%, 72%, 38%)

RGB channels and saturation

R 149 of 255 = 58%
G 184 of 255 = 72%
B 96 of 255 = 38%

149
184
96

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

Portions of RGB colors in percentages

R + G + B = 149 + 184 + 96 = 429 (100%)
R 149 of 429 ~ 34.73%
G 184 of 429 ~ 42.89%
B 96 of 429 ~ 22.38'%

%34.73
%42.89
%22.38

CMYK color model

#95B860 color CMYK value is (19,0,48,28).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 27.84%

CMYK: (19,0,48,28)
C19M0Y48K28 (19%, 0%, 48%, 28%)
(0.19 / 0.00 / 0.48 / 0.28)

CMYK percentages

%19.02
%0
%47.83
%27.84

Codes

Color #95B860 in popluar color models

95 B8 60
RGB 149 184 96
HSL 84° 38.26% 54.90%
HSB/HSV 84° 47.83% 72.16%
CMYK 19.02% 0.00% 47.83%
27.84%

Color #95B860 in popluar number systems.

HEX 95 B8 60
Decimal 149 184 96
Binary 10010101 10111000 1100000
Octal 225 270 140

Shades and tints

Shades of #95B860

#95B860
(149,184,96)
#88A858
(136,168,88)
#7B9850
(123,152,80)
#6E8848
(110,136,72)
#617840
(97,120,64)
#546838
(84,104,56)
#475830
(71,88,48)
#3A4828
(58,72,40)
#2D3820
(45,56,32)
#202818
(32,40,24)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #95B860

#95B860
(149,184,96)
#9EBE6E
(158,190,110)
#A7C47C
(167,196,124)
#B0CA8A
(176,202,138)
#B9D098
(185,208,152)
#C2D6A6
(194,214,166)
#CBDCB4
(203,220,180)
#D4E2C2
(212,226,194)
#DDE8D0
(221,232,208)
#E6EEDE
(230,238,222)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B860 color. Also use rgb(149,184,96) instead hex code.

Text Font Color

.myTextColor { color: #95B860; }

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

This text font color is #95B860.

Background Color

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

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

This div background color is #95B860.

Border color

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

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

This div border color is #95B860.

Opacity

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

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

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

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

This text has shadow with #95B860 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B860.

Preview

Color preview on black background

This text has color #95B860 on black background.


Color preview on white background

This text has color #95B860 on white background.


Black color preview on #95B860 background

This text has black color on #95B860 background.


White color preview on #95B860 background

This text has white color on #95B860 background.


Related colors

Complementary color

Complementary color for #hex is #6A479F.


I love getcolorcode.com

Triadic colors

1 #6095B8 and #B86095 with #95B860 are triadic colors.

2 #60B895 and #B89560 with #95B860 are triadic colors.