COLOR #95B666

HEX: #95B666 RGB: (149,182,102)

Color info

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

RGB color model

#95B666 color RGB value is (149,182,102).

RGB: (149,182,102) (58%, 71%, 40%)

RGB channels and saturation

R 149 of 255 = 58%
G 182 of 255 = 71%
B 102 of 255 = 40%

149
182
102

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

Portions of RGB colors in percentages

R + G + B = 149 + 182 + 102 = 433 (100%)
R 149 of 433 ~ 34.41%
G 182 of 433 ~ 42.03%
B 102 of 433 ~ 23.56'%

%34.41
%42.03
%23.56

CMYK color model

#95B666 color CMYK value is (18,0,44,29).

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

CMYK: (18,0,44,29)
C18M0Y44K29 (18%, 0%, 44%, 29%)
(0.18 / 0.00 / 0.44 / 0.29)

CMYK percentages

%18.13
%0
%43.96
%28.63

Codes

Color #95B666 in popluar color models

95 B6 66
RGB 149 182 102
HSL 85° 35.40% 55.69%
HSB/HSV 85° 43.96% 71.37%
CMYK 18.13% 0.00% 43.96%
28.63%

Color #95B666 in popluar number systems.

HEX 95 B6 66
Decimal 149 182 102
Binary 10010101 10110110 1100110
Octal 225 266 146

Shades and tints

Shades of #95B666

#95B666
(149,182,102)
#88A65D
(136,166,93)
#7B9654
(123,150,84)
#6E864B
(110,134,75)
#617642
(97,118,66)
#546639
(84,102,57)
#475630
(71,86,48)
#3A4627
(58,70,39)
#2D361E
(45,54,30)
#202615
(32,38,21)
#13160C
(19,22,12)
#000000
(0,0,0)

Tints of #95B666

#95B666
(149,182,102)
#9EBC73
(158,188,115)
#A7C280
(167,194,128)
#B0C88D
(176,200,141)
#B9CE9A
(185,206,154)
#C2D4A7
(194,212,167)
#CBDAB4
(203,218,180)
#D4E0C1
(212,224,193)
#DDE6CE
(221,230,206)
#E6ECDB
(230,236,219)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B666; }

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

This text font color is #95B666.

Background Color

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

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

This div background color is #95B666.

Border color

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

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

This div border color is #95B666.

Opacity

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

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

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

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

This text has shadow with #95B666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B666.

Preview

Color preview on black background

This text has color #95B666 on black background.


Color preview on white background

This text has color #95B666 on white background.


Black color preview on #95B666 background

This text has black color on #95B666 background.


White color preview on #95B666 background

This text has white color on #95B666 background.


Related colors

Complementary color

Complementary color for #hex is #6A4999.


I love getcolorcode.com

Triadic colors

1 #6695B6 and #B66695 with #95B666 are triadic colors.

2 #66B695 and #B69566 with #95B666 are triadic colors.