COLOR #99B02F

HEX: #99B02F RGB: (153,176,47)

Color info

#99B02F contains mainly red and green colors. Web safe color of #99B02F is #999933 (or #993).

RGB color model

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

RGB: (153,176,47) (60%, 69%, 18%)

RGB channels and saturation

R 153 of 255 = 60%
G 176 of 255 = 69%
B 47 of 255 = 18%

153
176
47

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

Portions of RGB colors in percentages

R + G + B = 153 + 176 + 47 = 376 (100%)
R 153 of 376 ~ 40.69%
G 176 of 376 ~ 46.81%
B 47 of 376 ~ 12.5'%

%40.69
%46.81
%12.5

CMYK color model

#99B02F color CMYK value is (13,0,73,31).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 73.30%
  • key color value is 30.98%
CMYK: (13,0,73,31) C13M0Y73K31 (13%,0%,73%,31%) (0.13/0.00/0.73/0.31) 

CMYK percentages

%13.07
%0
%73.3
%30.98

Codes

Color #99B02F in popluar color models

99 B0 2F
RGB 153 176 47
HSL 71° 57.85% 43.73%
HSB/HSV 71° 73.30% 69.02%
CMYK 13.07% 0.00% 73.30%
30.98%

Color #99B02F in popluar number systems.

HEX 99 B0 2F
Decimal 153 176 47
Binary 10011001 10110000 101111
Octal 231 260 57

Shades and tints

Shades of #99B02F

#99B02F
(153,176,47)
#8CA02B
(140,160,43)
#7F9027
(127,144,39)
#728023
(114,128,35)
#65701F
(101,112,31)
#58601B
(88,96,27)
#4B5017
(75,80,23)
#3E4013
(62,64,19)
#31300F
(49,48,15)
#24200B
(36,32,11)
#171007
(23,16,7)
#000000
(0,0,0)

Tints of #99B02F

#99B02F
(153,176,47)
#A2B741
(162,183,65)
#ABBE53
(171,190,83)
#B4C565
(180,197,101)
#BDCC77
(189,204,119)
#C6D389
(198,211,137)
#CFDA9B
(207,218,155)
#D8E1AD
(216,225,173)
#E1E8BF
(225,232,191)
#EAEFD1
(234,239,209)
#F3F6E3
(243,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B02F; }

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

This text font color is #99B02F.

Background Color

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

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

This div background color is #99B02F.

Border color

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

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

This div border color is #99B02F.

Opacity

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

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

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

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

This text has shadow with #99B02F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B02F.

Preview

Color preview on black background

This text has color #99B02F on black background.


Color preview on white background

This text has color #99B02F on white background.


Black color preview on #99B02F background

This text has black color on #99B02F background.


White color preview on #99B02F background

This text has white color on #99B02F background.


Related colors

Complementary color

Complementary color for #hex is #664FD0.


I love getcolorcode.com

Triadic colors

1 #2F99B0 and #B02F99 with #99B02F are triadic colors.

2 #2FB099 and #B0992F with #99B02F are triadic colors.