COLOR #99B279

HEX: #99B279
RGB: (153,178,121)

Color info

#99B279 contains red, green and blue colors in about the same proportion. Web safe color of #99B279 is #999966 (or #996).

RGB color model

#99B279 color RGB value is (153,178,121).

  • red value is 153;
  • green value is 178;
  • blue value is 121.
RGB:
(153,178,121)
(60%,70%,47%)

RGB channels and saturation

R 153 of 255 = 60%
G 178 of 255 = 70%
B 121 of 255 = 47%

153
178
121

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

Portions of RGB colors in percentages

R + G + B =
153 + 178 + 121 = 452 (100%)
R 153 of 452 ~ 33.85%
G 178 of 452 ~ 39.38%
B 121 of 452 ~ 26.77%

%33.85
%39.38
%26.77

CMYK color model

#99B279 color CMYK value is (14,0,32,30).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 32.02%
  • key color value is 30.20%
CMYK:
(14,0,32,30)
C14M0Y32K30 
(14%,0%,32%,30%)
(0.14/0.00/0.32/0.30)	

CMYK percentages

%14.04
%0
%32.02
%30.2

Codes

Color #99B279 in popluar color models

99B279
RGB153178121
HSL86°27.01%58.63%
HSB/HSV86°32.02%69.80%
CMYK14.04%0.00%32.02%
30.20%

Color #99B279 in popluar number systems.

HEX99B279
Decimal153178121
Binary10011001101100101111001
Octal231262171

Shades and tints

Shades of #99B279

#99B279
(153,178,121)
#8CA26E
(140,162,110)
#7F9263
(127,146,99)
#728258
(114,130,88)
#65724D
(101,114,77)
#586242
(88,98,66)
#4B5237
(75,82,55)
#3E422C
(62,66,44)
#313221
(49,50,33)
#242216
(36,34,22)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #99B279

#99B279
(153,178,121)
#A2B985
(162,185,133)
#ABC091
(171,192,145)
#B4C79D
(180,199,157)
#BDCEA9
(189,206,169)
#C6D5B5
(198,213,181)
#CFDCC1
(207,220,193)
#D8E3CD
(216,227,205)
#E1EAD9
(225,234,217)
#EAF1E5
(234,241,229)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B279 color. Also use rgb(153,178,121) instead hex code.

Text Font Color

.myTextColor { color: #99B279; }

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

This text font color is #99B279.


Background Color

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

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

This div background color is #99B279.


Border color

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

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

This div border color is #99B279.


Opacity

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

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

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

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

This text has shadow with #99B279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B279 on black background.


Color preview on white background

This text has color #99B279 on white background.



Black color preview on #99B279 background

This text has black color on #99B279 background.


White color preview on #99B279 background

This text has white color on #99B279 background.