COLOR #99B063

HEX: #99B063
RGB: (153,176,99)

Color info

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

RGB color model

#99B063 color RGB value is (153,176,99).

  • red value is 153;
  • green value is 176;
  • blue value is 99.
RGB:
(153,176,99)
(60%,69%,39%)

RGB channels and saturation

R 153 of 255 = 60%
G 176 of 255 = 69%
B 99 of 255 = 39%

153
176
99

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

Portions of RGB colors in percentages

R + G + B =
153 + 176 + 99 = 428 (100%)
R 153 of 428 ~ 35.75%
G 176 of 428 ~ 41.12%
B 99 of 428 ~ 23.13%

%35.75
%41.12
%23.13

CMYK color model

#99B063 color CMYK value is (13,0,44,31).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 30.98%
CMYK:
(13,0,44,31)
C13M0Y44K31 
(13%,0%,44%,31%)
(0.13/0.00/0.44/0.31)	

CMYK percentages

%13.07
%0
%43.75
%30.98

Codes

Color #99B063 in popluar color models

99B063
RGB15317699
HSL78°32.77%53.92%
HSB/HSV78°43.75%69.02%
CMYK13.07%0.00%43.75%
30.98%

Color #99B063 in popluar number systems.

HEX99B063
Decimal15317699
Binary10011001101100001100011
Octal231260143

Shades and tints

Shades of #99B063

#99B063
(153,176,99)
#8CA05A
(140,160,90)
#7F9051
(127,144,81)
#728048
(114,128,72)
#65703F
(101,112,63)
#586036
(88,96,54)
#4B502D
(75,80,45)
#3E4024
(62,64,36)
#31301B
(49,48,27)
#242012
(36,32,18)
#171009
(23,16,9)
#000000
(0,0,0)

Tints of #99B063

#99B063
(153,176,99)
#A2B771
(162,183,113)
#ABBE7F
(171,190,127)
#B4C58D
(180,197,141)
#BDCC9B
(189,204,155)
#C6D3A9
(198,211,169)
#CFDAB7
(207,218,183)
#D8E1C5
(216,225,197)
#E1E8D3
(225,232,211)
#EAEFE1
(234,239,225)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B063; }

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

This text font color is #99B063.


Background Color

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

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

This div background color is #99B063.


Border color

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

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

This div border color is #99B063.


Opacity

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

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

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

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

This text has shadow with #99B063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B063 on black background.


Color preview on white background

This text has color #99B063 on white background.



Black color preview on #99B063 background

This text has black color on #99B063 background.


White color preview on #99B063 background

This text has white color on #99B063 background.