COLOR #99B36A

HEX: #99B36A RGB: (153,179,106)

Color info

#99B36A contains mainly red and green colors. Web safe color of #99B36A is #999966 (or #996).

RGB color model

#99B36A color RGB value is (153,179,106).

RGB: (153,179,106) (60%, 70%, 42%)

RGB channels and saturation

R 153 of 255 = 60%
G 179 of 255 = 70%
B 106 of 255 = 42%

153
179
106

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

Portions of RGB colors in percentages

R + G + B = 153 + 179 + 106 = 438 (100%)
R 153 of 438 ~ 34.93%
G 179 of 438 ~ 40.87%
B 106 of 438 ~ 24.2'%

%34.93
%40.87
%24.2

CMYK color model

#99B36A color CMYK value is (15,0,41,30).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 40.78%
  • key color value is 29.80%

CMYK: (15,0,41,30)
C15M0Y41K30 (15%, 0%, 41%, 30%)
(0.15 / 0.00 / 0.41 / 0.30)

CMYK percentages

%14.53
%0
%40.78
%29.8

Codes

Color #99B36A in popluar color models

99 B3 6A
RGB 153 179 106
HSL 81° 32.44% 55.88%
HSB/HSV 81° 40.78% 70.20%
CMYK 14.53% 0.00% 40.78%
29.80%

Color #99B36A in popluar number systems.

HEX 99 B3 6A
Decimal 153 179 106
Binary 10011001 10110011 1101010
Octal 231 263 152

Shades and tints

Shades of #99B36A

#99B36A
(153,179,106)
#8CA361
(140,163,97)
#7F9358
(127,147,88)
#72834F
(114,131,79)
#657346
(101,115,70)
#58633D
(88,99,61)
#4B5334
(75,83,52)
#3E432B
(62,67,43)
#313322
(49,51,34)
#242319
(36,35,25)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #99B36A

#99B36A
(153,179,106)
#A2B977
(162,185,119)
#ABBF84
(171,191,132)
#B4C591
(180,197,145)
#BDCB9E
(189,203,158)
#C6D1AB
(198,209,171)
#CFD7B8
(207,215,184)
#D8DDC5
(216,221,197)
#E1E3D2
(225,227,210)
#EAE9DF
(234,233,223)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B36A color. Also use rgb(153,179,106) instead hex code.

Text Font Color

.myTextColor { color: #99B36A; }

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

This text font color is #99B36A.

Background Color

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

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

This div background color is #99B36A.

Border color

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

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

This div border color is #99B36A.

Opacity

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

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

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

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

This text has shadow with #99B36A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B36A.

Preview

Color preview on black background

This text has color #99B36A on black background.


Color preview on white background

This text has color #99B36A on white background.


Black color preview on #99B36A background

This text has black color on #99B36A background.


White color preview on #99B36A background

This text has white color on #99B36A background.


Related colors

Complementary color

Complementary color for #hex is #664C95.


I love getcolorcode.com

Triadic colors

1 #6A99B3 and #B36A99 with #99B36A are triadic colors.

2 #6AB399 and #B3996A with #99B36A are triadic colors.