COLOR #99B573

HEX: #99B573 RGB: (153,181,115)

Color info

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

RGB color model

#99B573 color RGB value is (153,181,115).

RGB: (153,181,115) (60%, 71%, 45%)

RGB channels and saturation

R 153 of 255 = 60%
G 181 of 255 = 71%
B 115 of 255 = 45%

153
181
115

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

Portions of RGB colors in percentages

R + G + B = 153 + 181 + 115 = 449 (100%)
R 153 of 449 ~ 34.08%
G 181 of 449 ~ 40.31%
B 115 of 449 ~ 25.61'%

%34.08
%40.31
%25.61

CMYK color model

#99B573 color CMYK value is (15,0,36,29).

  • cyan value is 15.47%
  • magenta value is 0.00%
  • yellow value is 36.46%
  • key color value is 29.02%
CMYK: (15,0,36,29) C15M0Y36K29 (15%,0%,36%,29%) (0.15/0.00/0.36/0.29) 

CMYK percentages

%15.47
%0
%36.46
%29.02

Codes

Color #99B573 in popluar color models

99 B5 73
RGB 153 181 115
HSL 85° 30.84% 58.04%
HSB/HSV 85° 36.46% 70.98%
CMYK 15.47% 0.00% 36.46%
29.02%

Color #99B573 in popluar number systems.

HEX 99 B5 73
Decimal 153 181 115
Binary 10011001 10110101 1110011
Octal 231 265 163

Shades and tints

Shades of #99B573

#99B573
(153,181,115)
#8CA569
(140,165,105)
#7F955F
(127,149,95)
#728555
(114,133,85)
#65754B
(101,117,75)
#586541
(88,101,65)
#4B5537
(75,85,55)
#3E452D
(62,69,45)
#313523
(49,53,35)
#242519
(36,37,25)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #99B573

#99B573
(153,181,115)
#A2BB7F
(162,187,127)
#ABC18B
(171,193,139)
#B4C797
(180,199,151)
#BDCDA3
(189,205,163)
#C6D3AF
(198,211,175)
#CFD9BB
(207,217,187)
#D8DFC7
(216,223,199)
#E1E5D3
(225,229,211)
#EAEBDF
(234,235,223)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B573 color. Also use rgb(153,181,115) instead hex code.

Text Font Color

.myTextColor { color: #99B573; }

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

This text font color is #99B573.

Background Color

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

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

This div background color is #99B573.

Border color

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

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

This div border color is #99B573.

Opacity

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

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

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

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

This text has shadow with #99B573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B573.

Preview

Color preview on black background

This text has color #99B573 on black background.


Color preview on white background

This text has color #99B573 on white background.


Black color preview on #99B573 background

This text has black color on #99B573 background.


White color preview on #99B573 background

This text has white color on #99B573 background.


Related colors

Complementary color

Complementary color for #hex is #664A8C.


I love getcolorcode.com

Triadic colors

1 #7399B5 and #B57399 with #99B573 are triadic colors.

2 #73B599 and #B59973 with #99B573 are triadic colors.