COLOR #93B76B

HEX: #93B76B
RGB: (147,183,107)

Color info

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

RGB color model

#93B76B color RGB value is (147,183,107).

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

RGB channels and saturation

R 147 of 255 = 58%
G 183 of 255 = 72%
B 107 of 255 = 42%

147
183
107

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

Portions of RGB colors in percentages

R + G + B =
147 + 183 + 107 = 437 (100%)
R 147 of 437 ~ 33.64%
G 183 of 437 ~ 41.88%
B 107 of 437 ~ 24.49%

%33.64
%41.88
%24.49

CMYK color model

#93B76B color CMYK value is (20,0,42,28).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 41.53%
  • key color value is 28.24%
CMYK:
(20,0,42,28)
C20M0Y42K28 
(20%,0%,42%,28%)
(0.20/0.00/0.42/0.28)	

CMYK percentages

%19.67
%0
%41.53
%28.24

Codes

Color #93B76B in popluar color models

93B76B
RGB147183107
HSL88°34.55%56.86%
HSB/HSV88°41.53%71.76%
CMYK19.67%0.00%41.53%
28.24%

Color #93B76B in popluar number systems.

HEX93B76B
Decimal147183107
Binary10010011101101111101011
Octal223267153

Shades and tints

Shades of #93B76B

#93B76B
(147,183,107)
#86A762
(134,167,98)
#799759
(121,151,89)
#6C8750
(108,135,80)
#5F7747
(95,119,71)
#52673E
(82,103,62)
#455735
(69,87,53)
#38472C
(56,71,44)
#2B3723
(43,55,35)
#1E271A
(30,39,26)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #93B76B

#93B76B
(147,183,107)
#9CBD78
(156,189,120)
#A5C385
(165,195,133)
#AEC992
(174,201,146)
#B7CF9F
(183,207,159)
#C0D5AC
(192,213,172)
#C9DBB9
(201,219,185)
#D2E1C6
(210,225,198)
#DBE7D3
(219,231,211)
#E4EDE0
(228,237,224)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B76B; }

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

This text font color is #93B76B.


Background Color

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

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

This div background color is #93B76B.


Border color

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

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

This div border color is #93B76B.


Opacity

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

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

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

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

This text has shadow with #93B76B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B76B on black background.


Color preview on white background

This text has color #93B76B on white background.



Black color preview on #93B76B background

This text has black color on #93B76B background.


White color preview on #93B76B background

This text has white color on #93B76B background.