COLOR #889B10

HEX: #889B10
RGB: (136,155,16)

Color info

#889B10 contains mainly red and green colors. Web safe color of #889B10 is #999900 (or #990).

RGB color model

#889B10 color RGB value is (136,155,16).

  • red value is 136;
  • green value is 155;
  • blue value is 16.
RGB:
(136,155,16)
(53%,61%,6%)

RGB channels and saturation

R 136 of 255 = 53%
G 155 of 255 = 61%
B 16 of 255 = 6%

136
155
16

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

Portions of RGB colors in percentages

R + G + B =
136 + 155 + 16 = 307 (100%)
R 136 of 307 ~ 44.3%
G 155 of 307 ~ 50.49%
B 16 of 307 ~ 5.21%

%44.3
%50.49

CMYK color model

#889B10 color CMYK value is (12,0,90,39).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 89.68%
  • key color value is 39.22%
CMYK:
(12,0,90,39)
C12M0Y90K39 
(12%,0%,90%,39%)
(0.12/0.00/0.90/0.39)	

CMYK percentages

%12.26
%0
%89.68
%39.22

Codes

Color #889B10 in popluar color models

889B10
RGB13615516
HSL68°81.29%33.53%
HSB/HSV68°89.68%60.78%
CMYK12.26%0.00%89.68%
39.22%

Color #889B10 in popluar number systems.

HEX889B10
Decimal13615516
Binary100010001001101110000
Octal21023320

Shades and tints

Shades of #889B10

#889B10
(136,155,16)
#7C8D0F
(124,141,15)
#707F0E
(112,127,14)
#64710D
(100,113,13)
#58630C
(88,99,12)
#4C550B
(76,85,11)
#40470A
(64,71,10)
#343909
(52,57,9)
#282B08
(40,43,8)
#1C1D07
(28,29,7)
#100F06
(16,15,6)
#000000
(0,0,0)

Tints of #889B10

#889B10
(136,155,16)
#92A425
(146,164,37)
#9CAD3A
(156,173,58)
#A6B64F
(166,182,79)
#B0BF64
(176,191,100)
#BAC879
(186,200,121)
#C4D18E
(196,209,142)
#CEDAA3
(206,218,163)
#D8E3B8
(216,227,184)
#E2ECCD
(226,236,205)
#ECF5E2
(236,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889B10 color. Also use rgb(136,155,16) instead hex code.

Text Font Color

.myTextColor { color: #889B10; }

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

This text font color is #889B10.


Background Color

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

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

This div background color is #889B10.


Border color

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

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

This div border color is #889B10.


Opacity

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

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

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

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

This text has shadow with #889B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889B10 on black background.


Color preview on white background

This text has color #889B10 on white background.



Black color preview on #889B10 background

This text has black color on #889B10 background.


White color preview on #889B10 background

This text has white color on #889B10 background.