COLOR #99BE77

HEX: #99BE77
RGB: (153,190,119)

Color info

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

RGB color model

#99BE77 color RGB value is (153,190,119).

  • red value is 153;
  • green value is 190;
  • blue value is 119.
RGB:
(153,190,119)
(60%,75%,47%)

RGB channels and saturation

R 153 of 255 = 60%
G 190 of 255 = 75%
B 119 of 255 = 47%

153
190
119

R + G + B ~ 61%. #99BE77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 190 + 119 = 462 (100%)
R 153 of 462 ~ 33.12%
G 190 of 462 ~ 41.13%
B 119 of 462 ~ 25.76%

%33.12
%41.13
%25.76

CMYK color model

#99BE77 color CMYK value is (19,0,37,25).

  • cyan value is 19.47%
  • magenta value is 0.00%
  • yellow value is 37.37%
  • key color value is 25.49%
CMYK:
(19,0,37,25)
C19M0Y37K25 
(19%,0%,37%,25%)
(0.19/0.00/0.37/0.25)	

CMYK percentages

%19.47
%0
%37.37
%25.49

Codes

Color #99BE77 in popluar color models

99BE77
RGB153190119
HSL91°35.32%60.59%
HSB/HSV91°37.37%74.51%
CMYK19.47%0.00%37.37%
25.49%

Color #99BE77 in popluar number systems.

HEX99BE77
Decimal153190119
Binary10011001101111101110111
Octal231276167

Shades and tints

Shades of #99BE77

#99BE77
(153,190,119)
#8CAD6D
(140,173,109)
#7F9C63
(127,156,99)
#728B59
(114,139,89)
#657A4F
(101,122,79)
#586945
(88,105,69)
#4B583B
(75,88,59)
#3E4731
(62,71,49)
#313627
(49,54,39)
#24251D
(36,37,29)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #99BE77

#99BE77
(153,190,119)
#A2C383
(162,195,131)
#ABC88F
(171,200,143)
#B4CD9B
(180,205,155)
#BDD2A7
(189,210,167)
#C6D7B3
(198,215,179)
#CFDCBF
(207,220,191)
#D8E1CB
(216,225,203)
#E1E6D7
(225,230,215)
#EAEBE3
(234,235,227)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BE77 color. Also use rgb(153,190,119) instead hex code.

Text Font Color

.myTextColor { color: #99BE77; }

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

This text font color is #99BE77.


Background Color

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

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

This div background color is #99BE77.


Border color

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

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

This div border color is #99BE77.


Opacity

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

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

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

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

This text has shadow with #99BE77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BE77 on black background.


Color preview on white background

This text has color #99BE77 on white background.



Black color preview on #99BE77 background

This text has black color on #99BE77 background.


White color preview on #99BE77 background

This text has white color on #99BE77 background.