COLOR #95BB7C

HEX: #95BB7C RGB: (149,187,124)

Color info

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

RGB color model

#95BB7C color RGB value is (149,187,124).

RGB: (149,187,124) (58%, 73%, 49%)

RGB channels and saturation

R 149 of 255 = 58%
G 187 of 255 = 73%
B 124 of 255 = 49%

149
187
124

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

Portions of RGB colors in percentages

R + G + B = 149 + 187 + 124 = 460 (100%)
R 149 of 460 ~ 32.39%
G 187 of 460 ~ 40.65%
B 124 of 460 ~ 26.96'%

%32.39
%40.65
%26.96

CMYK color model

#95BB7C color CMYK value is (20,0,34,27).

  • cyan value is 20.32%
  • magenta value is 0.00%
  • yellow value is 33.69%
  • key color value is 26.67%

CMYK: (20,0,34,27)
C20M0Y34K27 (20%, 0%, 34%, 27%)
(0.20 / 0.00 / 0.34 / 0.27)

CMYK percentages

%20.32
%0
%33.69
%26.67

Codes

Color #95BB7C in popluar color models

95 BB 7C
RGB 149 187 124
HSL 96° 31.66% 60.98%
HSB/HSV 96° 33.69% 73.33%
CMYK 20.32% 0.00% 33.69%
26.67%

Color #95BB7C in popluar number systems.

HEX 95 BB 7C
Decimal 149 187 124
Binary 10010101 10111011 1111100
Octal 225 273 174

Shades and tints

Shades of #95BB7C

#95BB7C
(149,187,124)
#88AA71
(136,170,113)
#7B9966
(123,153,102)
#6E885B
(110,136,91)
#617750
(97,119,80)
#546645
(84,102,69)
#47553A
(71,85,58)
#3A442F
(58,68,47)
#2D3324
(45,51,36)
#202219
(32,34,25)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #95BB7C

#95BB7C
(149,187,124)
#9EC187
(158,193,135)
#A7C792
(167,199,146)
#B0CD9D
(176,205,157)
#B9D3A8
(185,211,168)
#C2D9B3
(194,217,179)
#CBDFBE
(203,223,190)
#D4E5C9
(212,229,201)
#DDEBD4
(221,235,212)
#E6F1DF
(230,241,223)
#EFF7EA
(239,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BB7C color. Also use rgb(149,187,124) instead hex code.

Text Font Color

.myTextColor { color: #95BB7C; }

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

This text font color is #95BB7C.

Background Color

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

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

This div background color is #95BB7C.

Border color

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

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

This div border color is #95BB7C.

Opacity

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

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

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

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

This text has shadow with #95BB7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BB7C.

Preview

Color preview on black background

This text has color #95BB7C on black background.


Color preview on white background

This text has color #95BB7C on white background.


Black color preview on #95BB7C background

This text has black color on #95BB7C background.


White color preview on #95BB7C background

This text has white color on #95BB7C background.


Related colors

Complementary color

Complementary color for #hex is #6A4483.


I love getcolorcode.com

Triadic colors

1 #7C95BB and #BB7C95 with #95BB7C are triadic colors.

2 #7CBB95 and #BB957C with #95BB7C are triadic colors.