COLOR #93C56B

HEX: #93C56B RGB: (147,197,107)

Color info

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

RGB color model

#93C56B color RGB value is (147,197,107).

RGB: (147,197,107) (58%, 77%, 42%)

RGB channels and saturation

R 147 of 255 = 58%
G 197 of 255 = 77%
B 107 of 255 = 42%

147
197
107

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

Portions of RGB colors in percentages

R + G + B = 147 + 197 + 107 = 451 (100%)
R 147 of 451 ~ 32.59%
G 197 of 451 ~ 43.68%
B 107 of 451 ~ 23.73'%

%32.59
%43.68
%23.73

CMYK color model

#93C56B color CMYK value is (25,0,46,23).

  • cyan value is 25.38%
  • magenta value is 0.00%
  • yellow value is 45.69%
  • key color value is 22.75%

CMYK: (25,0,46,23)
C25M0Y46K23 (25%, 0%, 46%, 23%)
(0.25 / 0.00 / 0.46 / 0.23)

CMYK percentages

%25.38
%0
%45.69
%22.75

Codes

Color #93C56B in popluar color models

93 C5 6B
RGB 147 197 107
HSL 93° 43.69% 59.61%
HSB/HSV 93° 45.69% 77.25%
CMYK 25.38% 0.00% 45.69%
22.75%

Color #93C56B in popluar number systems.

HEX 93 C5 6B
Decimal 147 197 107
Binary 10010011 11000101 1101011
Octal 223 305 153

Shades and tints

Shades of #93C56B

#93C56B
(147,197,107)
#86B462
(134,180,98)
#79A359
(121,163,89)
#6C9250
(108,146,80)
#5F8147
(95,129,71)
#52703E
(82,112,62)
#455F35
(69,95,53)
#384E2C
(56,78,44)
#2B3D23
(43,61,35)
#1E2C1A
(30,44,26)
#111B11
(17,27,17)
#000000
(0,0,0)

Tints of #93C56B

#93C56B
(147,197,107)
#9CCA78
(156,202,120)
#A5CF85
(165,207,133)
#AED492
(174,212,146)
#B7D99F
(183,217,159)
#C0DEAC
(192,222,172)
#C9E3B9
(201,227,185)
#D2E8C6
(210,232,198)
#DBEDD3
(219,237,211)
#E4F2E0
(228,242,224)
#EDF7ED
(237,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C56B color. Also use rgb(147,197,107) instead hex code.

Text Font Color

.myTextColor { color: #93C56B; }

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

This text font color is #93C56B.

Background Color

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

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

This div background color is #93C56B.

Border color

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

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

This div border color is #93C56B.

Opacity

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

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

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

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

This text has shadow with #93C56B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C56B.

Preview

Color preview on black background

This text has color #93C56B on black background.


Color preview on white background

This text has color #93C56B on white background.


Black color preview on #93C56B background

This text has black color on #93C56B background.


White color preview on #93C56B background

This text has white color on #93C56B background.


Related colors

Complementary color

Complementary color for #hex is #6C3A94.


I love getcolorcode.com

Triadic colors

1 #6B93C5 and #C56B93 with #93C56B are triadic colors.

2 #6BC593 and #C5936B with #93C56B are triadic colors.