COLOR #99A85E

HEX: #99A85E RGB: (153,168,94)

Color info

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

RGB color model

#99A85E color RGB value is (153,168,94).

RGB: (153,168,94) (60%, 66%, 37%)

RGB channels and saturation

R 153 of 255 = 60%
G 168 of 255 = 66%
B 94 of 255 = 37%

153
168
94

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

Portions of RGB colors in percentages

R + G + B = 153 + 168 + 94 = 415 (100%)
R 153 of 415 ~ 36.87%
G 168 of 415 ~ 40.48%
B 94 of 415 ~ 22.65'%

%36.87
%40.48
%22.65

CMYK color model

#99A85E color CMYK value is (9,0,44,34).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 44.05%
  • key color value is 34.12%

CMYK: (9,0,44,34)
C9M0Y44K34 (9%, 0%, 44%, 34%)
(0.09 / 0.00 / 0.44 / 0.34)

CMYK percentages

%8.93
%0
%44.05
%34.12

Codes

Color #99A85E in popluar color models

99 A8 5E
RGB 153 168 94
HSL 72° 29.84% 51.37%
HSB/HSV 72° 44.05% 65.88%
CMYK 8.93% 0.00% 44.05%
34.12%

Color #99A85E in popluar number systems.

HEX 99 A8 5E
Decimal 153 168 94
Binary 10011001 10101000 1011110
Octal 231 250 136

Shades and tints

Shades of #99A85E

#99A85E
(153,168,94)
#8C9956
(140,153,86)
#7F8A4E
(127,138,78)
#727B46
(114,123,70)
#656C3E
(101,108,62)
#585D36
(88,93,54)
#4B4E2E
(75,78,46)
#3E3F26
(62,63,38)
#31301E
(49,48,30)
#242116
(36,33,22)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #99A85E

#99A85E
(153,168,94)
#A2AF6C
(162,175,108)
#ABB67A
(171,182,122)
#B4BD88
(180,189,136)
#BDC496
(189,196,150)
#C6CBA4
(198,203,164)
#CFD2B2
(207,210,178)
#D8D9C0
(216,217,192)
#E1E0CE
(225,224,206)
#EAE7DC
(234,231,220)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A85E color. Also use rgb(153,168,94) instead hex code.

Text Font Color

.myTextColor { color: #99A85E; }

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

This text font color is #99A85E.

Background Color

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

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

This div background color is #99A85E.

Border color

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

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

This div border color is #99A85E.

Opacity

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

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

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

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

This text has shadow with #99A85E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A85E.

Preview

Color preview on black background

This text has color #99A85E on black background.


Color preview on white background

This text has color #99A85E on white background.


Black color preview on #99A85E background

This text has black color on #99A85E background.


White color preview on #99A85E background

This text has white color on #99A85E background.


Related colors

Complementary color

Complementary color for #hex is #6657A1.


I love getcolorcode.com

Triadic colors

1 #5E99A8 and #A85E99 with #99A85E are triadic colors.

2 #5EA899 and #A8995E with #99A85E are triadic colors.