COLOR #95BA70

HEX: #95BA70 RGB: (149,186,112)

Color info

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

RGB color model

#95BA70 color RGB value is (149,186,112).

RGB: (149,186,112) (58%, 73%, 44%)

RGB channels and saturation

R 149 of 255 = 58%
G 186 of 255 = 73%
B 112 of 255 = 44%

149
186
112

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

Portions of RGB colors in percentages

R + G + B = 149 + 186 + 112 = 447 (100%)
R 149 of 447 ~ 33.33%
G 186 of 447 ~ 41.61%
B 112 of 447 ~ 25.06'%

%33.33
%41.61
%25.06

CMYK color model

#95BA70 color CMYK value is (20,0,40,27).

  • cyan value is 19.89%
  • magenta value is 0.00%
  • yellow value is 39.78%
  • key color value is 27.06%

CMYK: (20,0,40,27)
C20M0Y40K27 (20%, 0%, 40%, 27%)
(0.20 / 0.00 / 0.40 / 0.27)

CMYK percentages

%19.89
%0
%39.78
%27.06

Codes

Color #95BA70 in popluar color models

95 BA 70
RGB 149 186 112
HSL 90° 34.91% 58.43%
HSB/HSV 90° 39.78% 72.94%
CMYK 19.89% 0.00% 39.78%
27.06%

Color #95BA70 in popluar number systems.

HEX 95 BA 70
Decimal 149 186 112
Binary 10010101 10111010 1110000
Octal 225 272 160

Shades and tints

Shades of #95BA70

#95BA70
(149,186,112)
#88AA66
(136,170,102)
#7B9A5C
(123,154,92)
#6E8A52
(110,138,82)
#617A48
(97,122,72)
#546A3E
(84,106,62)
#475A34
(71,90,52)
#3A4A2A
(58,74,42)
#2D3A20
(45,58,32)
#202A16
(32,42,22)
#131A0C
(19,26,12)
#000000
(0,0,0)

Tints of #95BA70

#95BA70
(149,186,112)
#9EC07D
(158,192,125)
#A7C68A
(167,198,138)
#B0CC97
(176,204,151)
#B9D2A4
(185,210,164)
#C2D8B1
(194,216,177)
#CBDEBE
(203,222,190)
#D4E4CB
(212,228,203)
#DDEAD8
(221,234,216)
#E6F0E5
(230,240,229)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BA70 color. Also use rgb(149,186,112) instead hex code.

Text Font Color

.myTextColor { color: #95BA70; }

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

This text font color is #95BA70.

Background Color

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

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

This div background color is #95BA70.

Border color

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

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

This div border color is #95BA70.

Opacity

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

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

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

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

This text has shadow with #95BA70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BA70.

Preview

Color preview on black background

This text has color #95BA70 on black background.


Color preview on white background

This text has color #95BA70 on white background.


Black color preview on #95BA70 background

This text has black color on #95BA70 background.


White color preview on #95BA70 background

This text has white color on #95BA70 background.


Related colors

Complementary color

Complementary color for #hex is #6A458F.


I love getcolorcode.com

Triadic colors

1 #7095BA and #BA7095 with #95BA70 are triadic colors.

2 #70BA95 and #BA9570 with #95BA70 are triadic colors.