COLOR #93BF63

HEX: #93BF63 RGB: (147,191,99)

Color info

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

RGB color model

#93BF63 color RGB value is (147,191,99).

RGB: (147,191,99) (58%, 75%, 39%)

RGB channels and saturation

R 147 of 255 = 58%
G 191 of 255 = 75%
B 99 of 255 = 39%

147
191
99

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

Portions of RGB colors in percentages

R + G + B = 147 + 191 + 99 = 437 (100%)
R 147 of 437 ~ 33.64%
G 191 of 437 ~ 43.71%
B 99 of 437 ~ 22.65'%

%33.64
%43.71
%22.65

CMYK color model

#93BF63 color CMYK value is (23,0,48,25).

  • cyan value is 23.04%
  • magenta value is 0.00%
  • yellow value is 48.17%
  • key color value is 25.10%

CMYK: (23,0,48,25)
C23M0Y48K25 (23%, 0%, 48%, 25%)
(0.23 / 0.00 / 0.48 / 0.25)

CMYK percentages

%23.04
%0
%48.17
%25.1

Codes

Color #93BF63 in popluar color models

93 BF 63
RGB 147 191 99
HSL 89° 41.82% 56.86%
HSB/HSV 89° 48.17% 74.90%
CMYK 23.04% 0.00% 48.17%
25.10%

Color #93BF63 in popluar number systems.

HEX 93 BF 63
Decimal 147 191 99
Binary 10010011 10111111 1100011
Octal 223 277 143

Shades and tints

Shades of #93BF63

#93BF63
(147,191,99)
#86AE5A
(134,174,90)
#799D51
(121,157,81)
#6C8C48
(108,140,72)
#5F7B3F
(95,123,63)
#526A36
(82,106,54)
#45592D
(69,89,45)
#384824
(56,72,36)
#2B371B
(43,55,27)
#1E2612
(30,38,18)
#111509
(17,21,9)
#000000
(0,0,0)

Tints of #93BF63

#93BF63
(147,191,99)
#9CC471
(156,196,113)
#A5C97F
(165,201,127)
#AECE8D
(174,206,141)
#B7D39B
(183,211,155)
#C0D8A9
(192,216,169)
#C9DDB7
(201,221,183)
#D2E2C5
(210,226,197)
#DBE7D3
(219,231,211)
#E4ECE1
(228,236,225)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BF63 color. Also use rgb(147,191,99) instead hex code.

Text Font Color

.myTextColor { color: #93BF63; }

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

This text font color is #93BF63.

Background Color

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

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

This div background color is #93BF63.

Border color

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

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

This div border color is #93BF63.

Opacity

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

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

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

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

This text has shadow with #93BF63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93BF63.

Preview

Color preview on black background

This text has color #93BF63 on black background.


Color preview on white background

This text has color #93BF63 on white background.


Black color preview on #93BF63 background

This text has black color on #93BF63 background.


White color preview on #93BF63 background

This text has white color on #93BF63 background.


Related colors

Complementary color

Complementary color for #hex is #6C409C.


I love getcolorcode.com

Triadic colors

1 #6393BF and #BF6393 with #93BF63 are triadic colors.

2 #63BF93 and #BF9363 with #93BF63 are triadic colors.