COLOR #99A55B

HEX: #99A55B RGB: (153,165,91)

Color info

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

RGB color model

#99A55B color RGB value is (153,165,91).

RGB: (153,165,91) (60%, 65%, 36%)

RGB channels and saturation

R 153 of 255 = 60%
G 165 of 255 = 65%
B 91 of 255 = 36%

153
165
91

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

Portions of RGB colors in percentages

R + G + B = 153 + 165 + 91 = 409 (100%)
R 153 of 409 ~ 37.41%
G 165 of 409 ~ 40.34%
B 91 of 409 ~ 22.25'%

%37.41
%40.34
%22.25

CMYK color model

#99A55B color CMYK value is (7,0,45,35).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 44.85%
  • key color value is 35.29%

CMYK: (7,0,45,35)
C7M0Y45K35 (7%, 0%, 45%, 35%)
(0.07 / 0.00 / 0.45 / 0.35)

CMYK percentages

%7.27
%0
%44.85
%35.29

Codes

Color #99A55B in popluar color models

99 A5 5B
RGB 153 165 91
HSL 70° 29.13% 50.20%
HSB/HSV 70° 44.85% 64.71%
CMYK 7.27% 0.00% 44.85%
35.29%

Color #99A55B in popluar number systems.

HEX 99 A5 5B
Decimal 153 165 91
Binary 10011001 10100101 1011011
Octal 231 245 133

Shades and tints

Shades of #99A55B

#99A55B
(153,165,91)
#8C9653
(140,150,83)
#7F874B
(127,135,75)
#727843
(114,120,67)
#65693B
(101,105,59)
#585A33
(88,90,51)
#4B4B2B
(75,75,43)
#3E3C23
(62,60,35)
#312D1B
(49,45,27)
#241E13
(36,30,19)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #99A55B

#99A55B
(153,165,91)
#A2AD69
(162,173,105)
#ABB577
(171,181,119)
#B4BD85
(180,189,133)
#BDC593
(189,197,147)
#C6CDA1
(198,205,161)
#CFD5AF
(207,213,175)
#D8DDBD
(216,221,189)
#E1E5CB
(225,229,203)
#EAEDD9
(234,237,217)
#F3F5E7
(243,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A55B; }

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

This text font color is #99A55B.

Background Color

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

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

This div background color is #99A55B.

Border color

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

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

This div border color is #99A55B.

Opacity

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

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

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

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

This text has shadow with #99A55B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A55B.

Preview

Color preview on black background

This text has color #99A55B on black background.


Color preview on white background

This text has color #99A55B on white background.


Black color preview on #99A55B background

This text has black color on #99A55B background.


White color preview on #99A55B background

This text has white color on #99A55B background.


Related colors

Complementary color

Complementary color for #hex is #665AA4.


I love getcolorcode.com

Triadic colors

1 #5B99A5 and #A55B99 with #99A55B are triadic colors.

2 #5BA599 and #A5995B with #99A55B are triadic colors.