COLOR #889800

HEX: #889800
RGB: (136,152,0)

Color info

#889800 contains only red and green colors. Web safe color of #889800 is #999900 (or #990).

RGB color model

#889800 color RGB value is (136,152,0).

  • red value is 136;
  • green value is 152;
  • blue value is 0.
RGB:
(136,152,0)
(53%,60%,0%)

RGB channels and saturation

R 136 of 255 = 53%
G 152 of 255 = 60%
B 0 of 255 = 0%

136
152
0

R + G + B ~ 38%. #889800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 152 + 0 = 288 (100%)
R 136 of 288 ~ 47.22%
G 152 of 288 ~ 52.78%
B 0 of 288 ~ 0%

%47.22
%52.78

CMYK color model

#889800 color CMYK value is (11,0,100,40).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 40.39%
CMYK:
(11,0,100,40)
C11M0Y100K40 
(11%,0%,100%,40%)
(0.11/0.00/1.00/0.40)	

CMYK percentages

%10.53
%0
%100
%40.39

Codes

Color #889800 in popluar color models

889800
RGB1361520
HSL66°100.00%29.80%
HSB/HSV66°100.00%59.61%
CMYK10.53%0.00%100.00%
40.39%

Color #889800 in popluar number systems.

HEX889800
Decimal1361520
Binary10001000100110000
Octal2102300

Shades and tints

Shades of #889800

#889800
(136,152,0)
#7C8B00
(124,139,0)
#707E00
(112,126,0)
#647100
(100,113,0)
#586400
(88,100,0)
#4C5700
(76,87,0)
#404A00
(64,74,0)
#343D00
(52,61,0)
#283000
(40,48,0)
#1C2300
(28,35,0)
#101600
(16,22,0)
#000000
(0,0,0)

Tints of #889800

#889800
(136,152,0)
#92A117
(146,161,23)
#9CAA2E
(156,170,46)
#A6B345
(166,179,69)
#B0BC5C
(176,188,92)
#BAC573
(186,197,115)
#C4CE8A
(196,206,138)
#CED7A1
(206,215,161)
#D8E0B8
(216,224,184)
#E2E9CF
(226,233,207)
#ECF2E6
(236,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889800 color. Also use rgb(136,152,0) instead hex code.

Text Font Color

.myTextColor { color: #889800; }

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

This text font color is #889800.


Background Color

.myBgColor { background-color: #889800; }

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

This div background color is #889800.


Border color

.myBorderColor { border: 1px solid #889800; }

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

This div border color is #889800.


Opacity

.myOpacity80 { color: #889800; opacity: 0.8; }

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

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

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

This text has shadow with #889800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889800 on black background.


Color preview on white background

This text has color #889800 on white background.



Black color preview on #889800 background

This text has black color on #889800 background.


White color preview on #889800 background

This text has white color on #889800 background.