COLOR #93BE74

HEX: #93BE74 RGB: (147,190,116)

Color info

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

RGB color model

#93BE74 color RGB value is (147,190,116).

RGB: (147,190,116) (58%, 75%, 45%)

RGB channels and saturation

R 147 of 255 = 58%
G 190 of 255 = 75%
B 116 of 255 = 45%

147
190
116

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

Portions of RGB colors in percentages

R + G + B = 147 + 190 + 116 = 453 (100%)
R 147 of 453 ~ 32.45%
G 190 of 453 ~ 41.94%
B 116 of 453 ~ 25.61'%

%32.45
%41.94
%25.61

CMYK color model

#93BE74 color CMYK value is (23,0,39,25).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 38.95%
  • key color value is 25.49%

CMYK: (23,0,39,25)
C23M0Y39K25 (23%, 0%, 39%, 25%)
(0.23 / 0.00 / 0.39 / 0.25)

CMYK percentages

%22.63
%0
%38.95
%25.49

Codes

Color #93BE74 in popluar color models

93 BE 74
RGB 147 190 116
HSL 95° 36.27% 60.00%
HSB/HSV 95° 38.95% 74.51%
CMYK 22.63% 0.00% 38.95%
25.49%

Color #93BE74 in popluar number systems.

HEX 93 BE 74
Decimal 147 190 116
Binary 10010011 10111110 1110100
Octal 223 276 164

Shades and tints

Shades of #93BE74

#93BE74
(147,190,116)
#86AD6A
(134,173,106)
#799C60
(121,156,96)
#6C8B56
(108,139,86)
#5F7A4C
(95,122,76)
#526942
(82,105,66)
#455838
(69,88,56)
#38472E
(56,71,46)
#2B3624
(43,54,36)
#1E251A
(30,37,26)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #93BE74

#93BE74
(147,190,116)
#9CC380
(156,195,128)
#A5C88C
(165,200,140)
#AECD98
(174,205,152)
#B7D2A4
(183,210,164)
#C0D7B0
(192,215,176)
#C9DCBC
(201,220,188)
#D2E1C8
(210,225,200)
#DBE6D4
(219,230,212)
#E4EBE0
(228,235,224)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BE74; }

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

This text font color is #93BE74.

Background Color

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

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

This div background color is #93BE74.

Border color

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

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

This div border color is #93BE74.

Opacity

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

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

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

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

This text has shadow with #93BE74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93BE74.

Preview

Color preview on black background

This text has color #93BE74 on black background.


Color preview on white background

This text has color #93BE74 on white background.


Black color preview on #93BE74 background

This text has black color on #93BE74 background.


White color preview on #93BE74 background

This text has white color on #93BE74 background.


Related colors

Complementary color

Complementary color for #hex is #6C418B.


I love getcolorcode.com

Triadic colors

1 #7493BE and #BE7493 with #93BE74 are triadic colors.

2 #74BE93 and #BE9374 with #93BE74 are triadic colors.