COLOR #93BD71

HEX: #93BD71 RGB: (147,189,113)

Color info

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

RGB color model

#93BD71 color RGB value is (147,189,113).

RGB: (147,189,113) (58%, 74%, 44%)

RGB channels and saturation

R 147 of 255 = 58%
G 189 of 255 = 74%
B 113 of 255 = 44%

147
189
113

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

Portions of RGB colors in percentages

R + G + B = 147 + 189 + 113 = 449 (100%)
R 147 of 449 ~ 32.74%
G 189 of 449 ~ 42.09%
B 113 of 449 ~ 25.17'%

%32.74
%42.09
%25.17

CMYK color model

#93BD71 color CMYK value is (22,0,40,26).

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

CMYK: (22,0,40,26)
C22M0Y40K26 (22%, 0%, 40%, 26%)
(0.22 / 0.00 / 0.40 / 0.26)

CMYK percentages

%22.22
%0
%40.21
%25.88

Codes

Color #93BD71 in popluar color models

93 BD 71
RGB 147 189 113
HSL 93° 36.54% 59.22%
HSB/HSV 93° 40.21% 74.12%
CMYK 22.22% 0.00% 40.21%
25.88%

Color #93BD71 in popluar number systems.

HEX 93 BD 71
Decimal 147 189 113
Binary 10010011 10111101 1110001
Octal 223 275 161

Shades and tints

Shades of #93BD71

#93BD71
(147,189,113)
#86AC67
(134,172,103)
#799B5D
(121,155,93)
#6C8A53
(108,138,83)
#5F7949
(95,121,73)
#52683F
(82,104,63)
#455735
(69,87,53)
#38462B
(56,70,43)
#2B3521
(43,53,33)
#1E2417
(30,36,23)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #93BD71

#93BD71
(147,189,113)
#9CC37D
(156,195,125)
#A5C989
(165,201,137)
#AECF95
(174,207,149)
#B7D5A1
(183,213,161)
#C0DBAD
(192,219,173)
#C9E1B9
(201,225,185)
#D2E7C5
(210,231,197)
#DBEDD1
(219,237,209)
#E4F3DD
(228,243,221)
#EDF9E9
(237,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BD71; }

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

This text font color is #93BD71.

Background Color

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

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

This div background color is #93BD71.

Border color

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

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

This div border color is #93BD71.

Opacity

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

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

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

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

This text has shadow with #93BD71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93BD71.

Preview

Color preview on black background

This text has color #93BD71 on black background.


Color preview on white background

This text has color #93BD71 on white background.


Black color preview on #93BD71 background

This text has black color on #93BD71 background.


White color preview on #93BD71 background

This text has white color on #93BD71 background.


Related colors

Complementary color

Complementary color for #hex is #6C428E.


I love getcolorcode.com

Triadic colors

1 #7193BD and #BD7193 with #93BD71 are triadic colors.

2 #71BD93 and #BD9371 with #93BD71 are triadic colors.