COLOR #94BB54

HEX: #94BB54
RGB: (148,187,84)

Color info

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

RGB color model

#94BB54 color RGB value is (148,187,84).

  • red value is 148;
  • green value is 187;
  • blue value is 84.
RGB:
(148,187,84)
(58%,73%,33%)

RGB channels and saturation

R 148 of 255 = 58%
G 187 of 255 = 73%
B 84 of 255 = 33%

148
187
84

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

Portions of RGB colors in percentages

R + G + B =
148 + 187 + 84 = 419 (100%)
R 148 of 419 ~ 35.32%
G 187 of 419 ~ 44.63%
B 84 of 419 ~ 20.05%

%35.32
%44.63
%20.05

CMYK color model

#94BB54 color CMYK value is (21,0,55,27).

  • cyan value is 20.86%
  • magenta value is 0.00%
  • yellow value is 55.08%
  • key color value is 26.67%
CMYK:
(21,0,55,27)
C21M0Y55K27 
(21%,0%,55%,27%)
(0.21/0.00/0.55/0.27)	

CMYK percentages

%20.86
%0
%55.08
%26.67

Codes

Color #94BB54 in popluar color models

94BB54
RGB14818784
HSL83°43.10%53.14%
HSB/HSV83°55.08%73.33%
CMYK20.86%0.00%55.08%
26.67%

Color #94BB54 in popluar number systems.

HEX94BB54
Decimal14818784
Binary10010100101110111010100
Octal224273124

Shades and tints

Shades of #94BB54

#94BB54
(148,187,84)
#87AA4D
(135,170,77)
#7A9946
(122,153,70)
#6D883F
(109,136,63)
#607738
(96,119,56)
#536631
(83,102,49)
#46552A
(70,85,42)
#394423
(57,68,35)
#2C331C
(44,51,28)
#1F2215
(31,34,21)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #94BB54

#94BB54
(148,187,84)
#9DC163
(157,193,99)
#A6C772
(166,199,114)
#AFCD81
(175,205,129)
#B8D390
(184,211,144)
#C1D99F
(193,217,159)
#CADFAE
(202,223,174)
#D3E5BD
(211,229,189)
#DCEBCC
(220,235,204)
#E5F1DB
(229,241,219)
#EEF7EA
(238,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94BB54 color. Also use rgb(148,187,84) instead hex code.

Text Font Color

.myTextColor { color: #94BB54; }

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

This text font color is #94BB54.


Background Color

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

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

This div background color is #94BB54.


Border color

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

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

This div border color is #94BB54.


Opacity

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

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

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

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

This text has shadow with #94BB54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94BB54 on black background.


Color preview on white background

This text has color #94BB54 on white background.



Black color preview on #94BB54 background

This text has black color on #94BB54 background.


White color preview on #94BB54 background

This text has white color on #94BB54 background.