COLOR #99B75A

HEX: #99B75A
RGB: (153,183,90)

Color info

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

RGB color model

#99B75A color RGB value is (153,183,90).

  • red value is 153;
  • green value is 183;
  • blue value is 90.
RGB:
(153,183,90)
(60%,72%,35%)

RGB channels and saturation

R 153 of 255 = 60%
G 183 of 255 = 72%
B 90 of 255 = 35%

153
183
90

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

Portions of RGB colors in percentages

R + G + B =
153 + 183 + 90 = 426 (100%)
R 153 of 426 ~ 35.92%
G 183 of 426 ~ 42.96%
B 90 of 426 ~ 21.13%

%35.92
%42.96
%21.13

CMYK color model

#99B75A color CMYK value is (16,0,51,28).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 50.82%
  • key color value is 28.24%
CMYK:
(16,0,51,28)
C16M0Y51K28 
(16%,0%,51%,28%)
(0.16/0.00/0.51/0.28)	

CMYK percentages

%16.39
%0
%50.82
%28.24

Codes

Color #99B75A in popluar color models

99B75A
RGB15318390
HSL79°39.24%53.53%
HSB/HSV79°50.82%71.76%
CMYK16.39%0.00%50.82%
28.24%

Color #99B75A in popluar number systems.

HEX99B75A
Decimal15318390
Binary10011001101101111011010
Octal231267132

Shades and tints

Shades of #99B75A

#99B75A
(153,183,90)
#8CA752
(140,167,82)
#7F974A
(127,151,74)
#728742
(114,135,66)
#65773A
(101,119,58)
#586732
(88,103,50)
#4B572A
(75,87,42)
#3E4722
(62,71,34)
#31371A
(49,55,26)
#242712
(36,39,18)
#17170A
(23,23,10)
#000000
(0,0,0)

Tints of #99B75A

#99B75A
(153,183,90)
#A2BD69
(162,189,105)
#ABC378
(171,195,120)
#B4C987
(180,201,135)
#BDCF96
(189,207,150)
#C6D5A5
(198,213,165)
#CFDBB4
(207,219,180)
#D8E1C3
(216,225,195)
#E1E7D2
(225,231,210)
#EAEDE1
(234,237,225)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B75A color. Also use rgb(153,183,90) instead hex code.

Text Font Color

.myTextColor { color: #99B75A; }

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

This text font color is #99B75A.


Background Color

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

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

This div background color is #99B75A.


Border color

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

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

This div border color is #99B75A.


Opacity

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

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

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

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

This text has shadow with #99B75A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B75A on black background.


Color preview on white background

This text has color #99B75A on white background.



Black color preview on #99B75A background

This text has black color on #99B75A background.


White color preview on #99B75A background

This text has white color on #99B75A background.