COLOR #889C20

HEX: #889C20
RGB: (136,156,32)

Color info

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

RGB color model

#889C20 color RGB value is (136,156,32).

  • red value is 136;
  • green value is 156;
  • blue value is 32.
RGB:
(136,156,32)
(53%,61%,13%)

RGB channels and saturation

R 136 of 255 = 53%
G 156 of 255 = 61%
B 32 of 255 = 13%

136
156
32

R + G + B ~ 42%. #889C20 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 156 + 32 = 324 (100%)
R 136 of 324 ~ 41.98%
G 156 of 324 ~ 48.15%
B 32 of 324 ~ 9.88%

%41.98
%48.15
%9.88

CMYK color model

#889C20 color CMYK value is (13,0,79,39).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 79.49%
  • key color value is 38.82%
CMYK:
(13,0,79,39)
C13M0Y79K39 
(13%,0%,79%,39%)
(0.13/0.00/0.79/0.39)	

CMYK percentages

%12.82
%0
%79.49
%38.82

Codes

Color #889C20 in popluar color models

889C20
RGB13615632
HSL70°65.96%36.86%
HSB/HSV70°79.49%61.18%
CMYK12.82%0.00%79.49%
38.82%

Color #889C20 in popluar number systems.

HEX889C20
Decimal13615632
Binary1000100010011100100000
Octal21023440

Shades and tints

Shades of #889C20

#889C20
(136,156,32)
#7C8E1E
(124,142,30)
#70801C
(112,128,28)
#64721A
(100,114,26)
#586418
(88,100,24)
#4C5616
(76,86,22)
#404814
(64,72,20)
#343A12
(52,58,18)
#282C10
(40,44,16)
#1C1E0E
(28,30,14)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #889C20

#889C20
(136,156,32)
#92A534
(146,165,52)
#9CAE48
(156,174,72)
#A6B75C
(166,183,92)
#B0C070
(176,192,112)
#BAC984
(186,201,132)
#C4D298
(196,210,152)
#CEDBAC
(206,219,172)
#D8E4C0
(216,228,192)
#E2EDD4
(226,237,212)
#ECF6E8
(236,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889C20 color. Also use rgb(136,156,32) instead hex code.

Text Font Color

.myTextColor { color: #889C20; }

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

This text font color is #889C20.


Background Color

.myBgColor { background-color: #889C20; }

<div style="background-color:#889C20">Inner text</div>

This div background color is #889C20.


Border color

.myBorderColor { border: 1px solid #889C20; }

<div style="border:3px solid #889C20">Div</div>

This div border color is #889C20.


Opacity

.myOpacity80 { color: #889C20; opacity: 0.8; }

<p style="color:#889C20;opacity:0.8;">80%</p>

Text with #889C20 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 #889C20;}

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

This text has shadow with #889C20 color.

.textShadow {text-shadow: 3px 3px 1px #889C20, 3px 3px 1px red;}

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

This text has shadow with #889C20 primary color and red secondary color.


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

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

This text has shadow with #889C20 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889C20 on black background.


Color preview on white background

This text has color #889C20 on white background.



Black color preview on #889C20 background

This text has black color on #889C20 background.


White color preview on #889C20 background

This text has white color on #889C20 background.