COLOR #99BA77

HEX: #99BA77
RGB: (153,186,119)

Color info

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

RGB color model

#99BA77 color RGB value is (153,186,119).

  • red value is 153;
  • green value is 186;
  • blue value is 119.
RGB:
(153,186,119)
(60%,73%,47%)

RGB channels and saturation

R 153 of 255 = 60%
G 186 of 255 = 73%
B 119 of 255 = 47%

153
186
119

R + G + B ~ 60%. #99BA77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 186 + 119 = 458 (100%)
R 153 of 458 ~ 33.41%
G 186 of 458 ~ 40.61%
B 119 of 458 ~ 25.98%

%33.41
%40.61
%25.98

CMYK color model

#99BA77 color CMYK value is (18,0,36,27).

  • cyan value is 17.74%
  • magenta value is 0.00%
  • yellow value is 36.02%
  • key color value is 27.06%
CMYK:
(18,0,36,27)
C18M0Y36K27 
(18%,0%,36%,27%)
(0.18/0.00/0.36/0.27)	

CMYK percentages

%17.74
%0
%36.02
%27.06

Codes

Color #99BA77 in popluar color models

99BA77
RGB153186119
HSL90°32.68%59.80%
HSB/HSV90°36.02%72.94%
CMYK17.74%0.00%36.02%
27.06%

Color #99BA77 in popluar number systems.

HEX99BA77
Decimal153186119
Binary10011001101110101110111
Octal231272167

Shades and tints

Shades of #99BA77

#99BA77
(153,186,119)
#8CAA6D
(140,170,109)
#7F9A63
(127,154,99)
#728A59
(114,138,89)
#657A4F
(101,122,79)
#586A45
(88,106,69)
#4B5A3B
(75,90,59)
#3E4A31
(62,74,49)
#313A27
(49,58,39)
#242A1D
(36,42,29)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #99BA77

#99BA77
(153,186,119)
#A2C083
(162,192,131)
#ABC68F
(171,198,143)
#B4CC9B
(180,204,155)
#BDD2A7
(189,210,167)
#C6D8B3
(198,216,179)
#CFDEBF
(207,222,191)
#D8E4CB
(216,228,203)
#E1EAD7
(225,234,215)
#EAF0E3
(234,240,227)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BA77 color. Also use rgb(153,186,119) instead hex code.

Text Font Color

.myTextColor { color: #99BA77; }

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

This text font color is #99BA77.


Background Color

.myBgColor { background-color: #99BA77; }

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

This div background color is #99BA77.


Border color

.myBorderColor { border: 1px solid #99BA77; }

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

This div border color is #99BA77.


Opacity

.myOpacity80 { color: #99BA77; opacity: 0.8; }

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

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

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

This text has shadow with #99BA77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BA77 on black background.


Color preview on white background

This text has color #99BA77 on white background.



Black color preview on #99BA77 background

This text has black color on #99BA77 background.


White color preview on #99BA77 background

This text has white color on #99BA77 background.