COLOR #93BA59

HEX: #93BA59
RGB: (147,186,89)

Color info

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

RGB color model

#93BA59 color RGB value is (147,186,89).

  • red value is 147;
  • green value is 186;
  • blue value is 89.
RGB:
(147,186,89)
(58%,73%,35%)

RGB channels and saturation

R 147 of 255 = 58%
G 186 of 255 = 73%
B 89 of 255 = 35%

147
186
89

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

Portions of RGB colors in percentages

R + G + B =
147 + 186 + 89 = 422 (100%)
R 147 of 422 ~ 34.83%
G 186 of 422 ~ 44.08%
B 89 of 422 ~ 21.09%

%34.83
%44.08
%21.09

CMYK color model

#93BA59 color CMYK value is (21,0,52,27).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 52.15%
  • key color value is 27.06%
CMYK:
(21,0,52,27)
C21M0Y52K27 
(21%,0%,52%,27%)
(0.21/0.00/0.52/0.27)	

CMYK percentages

%20.97
%0
%52.15
%27.06

Codes

Color #93BA59 in popluar color models

93BA59
RGB14718689
HSL84°41.28%53.92%
HSB/HSV84°52.15%72.94%
CMYK20.97%0.00%52.15%
27.06%

Color #93BA59 in popluar number systems.

HEX93BA59
Decimal14718689
Binary10010011101110101011001
Octal223272131

Shades and tints

Shades of #93BA59

#93BA59
(147,186,89)
#86AA51
(134,170,81)
#799A49
(121,154,73)
#6C8A41
(108,138,65)
#5F7A39
(95,122,57)
#526A31
(82,106,49)
#455A29
(69,90,41)
#384A21
(56,74,33)
#2B3A19
(43,58,25)
#1E2A11
(30,42,17)
#111A09
(17,26,9)
#000000
(0,0,0)

Tints of #93BA59

#93BA59
(147,186,89)
#9CC068
(156,192,104)
#A5C677
(165,198,119)
#AECC86
(174,204,134)
#B7D295
(183,210,149)
#C0D8A4
(192,216,164)
#C9DEB3
(201,222,179)
#D2E4C2
(210,228,194)
#DBEAD1
(219,234,209)
#E4F0E0
(228,240,224)
#EDF6EF
(237,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BA59 color. Also use rgb(147,186,89) instead hex code.

Text Font Color

.myTextColor { color: #93BA59; }

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

This text font color is #93BA59.


Background Color

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

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

This div background color is #93BA59.


Border color

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

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

This div border color is #93BA59.


Opacity

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

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

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

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

This text has shadow with #93BA59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BA59 on black background.


Color preview on white background

This text has color #93BA59 on white background.



Black color preview on #93BA59 background

This text has black color on #93BA59 background.


White color preview on #93BA59 background

This text has white color on #93BA59 background.