COLOR #93BD6B

HEX: #93BD6B RGB: (147,189,107)

Color info

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

RGB color model

#93BD6B color RGB value is (147,189,107).

RGB: (147,189,107) (58%, 74%, 42%)

RGB channels and saturation

R 147 of 255 = 58%
G 189 of 255 = 74%
B 107 of 255 = 42%

147
189
107

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

Portions of RGB colors in percentages

R + G + B = 147 + 189 + 107 = 443 (100%)
R 147 of 443 ~ 33.18%
G 189 of 443 ~ 42.66%
B 107 of 443 ~ 24.15'%

%33.18
%42.66
%24.15

CMYK color model

#93BD6B color CMYK value is (22,0,43,26).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 43.39%
  • key color value is 25.88%

CMYK: (22,0,43,26)
C22M0Y43K26 (22%, 0%, 43%, 26%)
(0.22 / 0.00 / 0.43 / 0.26)

CMYK percentages

%22.22
%0
%43.39
%25.88

Codes

Color #93BD6B in popluar color models

93 BD 6B
RGB 147 189 107
HSL 91° 38.32% 58.04%
HSB/HSV 91° 43.39% 74.12%
CMYK 22.22% 0.00% 43.39%
25.88%

Color #93BD6B in popluar number systems.

HEX 93 BD 6B
Decimal 147 189 107
Binary 10010011 10111101 1101011
Octal 223 275 153

Shades and tints

Shades of #93BD6B

#93BD6B
(147,189,107)
#86AC62
(134,172,98)
#799B59
(121,155,89)
#6C8A50
(108,138,80)
#5F7947
(95,121,71)
#52683E
(82,104,62)
#455735
(69,87,53)
#38462C
(56,70,44)
#2B3523
(43,53,35)
#1E241A
(30,36,26)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #93BD6B

#93BD6B
(147,189,107)
#9CC378
(156,195,120)
#A5C985
(165,201,133)
#AECF92
(174,207,146)
#B7D59F
(183,213,159)
#C0DBAC
(192,219,172)
#C9E1B9
(201,225,185)
#D2E7C6
(210,231,198)
#DBEDD3
(219,237,211)
#E4F3E0
(228,243,224)
#EDF9ED
(237,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BD6B; }

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

This text font color is #93BD6B.

Background Color

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

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

This div background color is #93BD6B.

Border color

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

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

This div border color is #93BD6B.

Opacity

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

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

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

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

This text has shadow with #93BD6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93BD6B.

Preview

Color preview on black background

This text has color #93BD6B on black background.


Color preview on white background

This text has color #93BD6B on white background.


Black color preview on #93BD6B background

This text has black color on #93BD6B background.


White color preview on #93BD6B background

This text has white color on #93BD6B background.


Related colors

Complementary color

Complementary color for #hex is #6C4294.


I love getcolorcode.com

Triadic colors

1 #6B93BD and #BD6B93 with #93BD6B are triadic colors.

2 #6BBD93 and #BD936B with #93BD6B are triadic colors.