COLOR #99B56E

HEX: #99B56E RGB: (153,181,110)

Color info

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

RGB color model

#99B56E color RGB value is (153,181,110).

RGB: (153,181,110) (60%, 71%, 43%)

RGB channels and saturation

R 153 of 255 = 60%
G 181 of 255 = 71%
B 110 of 255 = 43%

153
181
110

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

Portions of RGB colors in percentages

R + G + B = 153 + 181 + 110 = 444 (100%)
R 153 of 444 ~ 34.46%
G 181 of 444 ~ 40.77%
B 110 of 444 ~ 24.77'%

%34.46
%40.77
%24.77

CMYK color model

#99B56E color CMYK value is (15,0,39,29).

  • cyan value is 15.47%
  • magenta value is 0.00%
  • yellow value is 39.23%
  • key color value is 29.02%

CMYK: (15,0,39,29)
C15M0Y39K29 (15%, 0%, 39%, 29%)
(0.15 / 0.00 / 0.39 / 0.29)

CMYK percentages

%15.47
%0
%39.23
%29.02

Codes

Color #99B56E in popluar color models

99 B5 6E
RGB 153 181 110
HSL 84° 32.42% 57.06%
HSB/HSV 84° 39.23% 70.98%
CMYK 15.47% 0.00% 39.23%
29.02%

Color #99B56E in popluar number systems.

HEX 99 B5 6E
Decimal 153 181 110
Binary 10011001 10110101 1101110
Octal 231 265 156

Shades and tints

Shades of #99B56E

#99B56E
(153,181,110)
#8CA564
(140,165,100)
#7F955A
(127,149,90)
#728550
(114,133,80)
#657546
(101,117,70)
#58653C
(88,101,60)
#4B5532
(75,85,50)
#3E4528
(62,69,40)
#31351E
(49,53,30)
#242514
(36,37,20)
#17150A
(23,21,10)
#000000
(0,0,0)

Tints of #99B56E

#99B56E
(153,181,110)
#A2BB7B
(162,187,123)
#ABC188
(171,193,136)
#B4C795
(180,199,149)
#BDCDA2
(189,205,162)
#C6D3AF
(198,211,175)
#CFD9BC
(207,217,188)
#D8DFC9
(216,223,201)
#E1E5D6
(225,229,214)
#EAEBE3
(234,235,227)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B56E; }

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

This text font color is #99B56E.

Background Color

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

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

This div background color is #99B56E.

Border color

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

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

This div border color is #99B56E.

Opacity

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

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

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

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

This text has shadow with #99B56E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B56E.

Preview

Color preview on black background

This text has color #99B56E on black background.


Color preview on white background

This text has color #99B56E on white background.


Black color preview on #99B56E background

This text has black color on #99B56E background.


White color preview on #99B56E background

This text has white color on #99B56E background.


Related colors

Complementary color

Complementary color for #hex is #664A91.


I love getcolorcode.com

Triadic colors

1 #6E99B5 and #B56E99 with #99B56E are triadic colors.

2 #6EB599 and #B5996E with #99B56E are triadic colors.