COLOR #99C96B

HEX: #99C96B RGB: (153,201,107)

Color info

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

RGB color model

#99C96B color RGB value is (153,201,107).

RGB: (153,201,107) (60%, 79%, 42%)

RGB channels and saturation

R 153 of 255 = 60%
G 201 of 255 = 79%
B 107 of 255 = 42%

153
201
107

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

Portions of RGB colors in percentages

R + G + B = 153 + 201 + 107 = 461 (100%)
R 153 of 461 ~ 33.19%
G 201 of 461 ~ 43.6%
B 107 of 461 ~ 23.21'%

%33.19
%43.6
%23.21

CMYK color model

#99C96B color CMYK value is (24,0,47,21).

  • cyan value is 23.88%
  • magenta value is 0.00%
  • yellow value is 46.77%
  • key color value is 21.18%

CMYK: (24,0,47,21)
C24M0Y47K21 (24%, 0%, 47%, 21%)
(0.24 / 0.00 / 0.47 / 0.21)

CMYK percentages

%23.88
%0
%46.77
%21.18

Codes

Color #99C96B in popluar color models

99 C9 6B
RGB 153 201 107
HSL 91° 46.53% 60.39%
HSB/HSV 91° 46.77% 78.82%
CMYK 23.88% 0.00% 46.77%
21.18%

Color #99C96B in popluar number systems.

HEX 99 C9 6B
Decimal 153 201 107
Binary 10011001 11001001 1101011
Octal 231 311 153

Shades and tints

Shades of #99C96B

#99C96B
(153,201,107)
#8CB762
(140,183,98)
#7FA559
(127,165,89)
#729350
(114,147,80)
#658147
(101,129,71)
#586F3E
(88,111,62)
#4B5D35
(75,93,53)
#3E4B2C
(62,75,44)
#313923
(49,57,35)
#24271A
(36,39,26)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #99C96B

#99C96B
(153,201,107)
#A2CD78
(162,205,120)
#ABD185
(171,209,133)
#B4D592
(180,213,146)
#BDD99F
(189,217,159)
#C6DDAC
(198,221,172)
#CFE1B9
(207,225,185)
#D8E5C6
(216,229,198)
#E1E9D3
(225,233,211)
#EAEDE0
(234,237,224)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C96B; }

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

This text font color is #99C96B.

Background Color

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

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

This div background color is #99C96B.

Border color

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

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

This div border color is #99C96B.

Opacity

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

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

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

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

This text has shadow with #99C96B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C96B.

Preview

Color preview on black background

This text has color #99C96B on black background.


Color preview on white background

This text has color #99C96B on white background.


Black color preview on #99C96B background

This text has black color on #99C96B background.


White color preview on #99C96B background

This text has white color on #99C96B background.


Related colors

Complementary color

Complementary color for #hex is #663694.


I love getcolorcode.com

Triadic colors

1 #6B99C9 and #C96B99 with #99C96B are triadic colors.

2 #6BC999 and #C9996B with #99C96B are triadic colors.