COLOR #93BE66

HEX: #93BE66
RGB: (147,190,102)

Color info

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

RGB color model

#93BE66 color RGB value is (147,190,102).

  • red value is 147;
  • green value is 190;
  • blue value is 102.
RGB:
(147,190,102)
(58%,75%,40%)

RGB channels and saturation

R 147 of 255 = 58%
G 190 of 255 = 75%
B 102 of 255 = 40%

147
190
102

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

Portions of RGB colors in percentages

R + G + B =
147 + 190 + 102 = 439 (100%)
R 147 of 439 ~ 33.49%
G 190 of 439 ~ 43.28%
B 102 of 439 ~ 23.23%

%33.49
%43.28
%23.23

CMYK color model

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

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 46.32%
  • key color value is 25.49%
CMYK:
(23,0,46,25)
C23M0Y46K25 
(23%,0%,46%,25%)
(0.23/0.00/0.46/0.25)	

CMYK percentages

%22.63
%0
%46.32
%25.49

Codes

Color #93BE66 in popluar color models

93BE66
RGB147190102
HSL89°40.37%57.25%
HSB/HSV89°46.32%74.51%
CMYK22.63%0.00%46.32%
25.49%

Color #93BE66 in popluar number systems.

HEX93BE66
Decimal147190102
Binary10010011101111101100110
Octal223276146

Shades and tints

Shades of #93BE66

#93BE66
(147,190,102)
#86AD5D
(134,173,93)
#799C54
(121,156,84)
#6C8B4B
(108,139,75)
#5F7A42
(95,122,66)
#526939
(82,105,57)
#455830
(69,88,48)
#384727
(56,71,39)
#2B361E
(43,54,30)
#1E2515
(30,37,21)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #93BE66

#93BE66
(147,190,102)
#9CC373
(156,195,115)
#A5C880
(165,200,128)
#AECD8D
(174,205,141)
#B7D29A
(183,210,154)
#C0D7A7
(192,215,167)
#C9DCB4
(201,220,180)
#D2E1C1
(210,225,193)
#DBE6CE
(219,230,206)
#E4EBDB
(228,235,219)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BE66 color. Also use rgb(147,190,102) instead hex code.

Text Font Color

.myTextColor { color: #93BE66; }

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

This text font color is #93BE66.


Background Color

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

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

This div background color is #93BE66.


Border color

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

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

This div border color is #93BE66.


Opacity

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

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

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

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

This text has shadow with #93BE66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BE66 on black background.


Color preview on white background

This text has color #93BE66 on white background.



Black color preview on #93BE66 background

This text has black color on #93BE66 background.


White color preview on #93BE66 background

This text has white color on #93BE66 background.