COLOR #99BF75

HEX: #99BF75
RGB: (153,191,117)

Color info

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

RGB color model

#99BF75 color RGB value is (153,191,117).

  • red value is 153;
  • green value is 191;
  • blue value is 117.
RGB:
(153,191,117)
(60%,75%,46%)

RGB channels and saturation

R 153 of 255 = 60%
G 191 of 255 = 75%
B 117 of 255 = 46%

153
191
117

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

Portions of RGB colors in percentages

R + G + B =
153 + 191 + 117 = 461 (100%)
R 153 of 461 ~ 33.19%
G 191 of 461 ~ 41.43%
B 117 of 461 ~ 25.38%

%33.19
%41.43
%25.38

CMYK color model

#99BF75 color CMYK value is (20,0,39,25).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 38.74%
  • key color value is 25.10%
CMYK:
(20,0,39,25)
C20M0Y39K25 
(20%,0%,39%,25%)
(0.20/0.00/0.39/0.25)	

CMYK percentages

%19.9
%0
%38.74
%25.1

Codes

Color #99BF75 in popluar color models

99BF75
RGB153191117
HSL91°36.63%60.39%
HSB/HSV91°38.74%74.90%
CMYK19.90%0.00%38.74%
25.10%

Color #99BF75 in popluar number systems.

HEX99BF75
Decimal153191117
Binary10011001101111111110101
Octal231277165

Shades and tints

Shades of #99BF75

#99BF75
(153,191,117)
#8CAE6B
(140,174,107)
#7F9D61
(127,157,97)
#728C57
(114,140,87)
#657B4D
(101,123,77)
#586A43
(88,106,67)
#4B5939
(75,89,57)
#3E482F
(62,72,47)
#313725
(49,55,37)
#24261B
(36,38,27)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #99BF75

#99BF75
(153,191,117)
#A2C481
(162,196,129)
#ABC98D
(171,201,141)
#B4CE99
(180,206,153)
#BDD3A5
(189,211,165)
#C6D8B1
(198,216,177)
#CFDDBD
(207,221,189)
#D8E2C9
(216,226,201)
#E1E7D5
(225,231,213)
#EAECE1
(234,236,225)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BF75 color. Also use rgb(153,191,117) instead hex code.

Text Font Color

.myTextColor { color: #99BF75; }

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

This text font color is #99BF75.


Background Color

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

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

This div background color is #99BF75.


Border color

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

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

This div border color is #99BF75.


Opacity

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

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

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

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

This text has shadow with #99BF75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BF75 on black background.


Color preview on white background

This text has color #99BF75 on white background.



Black color preview on #99BF75 background

This text has black color on #99BF75 background.


White color preview on #99BF75 background

This text has white color on #99BF75 background.