COLOR #99A261

HEX: #99A261 RGB: (153,162,97)

Color info

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

RGB color model

#99A261 color RGB value is (153,162,97).

RGB: (153,162,97) (60%, 64%, 38%)

RGB channels and saturation

R 153 of 255 = 60%
G 162 of 255 = 64%
B 97 of 255 = 38%

153
162
97

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

Portions of RGB colors in percentages

R + G + B = 153 + 162 + 97 = 412 (100%)
R 153 of 412 ~ 37.14%
G 162 of 412 ~ 39.32%
B 97 of 412 ~ 23.54'%

%37.14
%39.32
%23.54

CMYK color model

#99A261 color CMYK value is (6,0,40,36).

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

CMYK: (6,0,40,36)
C6M0Y40K36 (6%, 0%, 40%, 36%)
(0.06 / 0.00 / 0.40 / 0.36)

CMYK percentages

%5.56
%0
%40.12
%36.47

Codes

Color #99A261 in popluar color models

99 A2 61
RGB 153 162 97
HSL 68° 25.90% 50.78%
HSB/HSV 68° 40.12% 63.53%
CMYK 5.56% 0.00% 40.12%
36.47%

Color #99A261 in popluar number systems.

HEX 99 A2 61
Decimal 153 162 97
Binary 10011001 10100010 1100001
Octal 231 242 141

Shades and tints

Shades of #99A261

#99A261
(153,162,97)
#8C9459
(140,148,89)
#7F8651
(127,134,81)
#727849
(114,120,73)
#656A41
(101,106,65)
#585C39
(88,92,57)
#4B4E31
(75,78,49)
#3E4029
(62,64,41)
#313221
(49,50,33)
#242419
(36,36,25)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #99A261

#99A261
(153,162,97)
#A2AA6F
(162,170,111)
#ABB27D
(171,178,125)
#B4BA8B
(180,186,139)
#BDC299
(189,194,153)
#C6CAA7
(198,202,167)
#CFD2B5
(207,210,181)
#D8DAC3
(216,218,195)
#E1E2D1
(225,226,209)
#EAEADF
(234,234,223)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A261; }

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

This text font color is #99A261.

Background Color

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

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

This div background color is #99A261.

Border color

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

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

This div border color is #99A261.

Opacity

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

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

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

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

This text has shadow with #99A261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A261.

Preview

Color preview on black background

This text has color #99A261 on black background.


Color preview on white background

This text has color #99A261 on white background.


Black color preview on #99A261 background

This text has black color on #99A261 background.


White color preview on #99A261 background

This text has white color on #99A261 background.


Related colors

Complementary color

Complementary color for #hex is #665D9E.


I love getcolorcode.com

Triadic colors

1 #6199A2 and #A26199 with #99A261 are triadic colors.

2 #61A299 and #A29961 with #99A261 are triadic colors.