COLOR #99B470

HEX: #99B470 RGB: (153,180,112)

Color info

#99B470 contains mainly red and green colors. Web safe color of #99B470 is #99CC66 (or #9C6).

RGB color model

#99B470 color RGB value is (153,180,112).

RGB: (153,180,112) (60%, 71%, 44%)

RGB channels and saturation

R 153 of 255 = 60%
G 180 of 255 = 71%
B 112 of 255 = 44%

153
180
112

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

Portions of RGB colors in percentages

R + G + B = 153 + 180 + 112 = 445 (100%)
R 153 of 445 ~ 34.38%
G 180 of 445 ~ 40.45%
B 112 of 445 ~ 25.17'%

%34.38
%40.45
%25.17

CMYK color model

#99B470 color CMYK value is (15,0,38,29).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 37.78%
  • key color value is 29.41%

CMYK: (15,0,38,29)
C15M0Y38K29 (15%, 0%, 38%, 29%)
(0.15 / 0.00 / 0.38 / 0.29)

CMYK percentages

%15
%0
%37.78
%29.41

Codes

Color #99B470 in popluar color models

99 B4 70
RGB 153 180 112
HSL 84° 31.19% 57.25%
HSB/HSV 84° 37.78% 70.59%
CMYK 15.00% 0.00% 37.78%
29.41%

Color #99B470 in popluar number systems.

HEX 99 B4 70
Decimal 153 180 112
Binary 10011001 10110100 1110000
Octal 231 264 160

Shades and tints

Shades of #99B470

#99B470
(153,180,112)
#8CA466
(140,164,102)
#7F945C
(127,148,92)
#728452
(114,132,82)
#657448
(101,116,72)
#58643E
(88,100,62)
#4B5434
(75,84,52)
#3E442A
(62,68,42)
#313420
(49,52,32)
#242416
(36,36,22)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #99B470

#99B470
(153,180,112)
#A2BA7D
(162,186,125)
#ABC08A
(171,192,138)
#B4C697
(180,198,151)
#BDCCA4
(189,204,164)
#C6D2B1
(198,210,177)
#CFD8BE
(207,216,190)
#D8DECB
(216,222,203)
#E1E4D8
(225,228,216)
#EAEAE5
(234,234,229)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B470; }

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

This text font color is #99B470.

Background Color

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

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

This div background color is #99B470.

Border color

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

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

This div border color is #99B470.

Opacity

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

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

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

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

This text has shadow with #99B470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B470.

Preview

Color preview on black background

This text has color #99B470 on black background.


Color preview on white background

This text has color #99B470 on white background.


Black color preview on #99B470 background

This text has black color on #99B470 background.


White color preview on #99B470 background

This text has white color on #99B470 background.


Related colors

Complementary color

Complementary color for #hex is #664B8F.


I love getcolorcode.com

Triadic colors

1 #7099B4 and #B47099 with #99B470 are triadic colors.

2 #70B499 and #B49970 with #99B470 are triadic colors.