COLOR #99A271

HEX: #99A271 RGB: (153,162,113)

Color info

#99A271 contains red, green and blue colors in about the same proportion. Web safe color of #99A271 is #999966 (or #996).

RGB color model

#99A271 color RGB value is (153,162,113).

RGB: (153,162,113) (60%, 64%, 44%)

RGB channels and saturation

R 153 of 255 = 60%
G 162 of 255 = 64%
B 113 of 255 = 44%

153
162
113

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

Portions of RGB colors in percentages

R + G + B = 153 + 162 + 113 = 428 (100%)
R 153 of 428 ~ 35.75%
G 162 of 428 ~ 37.85%
B 113 of 428 ~ 26.4'%

%35.75
%37.85
%26.4

CMYK color model

#99A271 color CMYK value is (6,0,30,36).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 30.25%
  • key color value is 36.47%

CMYK: (6,0,30,36)
C6M0Y30K36 (6%, 0%, 30%, 36%)
(0.06 / 0.00 / 0.30 / 0.36)

CMYK percentages

%5.56
%0
%30.25
%36.47

Codes

Color #99A271 in popluar color models

99 A2 71
RGB 153 162 113
HSL 71° 20.85% 53.92%
HSB/HSV 71° 30.25% 63.53%
CMYK 5.56% 0.00% 30.25%
36.47%

Color #99A271 in popluar number systems.

HEX 99 A2 71
Decimal 153 162 113
Binary 10011001 10100010 1110001
Octal 231 242 161

Shades and tints

Shades of #99A271

#99A271
(153,162,113)
#8C9467
(140,148,103)
#7F865D
(127,134,93)
#727853
(114,120,83)
#656A49
(101,106,73)
#585C3F
(88,92,63)
#4B4E35
(75,78,53)
#3E402B
(62,64,43)
#313221
(49,50,33)
#242417
(36,36,23)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #99A271

#99A271
(153,162,113)
#A2AA7D
(162,170,125)
#ABB289
(171,178,137)
#B4BA95
(180,186,149)
#BDC2A1
(189,194,161)
#C6CAAD
(198,202,173)
#CFD2B9
(207,210,185)
#D8DAC5
(216,218,197)
#E1E2D1
(225,226,209)
#EAEADD
(234,234,221)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A271 color. Also use rgb(153,162,113) instead hex code.

Text Font Color

.myTextColor { color: #99A271; }

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

This text font color is #99A271.

Background Color

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

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

This div background color is #99A271.

Border color

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

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

This div border color is #99A271.

Opacity

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

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

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

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

This text has shadow with #99A271 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A271.

Preview

Color preview on black background

This text has color #99A271 on black background.


Color preview on white background

This text has color #99A271 on white background.


Black color preview on #99A271 background

This text has black color on #99A271 background.


White color preview on #99A271 background

This text has white color on #99A271 background.


Related colors

Complementary color

Complementary color for #hex is #665D8E.


I love getcolorcode.com

Triadic colors

1 #7199A2 and #A27199 with #99A271 are triadic colors.

2 #71A299 and #A29971 with #99A271 are triadic colors.