COLOR #94BD59

HEX: #94BD59 RGB: (148,189,89)

Color info

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

RGB color model

#94BD59 color RGB value is (148,189,89).

RGB: (148,189,89) (58%, 74%, 35%)

RGB channels and saturation

R 148 of 255 = 58%
G 189 of 255 = 74%
B 89 of 255 = 35%

148
189
89

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

Portions of RGB colors in percentages

R + G + B = 148 + 189 + 89 = 426 (100%)
R 148 of 426 ~ 34.74%
G 189 of 426 ~ 44.37%
B 89 of 426 ~ 20.89'%

%34.74
%44.37
%20.89

CMYK color model

#94BD59 color CMYK value is (22,0,53,26).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 52.91%
  • key color value is 25.88%
CMYK: (22,0,53,26) C22M0Y53K26 (22%,0%,53%,26%) (0.22/0.00/0.53/0.26) 

CMYK percentages

%21.69
%0
%52.91
%25.88

Codes

Color #94BD59 in popluar color models

94 BD 59
RGB 148 189 89
HSL 85° 43.10% 54.51%
HSB/HSV 85° 52.91% 74.12%
CMYK 21.69% 0.00% 52.91%
25.88%

Color #94BD59 in popluar number systems.

HEX 94 BD 59
Decimal 148 189 89
Binary 10010100 10111101 1011001
Octal 224 275 131

Shades and tints

Shades of #94BD59

#94BD59
(148,189,89)
#87AC51
(135,172,81)
#7A9B49
(122,155,73)
#6D8A41
(109,138,65)
#607939
(96,121,57)
#536831
(83,104,49)
#465729
(70,87,41)
#394621
(57,70,33)
#2C3519
(44,53,25)
#1F2411
(31,36,17)
#121309
(18,19,9)
#000000
(0,0,0)

Tints of #94BD59

#94BD59
(148,189,89)
#9DC368
(157,195,104)
#A6C977
(166,201,119)
#AFCF86
(175,207,134)
#B8D595
(184,213,149)
#C1DBA4
(193,219,164)
#CAE1B3
(202,225,179)
#D3E7C2
(211,231,194)
#DCEDD1
(220,237,209)
#E5F3E0
(229,243,224)
#EEF9EF
(238,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94BD59 color. Also use rgb(148,189,89) instead hex code.

Text Font Color

.myTextColor { color: #94BD59; }

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

This text font color is #94BD59.

Background Color

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

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

This div background color is #94BD59.

Border color

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

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

This div border color is #94BD59.

Opacity

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

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

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

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

This text has shadow with #94BD59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94BD59.

Preview

Color preview on black background

This text has color #94BD59 on black background.


Color preview on white background

This text has color #94BD59 on white background.


Black color preview on #94BD59 background

This text has black color on #94BD59 background.


White color preview on #94BD59 background

This text has white color on #94BD59 background.


Related colors

Complementary color

Complementary color for #hex is #6B42A6.


I love getcolorcode.com

Triadic colors

1 #5994BD and #BD5994 with #94BD59 are triadic colors.

2 #59BD94 and #BD9459 with #94BD59 are triadic colors.