COLOR #93BC6A

HEX: #93BC6A RGB: (147,188,106)

Color info

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

RGB color model

#93BC6A color RGB value is (147,188,106).

RGB: (147,188,106) (58%, 74%, 42%)

RGB channels and saturation

R 147 of 255 = 58%
G 188 of 255 = 74%
B 106 of 255 = 42%

147
188
106

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

Portions of RGB colors in percentages

R + G + B = 147 + 188 + 106 = 441 (100%)
R 147 of 441 ~ 33.33%
G 188 of 441 ~ 42.63%
B 106 of 441 ~ 24.04'%

%33.33
%42.63
%24.04

CMYK color model

#93BC6A color CMYK value is (22,0,44,26).

  • cyan value is 21.81%
  • magenta value is 0.00%
  • yellow value is 43.62%
  • key color value is 26.27%

CMYK: (22,0,44,26)
C22M0Y44K26 (22%, 0%, 44%, 26%)
(0.22 / 0.00 / 0.44 / 0.26)

CMYK percentages

%21.81
%0
%43.62
%26.27

Codes

Color #93BC6A in popluar color models

93 BC 6A
RGB 147 188 106
HSL 90° 37.96% 57.65%
HSB/HSV 90° 43.62% 73.73%
CMYK 21.81% 0.00% 43.62%
26.27%

Color #93BC6A in popluar number systems.

HEX 93 BC 6A
Decimal 147 188 106
Binary 10010011 10111100 1101010
Octal 223 274 152

Shades and tints

Shades of #93BC6A

#93BC6A
(147,188,106)
#86AB61
(134,171,97)
#799A58
(121,154,88)
#6C894F
(108,137,79)
#5F7846
(95,120,70)
#52673D
(82,103,61)
#455634
(69,86,52)
#38452B
(56,69,43)
#2B3422
(43,52,34)
#1E2319
(30,35,25)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #93BC6A

#93BC6A
(147,188,106)
#9CC277
(156,194,119)
#A5C884
(165,200,132)
#AECE91
(174,206,145)
#B7D49E
(183,212,158)
#C0DAAB
(192,218,171)
#C9E0B8
(201,224,184)
#D2E6C5
(210,230,197)
#DBECD2
(219,236,210)
#E4F2DF
(228,242,223)
#EDF8EC
(237,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BC6A color. Also use rgb(147,188,106) instead hex code.

Text Font Color

.myTextColor { color: #93BC6A; }

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

This text font color is #93BC6A.

Background Color

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

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

This div background color is #93BC6A.

Border color

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

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

This div border color is #93BC6A.

Opacity

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

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

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

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

This text has shadow with #93BC6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93BC6A.

Preview

Color preview on black background

This text has color #93BC6A on black background.


Color preview on white background

This text has color #93BC6A on white background.


Black color preview on #93BC6A background

This text has black color on #93BC6A background.


White color preview on #93BC6A background

This text has white color on #93BC6A background.


Related colors

Complementary color

Complementary color for #hex is #6C4395.


I love getcolorcode.com

Triadic colors

1 #6A93BC and #BC6A93 with #93BC6A are triadic colors.

2 #6ABC93 and #BC936A with #93BC6A are triadic colors.