COLOR #99A559

HEX: #99A559
RGB: (153,165,89)

Color info

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

RGB color model

#99A559 color RGB value is (153,165,89).

  • red value is 153;
  • green value is 165;
  • blue value is 89.
RGB:
(153,165,89)
(60%,65%,35%)

RGB channels and saturation

R 153 of 255 = 60%
G 165 of 255 = 65%
B 89 of 255 = 35%

153
165
89

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

Portions of RGB colors in percentages

R + G + B =
153 + 165 + 89 = 407 (100%)
R 153 of 407 ~ 37.59%
G 165 of 407 ~ 40.54%
B 89 of 407 ~ 21.87%

%37.59
%40.54
%21.87

CMYK color model

#99A559 color CMYK value is (7,0,46,35).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 46.06%
  • key color value is 35.29%
CMYK:
(7,0,46,35)
C7M0Y46K35 
(7%,0%,46%,35%)
(0.07/0.00/0.46/0.35)	

CMYK percentages

%7.27
%0
%46.06
%35.29

Codes

Color #99A559 in popluar color models

99A559
RGB15316589
HSL69°29.92%49.80%
HSB/HSV69°46.06%64.71%
CMYK7.27%0.00%46.06%
35.29%

Color #99A559 in popluar number systems.

HEX99A559
Decimal15316589
Binary10011001101001011011001
Octal231245131

Shades and tints

Shades of #99A559

#99A559
(153,165,89)
#8C9651
(140,150,81)
#7F8749
(127,135,73)
#727841
(114,120,65)
#656939
(101,105,57)
#585A31
(88,90,49)
#4B4B29
(75,75,41)
#3E3C21
(62,60,33)
#312D19
(49,45,25)
#241E11
(36,30,17)
#170F09
(23,15,9)
#000000
(0,0,0)

Tints of #99A559

#99A559
(153,165,89)
#A2AD68
(162,173,104)
#ABB577
(171,181,119)
#B4BD86
(180,189,134)
#BDC595
(189,197,149)
#C6CDA4
(198,205,164)
#CFD5B3
(207,213,179)
#D8DDC2
(216,221,194)
#E1E5D1
(225,229,209)
#EAEDE0
(234,237,224)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A559 color. Also use rgb(153,165,89) instead hex code.

Text Font Color

.myTextColor { color: #99A559; }

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

This text font color is #99A559.


Background Color

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

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

This div background color is #99A559.


Border color

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

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

This div border color is #99A559.


Opacity

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

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

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

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

This text has shadow with #99A559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A559 on black background.


Color preview on white background

This text has color #99A559 on white background.



Black color preview on #99A559 background

This text has black color on #99A559 background.


White color preview on #99A559 background

This text has white color on #99A559 background.