COLOR #93B66B

HEX: #93B66B
RGB: (147,182,107)

Color info

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

RGB color model

#93B66B color RGB value is (147,182,107).

  • red value is 147;
  • green value is 182;
  • blue value is 107.
RGB:
(147,182,107)
(58%,71%,42%)

RGB channels and saturation

R 147 of 255 = 58%
G 182 of 255 = 71%
B 107 of 255 = 42%

147
182
107

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

Portions of RGB colors in percentages

R + G + B =
147 + 182 + 107 = 436 (100%)
R 147 of 436 ~ 33.72%
G 182 of 436 ~ 41.74%
B 107 of 436 ~ 24.54%

%33.72
%41.74
%24.54

CMYK color model

#93B66B color CMYK value is (19,0,41,29).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 41.21%
  • key color value is 28.63%
CMYK:
(19,0,41,29)
C19M0Y41K29 
(19%,0%,41%,29%)
(0.19/0.00/0.41/0.29)	

CMYK percentages

%19.23
%0
%41.21
%28.63

Codes

Color #93B66B in popluar color models

93B66B
RGB147182107
HSL88°33.94%56.67%
HSB/HSV88°41.21%71.37%
CMYK19.23%0.00%41.21%
28.63%

Color #93B66B in popluar number systems.

HEX93B66B
Decimal147182107
Binary10010011101101101101011
Octal223266153

Shades and tints

Shades of #93B66B

#93B66B
(147,182,107)
#86A662
(134,166,98)
#799659
(121,150,89)
#6C8650
(108,134,80)
#5F7647
(95,118,71)
#52663E
(82,102,62)
#455635
(69,86,53)
#38462C
(56,70,44)
#2B3623
(43,54,35)
#1E261A
(30,38,26)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #93B66B

#93B66B
(147,182,107)
#9CBC78
(156,188,120)
#A5C285
(165,194,133)
#AEC892
(174,200,146)
#B7CE9F
(183,206,159)
#C0D4AC
(192,212,172)
#C9DAB9
(201,218,185)
#D2E0C6
(210,224,198)
#DBE6D3
(219,230,211)
#E4ECE0
(228,236,224)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B66B; }

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

This text font color is #93B66B.


Background Color

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

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

This div background color is #93B66B.


Border color

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

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

This div border color is #93B66B.


Opacity

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

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

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

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

This text has shadow with #93B66B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B66B on black background.


Color preview on white background

This text has color #93B66B on white background.



Black color preview on #93B66B background

This text has black color on #93B66B background.


White color preview on #93B66B background

This text has white color on #93B66B background.