COLOR #99B018

HEX: #99B018
RGB: (153,176,24)

Color info

#99B018 contains mainly red and green colors. Web safe color of #99B018 is #999900 (or #990).

RGB color model

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

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

RGB channels and saturation

R 153 of 255 = 60%
G 176 of 255 = 69%
B 24 of 255 = 9%

153
176
24

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

Portions of RGB colors in percentages

R + G + B =
153 + 176 + 24 = 353 (100%)
R 153 of 353 ~ 43.34%
G 176 of 353 ~ 49.86%
B 24 of 353 ~ 6.8%

%43.34
%49.86

CMYK color model

#99B018 color CMYK value is (13,0,86,31).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 86.36%
  • key color value is 30.98%
CMYK:
(13,0,86,31)
C13M0Y86K31 
(13%,0%,86%,31%)
(0.13/0.00/0.86/0.31)	

CMYK percentages

%13.07
%0
%86.36
%30.98

Codes

Color #99B018 in popluar color models

99B018
RGB15317624
HSL69°76.00%39.22%
HSB/HSV69°86.36%69.02%
CMYK13.07%0.00%86.36%
30.98%

Color #99B018 in popluar number systems.

HEX99B018
Decimal15317624
Binary100110011011000011000
Octal23126030

Shades and tints

Shades of #99B018

#99B018
(153,176,24)
#8CA016
(140,160,22)
#7F9014
(127,144,20)
#728012
(114,128,18)
#657010
(101,112,16)
#58600E
(88,96,14)
#4B500C
(75,80,12)
#3E400A
(62,64,10)
#313008
(49,48,8)
#242006
(36,32,6)
#171004
(23,16,4)
#000000
(0,0,0)

Tints of #99B018

#99B018
(153,176,24)
#A2B72D
(162,183,45)
#ABBE42
(171,190,66)
#B4C557
(180,197,87)
#BDCC6C
(189,204,108)
#C6D381
(198,211,129)
#CFDA96
(207,218,150)
#D8E1AB
(216,225,171)
#E1E8C0
(225,232,192)
#EAEFD5
(234,239,213)
#F3F6EA
(243,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B018; }

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

This text font color is #99B018.


Background Color

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

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

This div background color is #99B018.


Border color

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

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

This div border color is #99B018.


Opacity

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

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

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

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

This text has shadow with #99B018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B018 on black background.


Color preview on white background

This text has color #99B018 on white background.



Black color preview on #99B018 background

This text has black color on #99B018 background.


White color preview on #99B018 background

This text has white color on #99B018 background.