COLOR #93AB4D

HEX: #93AB4D RGB: (147,171,77)

Color info

#93AB4D contains mainly red and green colors. Web safe color of #93AB4D is #999933 (or #993).

RGB color model

#93AB4D color RGB value is (147,171,77).

RGB: (147,171,77) (58%, 67%, 30%)

RGB channels and saturation

R 147 of 255 = 58%
G 171 of 255 = 67%
B 77 of 255 = 30%

147
171
77

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

Portions of RGB colors in percentages

R + G + B = 147 + 171 + 77 = 395 (100%)
R 147 of 395 ~ 37.22%
G 171 of 395 ~ 43.29%
B 77 of 395 ~ 19.49'%

%37.22
%43.29
%19.49

CMYK color model

#93AB4D color CMYK value is (14,0,55,33).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 54.97%
  • key color value is 32.94%
CMYK: (14,0,55,33) C14M0Y55K33 (14%,0%,55%,33%) (0.14/0.00/0.55/0.33) 

CMYK percentages

%14.04
%0
%54.97
%32.94

Codes

Color #93AB4D in popluar color models

93 AB 4D
RGB 147 171 77
HSL 75° 37.90% 48.63%
HSB/HSV 75° 54.97% 67.06%
CMYK 14.04% 0.00% 54.97%
32.94%

Color #93AB4D in popluar number systems.

HEX 93 AB 4D
Decimal 147 171 77
Binary 10010011 10101011 1001101
Octal 223 253 115

Shades and tints

Shades of #93AB4D

#93AB4D
(147,171,77)
#869C46
(134,156,70)
#798D3F
(121,141,63)
#6C7E38
(108,126,56)
#5F6F31
(95,111,49)
#52602A
(82,96,42)
#455123
(69,81,35)
#38421C
(56,66,28)
#2B3315
(43,51,21)
#1E240E
(30,36,14)
#111507
(17,21,7)
#000000
(0,0,0)

Tints of #93AB4D

#93AB4D
(147,171,77)
#9CB25D
(156,178,93)
#A5B96D
(165,185,109)
#AEC07D
(174,192,125)
#B7C78D
(183,199,141)
#C0CE9D
(192,206,157)
#C9D5AD
(201,213,173)
#D2DCBD
(210,220,189)
#DBE3CD
(219,227,205)
#E4EADD
(228,234,221)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AB4D color. Also use rgb(147,171,77) instead hex code.

Text Font Color

.myTextColor { color: #93AB4D; }

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

This text font color is #93AB4D.

Background Color

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

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

This div background color is #93AB4D.

Border color

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

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

This div border color is #93AB4D.

Opacity

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

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

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

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

This text has shadow with #93AB4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AB4D.

Preview

Color preview on black background

This text has color #93AB4D on black background.


Color preview on white background

This text has color #93AB4D on white background.


Black color preview on #93AB4D background

This text has black color on #93AB4D background.


White color preview on #93AB4D background

This text has white color on #93AB4D background.


Related colors

Complementary color

Complementary color for #hex is #6C54B2.


I love getcolorcode.com

Triadic colors

1 #4D93AB and #AB4D93 with #93AB4D are triadic colors.

2 #4DAB93 and #AB934D with #93AB4D are triadic colors.