COLOR #94B982

HEX: #94B982 RGB: (148,185,130)

Color info

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

RGB color model

#94B982 color RGB value is (148,185,130).

RGB: (148,185,130) (58%, 73%, 51%)

RGB channels and saturation

R 148 of 255 = 58%
G 185 of 255 = 73%
B 130 of 255 = 51%

148
185
130

R + G + B ~ 61%. #94B982 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 185 + 130 = 463 (100%)
R 148 of 463 ~ 31.97%
G 185 of 463 ~ 39.96%
B 130 of 463 ~ 28.08'%

%31.97
%39.96
%28.08

CMYK color model

#94B982 color CMYK value is (20,0,30,27).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 27.45%
CMYK: (20,0,30,27) C20M0Y30K27 (20%,0%,30%,27%) (0.20/0.00/0.30/0.27) 

CMYK percentages

%20
%0
%29.73
%27.45

Codes

Color #94B982 in popluar color models

94 B9 82
RGB 148 185 130
HSL 100° 28.21% 61.76%
HSB/HSV 100° 29.73% 72.55%
CMYK 20.00% 0.00% 29.73%
27.45%

Color #94B982 in popluar number systems.

HEX 94 B9 82
Decimal 148 185 130
Binary 10010100 10111001 10000010
Octal 224 271 202

Shades and tints

Shades of #94B982

#94B982
(148,185,130)
#87A977
(135,169,119)
#7A996C
(122,153,108)
#6D8961
(109,137,97)
#607956
(96,121,86)
#53694B
(83,105,75)
#465940
(70,89,64)
#394935
(57,73,53)
#2C392A
(44,57,42)
#1F291F
(31,41,31)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #94B982

#94B982
(148,185,130)
#9DBF8D
(157,191,141)
#A6C598
(166,197,152)
#AFCBA3
(175,203,163)
#B8D1AE
(184,209,174)
#C1D7B9
(193,215,185)
#CADDC4
(202,221,196)
#D3E3CF
(211,227,207)
#DCE9DA
(220,233,218)
#E5EFE5
(229,239,229)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B982; }

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

This text font color is #94B982.

Background Color

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

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

This div background color is #94B982.

Border color

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

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

This div border color is #94B982.

Opacity

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

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

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

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

This text has shadow with #94B982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94B982.

Preview

Color preview on black background

This text has color #94B982 on black background.


Color preview on white background

This text has color #94B982 on white background.


Black color preview on #94B982 background

This text has black color on #94B982 background.


White color preview on #94B982 background

This text has white color on #94B982 background.


Related colors

Complementary color

Complementary color for #hex is #6B467D.


I love getcolorcode.com

Triadic colors

1 #8294B9 and #B98294 with #94B982 are triadic colors.

2 #82B994 and #B99482 with #94B982 are triadic colors.