COLOR #95B866

HEX: #95B866 RGB: (149,184,102)

Color info

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

RGB color model

#95B866 color RGB value is (149,184,102).

RGB: (149,184,102) (58%, 72%, 40%)

RGB channels and saturation

R 149 of 255 = 58%
G 184 of 255 = 72%
B 102 of 255 = 40%

149
184
102

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

Portions of RGB colors in percentages

R + G + B = 149 + 184 + 102 = 435 (100%)
R 149 of 435 ~ 34.25%
G 184 of 435 ~ 42.3%
B 102 of 435 ~ 23.45'%

%34.25
%42.3
%23.45

CMYK color model

#95B866 color CMYK value is (19,0,45,28).

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

CMYK: (19,0,45,28)
C19M0Y45K28 (19%, 0%, 45%, 28%)
(0.19 / 0.00 / 0.45 / 0.28)

CMYK percentages

%19.02
%0
%44.57
%27.84

Codes

Color #95B866 in popluar color models

95 B8 66
RGB 149 184 102
HSL 86° 36.61% 56.08%
HSB/HSV 86° 44.57% 72.16%
CMYK 19.02% 0.00% 44.57%
27.84%

Color #95B866 in popluar number systems.

HEX 95 B8 66
Decimal 149 184 102
Binary 10010101 10111000 1100110
Octal 225 270 146

Shades and tints

Shades of #95B866

#95B866
(149,184,102)
#88A85D
(136,168,93)
#7B9854
(123,152,84)
#6E884B
(110,136,75)
#617842
(97,120,66)
#546839
(84,104,57)
#475830
(71,88,48)
#3A4827
(58,72,39)
#2D381E
(45,56,30)
#202815
(32,40,21)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #95B866

#95B866
(149,184,102)
#9EBE73
(158,190,115)
#A7C480
(167,196,128)
#B0CA8D
(176,202,141)
#B9D09A
(185,208,154)
#C2D6A7
(194,214,167)
#CBDCB4
(203,220,180)
#D4E2C1
(212,226,193)
#DDE8CE
(221,232,206)
#E6EEDB
(230,238,219)
#EFF4E8
(239,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B866; }

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

This text font color is #95B866.

Background Color

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

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

This div background color is #95B866.

Border color

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

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

This div border color is #95B866.

Opacity

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

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

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

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

This text has shadow with #95B866 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B866.

Preview

Color preview on black background

This text has color #95B866 on black background.


Color preview on white background

This text has color #95B866 on white background.


Black color preview on #95B866 background

This text has black color on #95B866 background.


White color preview on #95B866 background

This text has white color on #95B866 background.


Related colors

Complementary color

Complementary color for #hex is #6A4799.


I love getcolorcode.com

Triadic colors

1 #6695B8 and #B86695 with #95B866 are triadic colors.

2 #66B895 and #B89566 with #95B866 are triadic colors.