COLOR #94B991

HEX: #94B991 RGB: (148,185,145)

Color info

#94B991 contains red, green and blue colors in about the same proportion. Web safe color of #94B991 is #99CC99 (or #9C9).

RGB color model

#94B991 color RGB value is (148,185,145).

RGB: (148,185,145) (58%, 73%, 57%)

RGB channels and saturation

R 148 of 255 = 58%
G 185 of 255 = 73%
B 145 of 255 = 57%

148
185
145

R + G + B ~ 63%. #94B991 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 185 + 145 = 478 (100%)
R 148 of 478 ~ 30.96%
G 185 of 478 ~ 38.7%
B 145 of 478 ~ 30.33'%

%30.96
%38.7
%30.33

CMYK color model

#94B991 color CMYK value is (20,0,22,27).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 27.45%

CMYK: (20,0,22,27)
C20M0Y22K27 (20%, 0%, 22%, 27%)
(0.20 / 0.00 / 0.22 / 0.27)

CMYK percentages

%20
%0
%21.62
%27.45

Codes

Color #94B991 in popluar color models

94 B9 91
RGB 148 185 145
HSL 116° 22.22% 64.71%
HSB/HSV 116° 21.62% 72.55%
CMYK 20.00% 0.00% 21.62%
27.45%

Color #94B991 in popluar number systems.

HEX 94 B9 91
Decimal 148 185 145
Binary 10010100 10111001 10010001
Octal 224 271 221

Shades and tints

Shades of #94B991

#94B991
(148,185,145)
#87A984
(135,169,132)
#7A9977
(122,153,119)
#6D896A
(109,137,106)
#60795D
(96,121,93)
#536950
(83,105,80)
#465943
(70,89,67)
#394936
(57,73,54)
#2C3929
(44,57,41)
#1F291C
(31,41,28)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #94B991

#94B991
(148,185,145)
#9DBF9B
(157,191,155)
#A6C5A5
(166,197,165)
#AFCBAF
(175,203,175)
#B8D1B9
(184,209,185)
#C1D7C3
(193,215,195)
#CADDCD
(202,221,205)
#D3E3D7
(211,227,215)
#DCE9E1
(220,233,225)
#E5EFEB
(229,239,235)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B991 color. Also use rgb(148,185,145) instead hex code.

Text Font Color

.myTextColor { color: #94B991; }

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

This text font color is #94B991.

Background Color

.myBgColor { background-color: #94B991; }

<div style="background-color:#94B991">Inner text</div>

This div background color is #94B991.

Border color

.myBorderColor { border: 1px solid #94B991; }

<div style="border:3px solid #94B991">Div</div>

This div border color is #94B991.

Opacity

.myOpacity80 { color: #94B991; opacity: 0.8; }

<p style="color:#94B991;opacity:0.8;">80%</p>

Text with #94B991 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 #94B991;}

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

This text has shadow with #94B991 color.


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

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

This text has shadow with #94B991 primary color and red secondary color.


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

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

This text has shadow with #94B991 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #94B991.

Preview

Color preview on black background

This text has color #94B991 on black background.


Color preview on white background

This text has color #94B991 on white background.


Black color preview on #94B991 background

This text has black color on #94B991 background.


White color preview on #94B991 background

This text has white color on #94B991 background.


Related colors

Complementary color

Complementary color for #hex is #6B466E.


I love getcolorcode.com

Triadic colors

1 #9194B9 and #B99194 with #94B991 are triadic colors.

2 #91B994 and #B99491 with #94B991 are triadic colors.