COLOR #99B043

HEX: #99B043 RGB: (153,176,67)

Color info

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

RGB color model

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

RGB: (153,176,67) (60%, 69%, 26%)

RGB channels and saturation

R 153 of 255 = 60%
G 176 of 255 = 69%
B 67 of 255 = 26%

153
176
67

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

Portions of RGB colors in percentages

R + G + B = 153 + 176 + 67 = 396 (100%)
R 153 of 396 ~ 38.64%
G 176 of 396 ~ 44.44%
B 67 of 396 ~ 16.92'%

%38.64
%44.44
%16.92

CMYK color model

#99B043 color CMYK value is (13,0,62,31).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 61.93%
  • key color value is 30.98%

CMYK: (13,0,62,31)
C13M0Y62K31 (13%, 0%, 62%, 31%)
(0.13 / 0.00 / 0.62 / 0.31)

CMYK percentages

%13.07
%0
%61.93
%30.98

Codes

Color #99B043 in popluar color models

99 B0 43
RGB 153 176 67
HSL 73° 44.86% 47.65%
HSB/HSV 73° 61.93% 69.02%
CMYK 13.07% 0.00% 61.93%
30.98%

Color #99B043 in popluar number systems.

HEX 99 B0 43
Decimal 153 176 67
Binary 10011001 10110000 1000011
Octal 231 260 103

Shades and tints

Shades of #99B043

#99B043
(153,176,67)
#8CA03D
(140,160,61)
#7F9037
(127,144,55)
#728031
(114,128,49)
#65702B
(101,112,43)
#586025
(88,96,37)
#4B501F
(75,80,31)
#3E4019
(62,64,25)
#313013
(49,48,19)
#24200D
(36,32,13)
#171007
(23,16,7)
#000000
(0,0,0)

Tints of #99B043

#99B043
(153,176,67)
#A2B754
(162,183,84)
#ABBE65
(171,190,101)
#B4C576
(180,197,118)
#BDCC87
(189,204,135)
#C6D398
(198,211,152)
#CFDAA9
(207,218,169)
#D8E1BA
(216,225,186)
#E1E8CB
(225,232,203)
#EAEFDC
(234,239,220)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B043; }

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

This text font color is #99B043.

Background Color

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

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

This div background color is #99B043.

Border color

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

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

This div border color is #99B043.

Opacity

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

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

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

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

This text has shadow with #99B043 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B043.

Preview

Color preview on black background

This text has color #99B043 on black background.


Color preview on white background

This text has color #99B043 on white background.


Black color preview on #99B043 background

This text has black color on #99B043 background.


White color preview on #99B043 background

This text has white color on #99B043 background.


Related colors

Complementary color

Complementary color for #hex is #664FBC.


I love getcolorcode.com

Triadic colors

1 #4399B0 and #B04399 with #99B043 are triadic colors.

2 #43B099 and #B09943 with #99B043 are triadic colors.