COLOR #94B462

HEX: #94B462
RGB: (148,180,98)

Color info

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

RGB color model

#94B462 color RGB value is (148,180,98).

  • red value is 148;
  • green value is 180;
  • blue value is 98.
RGB:
(148,180,98)
(58%,71%,38%)

RGB channels and saturation

R 148 of 255 = 58%
G 180 of 255 = 71%
B 98 of 255 = 38%

148
180
98

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

Portions of RGB colors in percentages

R + G + B =
148 + 180 + 98 = 426 (100%)
R 148 of 426 ~ 34.74%
G 180 of 426 ~ 42.25%
B 98 of 426 ~ 23%

%34.74
%42.25
%23

CMYK color model

#94B462 color CMYK value is (18,0,46,29).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 45.56%
  • key color value is 29.41%
CMYK:
(18,0,46,29)
C18M0Y46K29 
(18%,0%,46%,29%)
(0.18/0.00/0.46/0.29)	

CMYK percentages

%17.78
%0
%45.56
%29.41

Codes

Color #94B462 in popluar color models

94B462
RGB14818098
HSL83°35.34%54.51%
HSB/HSV83°45.56%70.59%
CMYK17.78%0.00%45.56%
29.41%

Color #94B462 in popluar number systems.

HEX94B462
Decimal14818098
Binary10010100101101001100010
Octal224264142

Shades and tints

Shades of #94B462

#94B462
(148,180,98)
#87A45A
(135,164,90)
#7A9452
(122,148,82)
#6D844A
(109,132,74)
#607442
(96,116,66)
#53643A
(83,100,58)
#465432
(70,84,50)
#39442A
(57,68,42)
#2C3422
(44,52,34)
#1F241A
(31,36,26)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #94B462

#94B462
(148,180,98)
#9DBA70
(157,186,112)
#A6C07E
(166,192,126)
#AFC68C
(175,198,140)
#B8CC9A
(184,204,154)
#C1D2A8
(193,210,168)
#CAD8B6
(202,216,182)
#D3DEC4
(211,222,196)
#DCE4D2
(220,228,210)
#E5EAE0
(229,234,224)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B462 color. Also use rgb(148,180,98) instead hex code.

Text Font Color

.myTextColor { color: #94B462; }

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

This text font color is #94B462.


Background Color

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

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

This div background color is #94B462.


Border color

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

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

This div border color is #94B462.


Opacity

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

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

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

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

This text has shadow with #94B462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B462 on black background.


Color preview on white background

This text has color #94B462 on white background.



Black color preview on #94B462 background

This text has black color on #94B462 background.


White color preview on #94B462 background

This text has white color on #94B462 background.