COLOR #99A951

HEX: #99A951
RGB: (153,169,81)

Color info

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

RGB color model

#99A951 color RGB value is (153,169,81).

  • red value is 153;
  • green value is 169;
  • blue value is 81.
RGB:
(153,169,81)
(60%,66%,32%)

RGB channels and saturation

R 153 of 255 = 60%
G 169 of 255 = 66%
B 81 of 255 = 32%

153
169
81

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

Portions of RGB colors in percentages

R + G + B =
153 + 169 + 81 = 403 (100%)
R 153 of 403 ~ 37.97%
G 169 of 403 ~ 41.94%
B 81 of 403 ~ 20.1%

%37.97
%41.94
%20.1

CMYK color model

#99A951 color CMYK value is (9,0,52,34).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 52.07%
  • key color value is 33.73%
CMYK:
(9,0,52,34)
C9M0Y52K34 
(9%,0%,52%,34%)
(0.09/0.00/0.52/0.34)	

CMYK percentages

%9.47
%0
%52.07
%33.73

Codes

Color #99A951 in popluar color models

99A951
RGB15316981
HSL71°35.20%49.02%
HSB/HSV71°52.07%66.27%
CMYK9.47%0.00%52.07%
33.73%

Color #99A951 in popluar number systems.

HEX99A951
Decimal15316981
Binary10011001101010011010001
Octal231251121

Shades and tints

Shades of #99A951

#99A951
(153,169,81)
#8C9A4A
(140,154,74)
#7F8B43
(127,139,67)
#727C3C
(114,124,60)
#656D35
(101,109,53)
#585E2E
(88,94,46)
#4B4F27
(75,79,39)
#3E4020
(62,64,32)
#313119
(49,49,25)
#242212
(36,34,18)
#17130B
(23,19,11)
#000000
(0,0,0)

Tints of #99A951

#99A951
(153,169,81)
#A2B060
(162,176,96)
#ABB76F
(171,183,111)
#B4BE7E
(180,190,126)
#BDC58D
(189,197,141)
#C6CC9C
(198,204,156)
#CFD3AB
(207,211,171)
#D8DABA
(216,218,186)
#E1E1C9
(225,225,201)
#EAE8D8
(234,232,216)
#F3EFE7
(243,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A951 color. Also use rgb(153,169,81) instead hex code.

Text Font Color

.myTextColor { color: #99A951; }

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

This text font color is #99A951.


Background Color

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

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

This div background color is #99A951.


Border color

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

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

This div border color is #99A951.


Opacity

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

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

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

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

This text has shadow with #99A951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A951 on black background.


Color preview on white background

This text has color #99A951 on white background.



Black color preview on #99A951 background

This text has black color on #99A951 background.


White color preview on #99A951 background

This text has white color on #99A951 background.