COLOR #93BB74

HEX: #93BB74
RGB: (147,187,116)

Color info

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

RGB color model

#93BB74 color RGB value is (147,187,116).

  • red value is 147;
  • green value is 187;
  • blue value is 116.
RGB:
(147,187,116)
(58%,73%,45%)

RGB channels and saturation

R 147 of 255 = 58%
G 187 of 255 = 73%
B 116 of 255 = 45%

147
187
116

R + G + B ~ 59%. #93BB74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 187 + 116 = 450 (100%)
R 147 of 450 ~ 32.67%
G 187 of 450 ~ 41.56%
B 116 of 450 ~ 25.78%

%32.67
%41.56
%25.78

CMYK color model

#93BB74 color CMYK value is (21,0,38,27).

  • cyan value is 21.39%
  • magenta value is 0.00%
  • yellow value is 37.97%
  • key color value is 26.67%
CMYK:
(21,0,38,27)
C21M0Y38K27 
(21%,0%,38%,27%)
(0.21/0.00/0.38/0.27)	

CMYK percentages

%21.39
%0
%37.97
%26.67

Codes

Color #93BB74 in popluar color models

93BB74
RGB147187116
HSL94°34.30%59.41%
HSB/HSV94°37.97%73.33%
CMYK21.39%0.00%37.97%
26.67%

Color #93BB74 in popluar number systems.

HEX93BB74
Decimal147187116
Binary10010011101110111110100
Octal223273164

Shades and tints

Shades of #93BB74

#93BB74
(147,187,116)
#86AA6A
(134,170,106)
#799960
(121,153,96)
#6C8856
(108,136,86)
#5F774C
(95,119,76)
#526642
(82,102,66)
#455538
(69,85,56)
#38442E
(56,68,46)
#2B3324
(43,51,36)
#1E221A
(30,34,26)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #93BB74

#93BB74
(147,187,116)
#9CC180
(156,193,128)
#A5C78C
(165,199,140)
#AECD98
(174,205,152)
#B7D3A4
(183,211,164)
#C0D9B0
(192,217,176)
#C9DFBC
(201,223,188)
#D2E5C8
(210,229,200)
#DBEBD4
(219,235,212)
#E4F1E0
(228,241,224)
#EDF7EC
(237,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BB74 color. Also use rgb(147,187,116) instead hex code.

Text Font Color

.myTextColor { color: #93BB74; }

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

This text font color is #93BB74.


Background Color

.myBgColor { background-color: #93BB74; }

<div style="background-color:#93BB74">Inner text</div>

This div background color is #93BB74.


Border color

.myBorderColor { border: 1px solid #93BB74; }

<div style="border:3px solid #93BB74">Div</div>

This div border color is #93BB74.


Opacity

.myOpacity80 { color: #93BB74; opacity: 0.8; }

<p style="color:#93BB74;opacity:0.8;">80%</p>

Text with #93BB74 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 #93BB74;}

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

This text has shadow with #93BB74 color.

.textShadow {text-shadow: 3px 3px 1px #93BB74, 3px 3px 1px red;}

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

This text has shadow with #93BB74 primary color and red secondary color.


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

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

This text has shadow with #93BB74 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BB74 on black background.


Color preview on white background

This text has color #93BB74 on white background.



Black color preview on #93BB74 background

This text has black color on #93BB74 background.


White color preview on #93BB74 background

This text has white color on #93BB74 background.