COLOR #99B490

HEX: #99B490
RGB: (153,180,144)

Color info

#99B490 contains red, green and blue colors in about the same proportion. Web safe color of #99B490 is #99CC99 (or #9C9).

RGB color model

#99B490 color RGB value is (153,180,144).

  • red value is 153;
  • green value is 180;
  • blue value is 144.
RGB:
(153,180,144)
(60%,71%,56%)

RGB channels and saturation

R 153 of 255 = 60%
G 180 of 255 = 71%
B 144 of 255 = 56%

153
180
144

R + G + B ~ 62%. #99B490 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 180 + 144 = 477 (100%)
R 153 of 477 ~ 32.08%
G 180 of 477 ~ 37.74%
B 144 of 477 ~ 30.19%

%32.08
%37.74
%30.19

CMYK color model

#99B490 color CMYK value is (15,0,20,29).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 29.41%
CMYK:
(15,0,20,29)
C15M0Y20K29 
(15%,0%,20%,29%)
(0.15/0.00/0.20/0.29)	

CMYK percentages

%15
%0
%20
%29.41

Codes

Color #99B490 in popluar color models

99B490
RGB153180144
HSL105°19.35%63.53%
HSB/HSV105°20.00%70.59%
CMYK15.00%0.00%20.00%
29.41%

Color #99B490 in popluar number systems.

HEX99B490
Decimal153180144
Binary100110011011010010010000
Octal231264220

Shades and tints

Shades of #99B490

#99B490
(153,180,144)
#8CA483
(140,164,131)
#7F9476
(127,148,118)
#728469
(114,132,105)
#65745C
(101,116,92)
#58644F
(88,100,79)
#4B5442
(75,84,66)
#3E4435
(62,68,53)
#313428
(49,52,40)
#24241B
(36,36,27)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #99B490

#99B490
(153,180,144)
#A2BA9A
(162,186,154)
#ABC0A4
(171,192,164)
#B4C6AE
(180,198,174)
#BDCCB8
(189,204,184)
#C6D2C2
(198,210,194)
#CFD8CC
(207,216,204)
#D8DED6
(216,222,214)
#E1E4E0
(225,228,224)
#EAEAEA
(234,234,234)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B490 color. Also use rgb(153,180,144) instead hex code.

Text Font Color

.myTextColor { color: #99B490; }

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

This text font color is #99B490.


Background Color

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

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

This div background color is #99B490.


Border color

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

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

This div border color is #99B490.


Opacity

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

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

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

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

This text has shadow with #99B490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B490 on black background.


Color preview on white background

This text has color #99B490 on white background.



Black color preview on #99B490 background

This text has black color on #99B490 background.


White color preview on #99B490 background

This text has white color on #99B490 background.