COLOR #99B25B

HEX: #99B25B
RGB: (153,178,91)

Color info

#99B25B contains mainly red and green colors. Web safe color of #99B25B is #999966 (or #996).

RGB color model

#99B25B color RGB value is (153,178,91).

  • red value is 153;
  • green value is 178;
  • blue value is 91.
RGB:
(153,178,91)
(60%,70%,36%)

RGB channels and saturation

R 153 of 255 = 60%
G 178 of 255 = 70%
B 91 of 255 = 36%

153
178
91

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

Portions of RGB colors in percentages

R + G + B =
153 + 178 + 91 = 422 (100%)
R 153 of 422 ~ 36.26%
G 178 of 422 ~ 42.18%
B 91 of 422 ~ 21.56%

%36.26
%42.18
%21.56

CMYK color model

#99B25B color CMYK value is (14,0,49,30).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 48.88%
  • key color value is 30.20%
CMYK:
(14,0,49,30)
C14M0Y49K30 
(14%,0%,49%,30%)
(0.14/0.00/0.49/0.30)	

CMYK percentages

%14.04
%0
%48.88
%30.2

Codes

Color #99B25B in popluar color models

99B25B
RGB15317891
HSL77°36.10%52.75%
HSB/HSV77°48.88%69.80%
CMYK14.04%0.00%48.88%
30.20%

Color #99B25B in popluar number systems.

HEX99B25B
Decimal15317891
Binary10011001101100101011011
Octal231262133

Shades and tints

Shades of #99B25B

#99B25B
(153,178,91)
#8CA253
(140,162,83)
#7F924B
(127,146,75)
#728243
(114,130,67)
#65723B
(101,114,59)
#586233
(88,98,51)
#4B522B
(75,82,43)
#3E4223
(62,66,35)
#31321B
(49,50,27)
#242213
(36,34,19)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #99B25B

#99B25B
(153,178,91)
#A2B969
(162,185,105)
#ABC077
(171,192,119)
#B4C785
(180,199,133)
#BDCE93
(189,206,147)
#C6D5A1
(198,213,161)
#CFDCAF
(207,220,175)
#D8E3BD
(216,227,189)
#E1EACB
(225,234,203)
#EAF1D9
(234,241,217)
#F3F8E7
(243,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B25B; }

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

This text font color is #99B25B.


Background Color

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

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

This div background color is #99B25B.


Border color

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

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

This div border color is #99B25B.


Opacity

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

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

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

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

This text has shadow with #99B25B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B25B on black background.


Color preview on white background

This text has color #99B25B on white background.



Black color preview on #99B25B background

This text has black color on #99B25B background.


White color preview on #99B25B background

This text has white color on #99B25B background.