COLOR #99B280

HEX: #99B280 RGB: (153,178,128)

Color info

#99B280 contains red, green and blue colors in about the same proportion. Web safe color of #99B280 is #999966 (or #996).

RGB color model

#99B280 color RGB value is (153,178,128).

RGB: (153,178,128) (60%, 70%, 50%)

RGB channels and saturation

R 153 of 255 = 60%
G 178 of 255 = 70%
B 128 of 255 = 50%

153
178
128

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

Portions of RGB colors in percentages

R + G + B = 153 + 178 + 128 = 459 (100%)
R 153 of 459 ~ 33.33%
G 178 of 459 ~ 38.78%
B 128 of 459 ~ 27.89'%

%33.33
%38.78
%27.89

CMYK color model

#99B280 color CMYK value is (14,0,28,30).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 28.09%
  • key color value is 30.20%

CMYK: (14,0,28,30)
C14M0Y28K30 (14%, 0%, 28%, 30%)
(0.14 / 0.00 / 0.28 / 0.30)

CMYK percentages

%14.04
%0
%28.09
%30.2

Codes

Color #99B280 in popluar color models

99 B2 80
RGB 153 178 128
HSL 90° 24.51% 60.00%
HSB/HSV 90° 28.09% 69.80%
CMYK 14.04% 0.00% 28.09%
30.20%

Color #99B280 in popluar number systems.

HEX 99 B2 80
Decimal 153 178 128
Binary 10011001 10110010 10000000
Octal 231 262 200

Shades and tints

Shades of #99B280

#99B280
(153,178,128)
#8CA275
(140,162,117)
#7F926A
(127,146,106)
#72825F
(114,130,95)
#657254
(101,114,84)
#586249
(88,98,73)
#4B523E
(75,82,62)
#3E4233
(62,66,51)
#313228
(49,50,40)
#24221D
(36,34,29)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #99B280

#99B280
(153,178,128)
#A2B98B
(162,185,139)
#ABC096
(171,192,150)
#B4C7A1
(180,199,161)
#BDCEAC
(189,206,172)
#C6D5B7
(198,213,183)
#CFDCC2
(207,220,194)
#D8E3CD
(216,227,205)
#E1EAD8
(225,234,216)
#EAF1E3
(234,241,227)
#F3F8EE
(243,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B280 color. Also use rgb(153,178,128) instead hex code.

Text Font Color

.myTextColor { color: #99B280; }

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

This text font color is #99B280.

Background Color

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

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

This div background color is #99B280.

Border color

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

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

This div border color is #99B280.

Opacity

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

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

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

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

This text has shadow with #99B280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B280.

Preview

Color preview on black background

This text has color #99B280 on black background.


Color preview on white background

This text has color #99B280 on white background.


Black color preview on #99B280 background

This text has black color on #99B280 background.


White color preview on #99B280 background

This text has white color on #99B280 background.


Related colors

Complementary color

Complementary color for #hex is #664D7F.


I love getcolorcode.com

Triadic colors

1 #8099B2 and #B28099 with #99B280 are triadic colors.

2 #80B299 and #B29980 with #99B280 are triadic colors.