COLOR #99AE5B

HEX: #99AE5B RGB: (153,174,91)

Color info

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

RGB color model

#99AE5B color RGB value is (153,174,91).

RGB: (153,174,91) (60%, 68%, 36%)

RGB channels and saturation

R 153 of 255 = 60%
G 174 of 255 = 68%
B 91 of 255 = 36%

153
174
91

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

Portions of RGB colors in percentages

R + G + B = 153 + 174 + 91 = 418 (100%)
R 153 of 418 ~ 36.6%
G 174 of 418 ~ 41.63%
B 91 of 418 ~ 21.77'%

%36.6
%41.63
%21.77

CMYK color model

#99AE5B color CMYK value is (12,0,48,32).

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 47.70%
  • key color value is 31.76%

CMYK: (12,0,48,32)
C12M0Y48K32 (12%, 0%, 48%, 32%)
(0.12 / 0.00 / 0.48 / 0.32)

CMYK percentages

%12.07
%0
%47.7
%31.76

Codes

Color #99AE5B in popluar color models

99 AE 5B
RGB 153 174 91
HSL 75° 33.88% 51.96%
HSB/HSV 75° 47.70% 68.24%
CMYK 12.07% 0.00% 47.70%
31.76%

Color #99AE5B in popluar number systems.

HEX 99 AE 5B
Decimal 153 174 91
Binary 10011001 10101110 1011011
Octal 231 256 133

Shades and tints

Shades of #99AE5B

#99AE5B
(153,174,91)
#8C9F53
(140,159,83)
#7F904B
(127,144,75)
#728143
(114,129,67)
#65723B
(101,114,59)
#586333
(88,99,51)
#4B542B
(75,84,43)
#3E4523
(62,69,35)
#31361B
(49,54,27)
#242713
(36,39,19)
#17180B
(23,24,11)
#000000
(0,0,0)

Tints of #99AE5B

#99AE5B
(153,174,91)
#A2B569
(162,181,105)
#ABBC77
(171,188,119)
#B4C385
(180,195,133)
#BDCA93
(189,202,147)
#C6D1A1
(198,209,161)
#CFD8AF
(207,216,175)
#D8DFBD
(216,223,189)
#E1E6CB
(225,230,203)
#EAEDD9
(234,237,217)
#F3F4E7
(243,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AE5B; }

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

This text font color is #99AE5B.

Background Color

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

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

This div background color is #99AE5B.

Border color

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

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

This div border color is #99AE5B.

Opacity

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

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

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

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

This text has shadow with #99AE5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AE5B.

Preview

Color preview on black background

This text has color #99AE5B on black background.


Color preview on white background

This text has color #99AE5B on white background.


Black color preview on #99AE5B background

This text has black color on #99AE5B background.


White color preview on #99AE5B background

This text has white color on #99AE5B background.


Related colors

Complementary color

Complementary color for #hex is #6651A4.


I love getcolorcode.com

Triadic colors

1 #5B99AE and #AE5B99 with #99AE5B are triadic colors.

2 #5BAE99 and #AE995B with #99AE5B are triadic colors.