COLOR #99B36B

HEX: #99B36B RGB: (153,179,107)

Color info

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

RGB color model

#99B36B color RGB value is (153,179,107).

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

RGB channels and saturation

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

153
179
107

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

Portions of RGB colors in percentages

R + G + B = 153 + 179 + 107 = 439 (100%)
R 153 of 439 ~ 34.85%
G 179 of 439 ~ 40.77%
B 107 of 439 ~ 24.37'%

%34.85
%40.77
%24.37

CMYK color model

#99B36B color CMYK value is (15,0,40,30).

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

CMYK: (15,0,40,30)
C15M0Y40K30 (15%, 0%, 40%, 30%)
(0.15 / 0.00 / 0.40 / 0.30)

CMYK percentages

%14.53
%0
%40.22
%29.8

Codes

Color #99B36B in popluar color models

99 B3 6B
RGB 153 179 107
HSL 82° 32.14% 56.08%
HSB/HSV 82° 40.22% 70.20%
CMYK 14.53% 0.00% 40.22%
29.80%

Color #99B36B in popluar number systems.

HEX 99 B3 6B
Decimal 153 179 107
Binary 10011001 10110011 1101011
Octal 231 263 153

Shades and tints

Shades of #99B36B

#99B36B
(153,179,107)
#8CA362
(140,163,98)
#7F9359
(127,147,89)
#728350
(114,131,80)
#657347
(101,115,71)
#58633E
(88,99,62)
#4B5335
(75,83,53)
#3E432C
(62,67,44)
#313323
(49,51,35)
#24231A
(36,35,26)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #99B36B

#99B36B
(153,179,107)
#A2B978
(162,185,120)
#ABBF85
(171,191,133)
#B4C592
(180,197,146)
#BDCB9F
(189,203,159)
#C6D1AC
(198,209,172)
#CFD7B9
(207,215,185)
#D8DDC6
(216,221,198)
#E1E3D3
(225,227,211)
#EAE9E0
(234,233,224)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B36B; }

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

This text font color is #99B36B.

Background Color

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

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

This div background color is #99B36B.

Border color

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

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

This div border color is #99B36B.

Opacity

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

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

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

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

This text has shadow with #99B36B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B36B.

Preview

Color preview on black background

This text has color #99B36B on black background.


Color preview on white background

This text has color #99B36B on white background.


Black color preview on #99B36B background

This text has black color on #99B36B background.


White color preview on #99B36B background

This text has white color on #99B36B background.


Related colors

Complementary color

Complementary color for #hex is #664C94.


I love getcolorcode.com

Triadic colors

1 #6B99B3 and #B36B99 with #99B36B are triadic colors.

2 #6BB399 and #B3996B with #99B36B are triadic colors.