COLOR #99B57C

HEX: #99B57C RGB: (153,181,124)

Color info

#99B57C contains red, green and blue colors in about the same proportion. Web safe color of #99B57C is #99CC66 (or #9C6).

RGB color model

#99B57C color RGB value is (153,181,124).

RGB: (153,181,124) (60%, 71%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 181 of 255 = 71%
B 124 of 255 = 49%

153
181
124

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

Portions of RGB colors in percentages

R + G + B = 153 + 181 + 124 = 458 (100%)
R 153 of 458 ~ 33.41%
G 181 of 458 ~ 39.52%
B 124 of 458 ~ 27.07'%

%33.41
%39.52
%27.07

CMYK color model

#99B57C color CMYK value is (15,0,31,29).

  • cyan value is 15.47%
  • magenta value is 0.00%
  • yellow value is 31.49%
  • key color value is 29.02%

CMYK: (15,0,31,29)
C15M0Y31K29 (15%, 0%, 31%, 29%)
(0.15 / 0.00 / 0.31 / 0.29)

CMYK percentages

%15.47
%0
%31.49
%29.02

Codes

Color #99B57C in popluar color models

99 B5 7C
RGB 153 181 124
HSL 89° 27.80% 59.80%
HSB/HSV 89° 31.49% 70.98%
CMYK 15.47% 0.00% 31.49%
29.02%

Color #99B57C in popluar number systems.

HEX 99 B5 7C
Decimal 153 181 124
Binary 10011001 10110101 1111100
Octal 231 265 174

Shades and tints

Shades of #99B57C

#99B57C
(153,181,124)
#8CA571
(140,165,113)
#7F9566
(127,149,102)
#72855B
(114,133,91)
#657550
(101,117,80)
#586545
(88,101,69)
#4B553A
(75,85,58)
#3E452F
(62,69,47)
#313524
(49,53,36)
#242519
(36,37,25)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #99B57C

#99B57C
(153,181,124)
#A2BB87
(162,187,135)
#ABC192
(171,193,146)
#B4C79D
(180,199,157)
#BDCDA8
(189,205,168)
#C6D3B3
(198,211,179)
#CFD9BE
(207,217,190)
#D8DFC9
(216,223,201)
#E1E5D4
(225,229,212)
#EAEBDF
(234,235,223)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B57C; }

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

This text font color is #99B57C.

Background Color

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

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

This div background color is #99B57C.

Border color

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

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

This div border color is #99B57C.

Opacity

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

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

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

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

This text has shadow with #99B57C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B57C.

Preview

Color preview on black background

This text has color #99B57C on black background.


Color preview on white background

This text has color #99B57C on white background.


Black color preview on #99B57C background

This text has black color on #99B57C background.


White color preview on #99B57C background

This text has white color on #99B57C background.


Related colors

Complementary color

Complementary color for #hex is #664A83.


I love getcolorcode.com

Triadic colors

1 #7C99B5 and #B57C99 with #99B57C are triadic colors.

2 #7CB599 and #B5997C with #99B57C are triadic colors.