COLOR #99B77C

HEX: #99B77C RGB: (153,183,124)

Color info

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

RGB color model

#99B77C color RGB value is (153,183,124).

RGB: (153,183,124) (60%, 72%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 183 of 255 = 72%
B 124 of 255 = 49%

153
183
124

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

Portions of RGB colors in percentages

R + G + B = 153 + 183 + 124 = 460 (100%)
R 153 of 460 ~ 33.26%
G 183 of 460 ~ 39.78%
B 124 of 460 ~ 26.96'%

%33.26
%39.78
%26.96

CMYK color model

#99B77C color CMYK value is (16,0,32,28).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 32.24%
  • key color value is 28.24%

CMYK: (16,0,32,28)
C16M0Y32K28 (16%, 0%, 32%, 28%)
(0.16 / 0.00 / 0.32 / 0.28)

CMYK percentages

%16.39
%0
%32.24
%28.24

Codes

Color #99B77C in popluar color models

99 B7 7C
RGB 153 183 124
HSL 91° 29.06% 60.20%
HSB/HSV 91° 32.24% 71.76%
CMYK 16.39% 0.00% 32.24%
28.24%

Color #99B77C in popluar number systems.

HEX 99 B7 7C
Decimal 153 183 124
Binary 10011001 10110111 1111100
Octal 231 267 174

Shades and tints

Shades of #99B77C

#99B77C
(153,183,124)
#8CA771
(140,167,113)
#7F9766
(127,151,102)
#72875B
(114,135,91)
#657750
(101,119,80)
#586745
(88,103,69)
#4B573A
(75,87,58)
#3E472F
(62,71,47)
#313724
(49,55,36)
#242719
(36,39,25)
#17170E
(23,23,14)
#000000
(0,0,0)

Tints of #99B77C

#99B77C
(153,183,124)
#A2BD87
(162,189,135)
#ABC392
(171,195,146)
#B4C99D
(180,201,157)
#BDCFA8
(189,207,168)
#C6D5B3
(198,213,179)
#CFDBBE
(207,219,190)
#D8E1C9
(216,225,201)
#E1E7D4
(225,231,212)
#EAEDDF
(234,237,223)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B77C; }

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

This text font color is #99B77C.

Background Color

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

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

This div background color is #99B77C.

Border color

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

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

This div border color is #99B77C.

Opacity

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

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

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

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

This text has shadow with #99B77C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B77C.

Preview

Color preview on black background

This text has color #99B77C on black background.


Color preview on white background

This text has color #99B77C on white background.


Black color preview on #99B77C background

This text has black color on #99B77C background.


White color preview on #99B77C background

This text has white color on #99B77C background.


Related colors

Complementary color

Complementary color for #hex is #664883.


I love getcolorcode.com

Triadic colors

1 #7C99B7 and #B77C99 with #99B77C are triadic colors.

2 #7CB799 and #B7997C with #99B77C are triadic colors.