COLOR #93B966

HEX: #93B966 RGB: (147,185,102)

Color info

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

RGB color model

#93B966 color RGB value is (147,185,102).

RGB: (147,185,102) (58%, 73%, 40%)

RGB channels and saturation

R 147 of 255 = 58%
G 185 of 255 = 73%
B 102 of 255 = 40%

147
185
102

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

Portions of RGB colors in percentages

R + G + B = 147 + 185 + 102 = 434 (100%)
R 147 of 434 ~ 33.87%
G 185 of 434 ~ 42.63%
B 102 of 434 ~ 23.5'%

%33.87
%42.63
%23.5

CMYK color model

#93B966 color CMYK value is (21,0,45,27).

  • cyan value is 20.54%
  • magenta value is 0.00%
  • yellow value is 44.86%
  • key color value is 27.45%

CMYK: (21,0,45,27)
C21M0Y45K27 (21%, 0%, 45%, 27%)
(0.21 / 0.00 / 0.45 / 0.27)

CMYK percentages

%20.54
%0
%44.86
%27.45

Codes

Color #93B966 in popluar color models

93 B9 66
RGB 147 185 102
HSL 87° 37.22% 56.27%
HSB/HSV 87° 44.86% 72.55%
CMYK 20.54% 0.00% 44.86%
27.45%

Color #93B966 in popluar number systems.

HEX 93 B9 66
Decimal 147 185 102
Binary 10010011 10111001 1100110
Octal 223 271 146

Shades and tints

Shades of #93B966

#93B966
(147,185,102)
#86A95D
(134,169,93)
#799954
(121,153,84)
#6C894B
(108,137,75)
#5F7942
(95,121,66)
#526939
(82,105,57)
#455930
(69,89,48)
#384927
(56,73,39)
#2B391E
(43,57,30)
#1E2915
(30,41,21)
#11190C
(17,25,12)
#000000
(0,0,0)

Tints of #93B966

#93B966
(147,185,102)
#9CBF73
(156,191,115)
#A5C580
(165,197,128)
#AECB8D
(174,203,141)
#B7D19A
(183,209,154)
#C0D7A7
(192,215,167)
#C9DDB4
(201,221,180)
#D2E3C1
(210,227,193)
#DBE9CE
(219,233,206)
#E4EFDB
(228,239,219)
#EDF5E8
(237,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B966; }

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

This text font color is #93B966.

Background Color

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

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

This div background color is #93B966.

Border color

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

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

This div border color is #93B966.

Opacity

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

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

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

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

This text has shadow with #93B966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B966.

Preview

Color preview on black background

This text has color #93B966 on black background.


Color preview on white background

This text has color #93B966 on white background.


Black color preview on #93B966 background

This text has black color on #93B966 background.


White color preview on #93B966 background

This text has white color on #93B966 background.


Related colors

Complementary color

Complementary color for #hex is #6C4699.


I love getcolorcode.com

Triadic colors

1 #6693B9 and #B96693 with #93B966 are triadic colors.

2 #66B993 and #B99366 with #93B966 are triadic colors.