COLOR #93B829

HEX: #93B829
RGB: (147,184,41)

Color info

#93B829 contains mainly red and green colors. Web safe color of #93B829 is #99CC33 (or #9C3).

RGB color model

#93B829 color RGB value is (147,184,41).

  • red value is 147;
  • green value is 184;
  • blue value is 41.
RGB:
(147,184,41)
(58%,72%,16%)

RGB channels and saturation

R 147 of 255 = 58%
G 184 of 255 = 72%
B 41 of 255 = 16%

147
184
41

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

Portions of RGB colors in percentages

R + G + B =
147 + 184 + 41 = 372 (100%)
R 147 of 372 ~ 39.52%
G 184 of 372 ~ 49.46%
B 41 of 372 ~ 11.02%

%39.52
%49.46
%11.02

CMYK color model

#93B829 color CMYK value is (20,0,78,28).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 77.72%
  • key color value is 27.84%
CMYK:
(20,0,78,28)
C20M0Y78K28 
(20%,0%,78%,28%)
(0.20/0.00/0.78/0.28)	

CMYK percentages

%20.11
%0
%77.72
%27.84

Codes

Color #93B829 in popluar color models

93B829
RGB14718441
HSL76°63.56%44.12%
HSB/HSV76°77.72%72.16%
CMYK20.11%0.00%77.72%
27.84%

Color #93B829 in popluar number systems.

HEX93B829
Decimal14718441
Binary1001001110111000101001
Octal22327051

Shades and tints

Shades of #93B829

#93B829
(147,184,41)
#86A826
(134,168,38)
#799823
(121,152,35)
#6C8820
(108,136,32)
#5F781D
(95,120,29)
#52681A
(82,104,26)
#455817
(69,88,23)
#384814
(56,72,20)
#2B3811
(43,56,17)
#1E280E
(30,40,14)
#11180B
(17,24,11)
#000000
(0,0,0)

Tints of #93B829

#93B829
(147,184,41)
#9CBE3C
(156,190,60)
#A5C44F
(165,196,79)
#AECA62
(174,202,98)
#B7D075
(183,208,117)
#C0D688
(192,214,136)
#C9DC9B
(201,220,155)
#D2E2AE
(210,226,174)
#DBE8C1
(219,232,193)
#E4EED4
(228,238,212)
#EDF4E7
(237,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B829 color. Also use rgb(147,184,41) instead hex code.

Text Font Color

.myTextColor { color: #93B829; }

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

This text font color is #93B829.


Background Color

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

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

This div background color is #93B829.


Border color

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

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

This div border color is #93B829.


Opacity

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

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

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

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

This text has shadow with #93B829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B829 on black background.


Color preview on white background

This text has color #93B829 on white background.



Black color preview on #93B829 background

This text has black color on #93B829 background.


White color preview on #93B829 background

This text has white color on #93B829 background.