COLOR #99AB53

HEX: #99AB53
RGB: (153,171,83)

Color info

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

RGB color model

#99AB53 color RGB value is (153,171,83).

  • red value is 153;
  • green value is 171;
  • blue value is 83.
RGB:
(153,171,83)
(60%,67%,33%)

RGB channels and saturation

R 153 of 255 = 60%
G 171 of 255 = 67%
B 83 of 255 = 33%

153
171
83

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

Portions of RGB colors in percentages

R + G + B =
153 + 171 + 83 = 407 (100%)
R 153 of 407 ~ 37.59%
G 171 of 407 ~ 42.01%
B 83 of 407 ~ 20.39%

%37.59
%42.01
%20.39

CMYK color model

#99AB53 color CMYK value is (11,0,51,33).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 51.46%
  • key color value is 32.94%
CMYK:
(11,0,51,33)
C11M0Y51K33 
(11%,0%,51%,33%)
(0.11/0.00/0.51/0.33)	

CMYK percentages

%10.53
%0
%51.46
%32.94

Codes

Color #99AB53 in popluar color models

99AB53
RGB15317183
HSL72°34.65%49.80%
HSB/HSV72°51.46%67.06%
CMYK10.53%0.00%51.46%
32.94%

Color #99AB53 in popluar number systems.

HEX99AB53
Decimal15317183
Binary10011001101010111010011
Octal231253123

Shades and tints

Shades of #99AB53

#99AB53
(153,171,83)
#8C9C4C
(140,156,76)
#7F8D45
(127,141,69)
#727E3E
(114,126,62)
#656F37
(101,111,55)
#586030
(88,96,48)
#4B5129
(75,81,41)
#3E4222
(62,66,34)
#31331B
(49,51,27)
#242414
(36,36,20)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #99AB53

#99AB53
(153,171,83)
#A2B262
(162,178,98)
#ABB971
(171,185,113)
#B4C080
(180,192,128)
#BDC78F
(189,199,143)
#C6CE9E
(198,206,158)
#CFD5AD
(207,213,173)
#D8DCBC
(216,220,188)
#E1E3CB
(225,227,203)
#EAEADA
(234,234,218)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AB53 color. Also use rgb(153,171,83) instead hex code.

Text Font Color

.myTextColor { color: #99AB53; }

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

This text font color is #99AB53.


Background Color

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

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

This div background color is #99AB53.


Border color

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

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

This div border color is #99AB53.


Opacity

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

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

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

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

This text has shadow with #99AB53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AB53 on black background.


Color preview on white background

This text has color #99AB53 on white background.



Black color preview on #99AB53 background

This text has black color on #99AB53 background.


White color preview on #99AB53 background

This text has white color on #99AB53 background.