COLOR #94B129

HEX: #94B129 RGB: (148,177,41)

Color info

#94B129 contains mainly red and green colors. Web safe color of #94B129 is #999933 (or #993).

RGB color model

#94B129 color RGB value is (148,177,41).

RGB: (148,177,41) (58%, 69%, 16%)

RGB channels and saturation

R 148 of 255 = 58%
G 177 of 255 = 69%
B 41 of 255 = 16%

148
177
41

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

Portions of RGB colors in percentages

R + G + B = 148 + 177 + 41 = 366 (100%)
R 148 of 366 ~ 40.44%
G 177 of 366 ~ 48.36%
B 41 of 366 ~ 11.2'%

%40.44
%48.36
%11.2

CMYK color model

#94B129 color CMYK value is (16,0,77,31).

  • cyan value is 16.38%
  • magenta value is 0.00%
  • yellow value is 76.84%
  • key color value is 30.59%

CMYK: (16,0,77,31)
C16M0Y77K31 (16%, 0%, 77%, 31%)
(0.16 / 0.00 / 0.77 / 0.31)

CMYK percentages

%16.38
%0
%76.84
%30.59

Codes

Color #94B129 in popluar color models

94 B1 29
RGB 148 177 41
HSL 73° 62.39% 42.75%
HSB/HSV 73° 76.84% 69.41%
CMYK 16.38% 0.00% 76.84%
30.59%

Color #94B129 in popluar number systems.

HEX 94 B1 29
Decimal 148 177 41
Binary 10010100 10110001 101001
Octal 224 261 51

Shades and tints

Shades of #94B129

#94B129
(148,177,41)
#87A126
(135,161,38)
#7A9123
(122,145,35)
#6D8120
(109,129,32)
#60711D
(96,113,29)
#53611A
(83,97,26)
#465117
(70,81,23)
#394114
(57,65,20)
#2C3111
(44,49,17)
#1F210E
(31,33,14)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #94B129

#94B129
(148,177,41)
#9DB83C
(157,184,60)
#A6BF4F
(166,191,79)
#AFC662
(175,198,98)
#B8CD75
(184,205,117)
#C1D488
(193,212,136)
#CADB9B
(202,219,155)
#D3E2AE
(211,226,174)
#DCE9C1
(220,233,193)
#E5F0D4
(229,240,212)
#EEF7E7
(238,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B129 color. Also use rgb(148,177,41) instead hex code.

Text Font Color

.myTextColor { color: #94B129; }

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

This text font color is #94B129.

Background Color

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

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

This div background color is #94B129.

Border color

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

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

This div border color is #94B129.

Opacity

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

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

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

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

This text has shadow with #94B129 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94B129.

Preview

Color preview on black background

This text has color #94B129 on black background.


Color preview on white background

This text has color #94B129 on white background.


Black color preview on #94B129 background

This text has black color on #94B129 background.


White color preview on #94B129 background

This text has white color on #94B129 background.


Related colors

Complementary color

Complementary color for #hex is #6B4ED6.


I love getcolorcode.com

Triadic colors

1 #2994B1 and #B12994 with #94B129 are triadic colors.

2 #29B194 and #B19429 with #94B129 are triadic colors.