COLOR #9BB663

HEX: #9BB663
RGB: (155,182,99)

Color info

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

RGB color model

#9BB663 color RGB value is (155,182,99).

  • red value is 155;
  • green value is 182;
  • blue value is 99.
RGB:
(155,182,99)
(61%,71%,39%)

RGB channels and saturation

R 155 of 255 = 61%
G 182 of 255 = 71%
B 99 of 255 = 39%

155
182
99

R + G + B ~ 57%. #9BB663 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 182 + 99 = 436 (100%)
R 155 of 436 ~ 35.55%
G 182 of 436 ~ 41.74%
B 99 of 436 ~ 22.71%

%35.55
%41.74
%22.71

CMYK color model

#9BB663 color CMYK value is (15,0,46,29).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 45.60%
  • key color value is 28.63%
CMYK:
(15,0,46,29)
C15M0Y46K29 
(15%,0%,46%,29%)
(0.15/0.00/0.46/0.29)	

CMYK percentages

%14.84
%0
%45.6
%28.63

Codes

Color #9BB663 in popluar color models

9BB663
RGB15518299
HSL80°36.24%55.10%
HSB/HSV80°45.60%71.37%
CMYK14.84%0.00%45.60%
28.63%

Color #9BB663 in popluar number systems.

HEX9BB663
Decimal15518299
Binary10011011101101101100011
Octal233266143

Shades and tints

Shades of #9BB663

#9BB663
(155,182,99)
#8DA65A
(141,166,90)
#7F9651
(127,150,81)
#718648
(113,134,72)
#63763F
(99,118,63)
#556636
(85,102,54)
#47562D
(71,86,45)
#394624
(57,70,36)
#2B361B
(43,54,27)
#1D2612
(29,38,18)
#0F1609
(15,22,9)
#000000
(0,0,0)

Tints of #9BB663

#9BB663
(155,182,99)
#A4BC71
(164,188,113)
#ADC27F
(173,194,127)
#B6C88D
(182,200,141)
#BFCE9B
(191,206,155)
#C8D4A9
(200,212,169)
#D1DAB7
(209,218,183)
#DAE0C5
(218,224,197)
#E3E6D3
(227,230,211)
#ECECE1
(236,236,225)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB663 color. Also use rgb(155,182,99) instead hex code.

Text Font Color

.myTextColor { color: #9BB663; }

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

This text font color is #9BB663.


Background Color

.myBgColor { background-color: #9BB663; }

<div style="background-color:#9BB663">Inner text</div>

This div background color is #9BB663.


Border color

.myBorderColor { border: 1px solid #9BB663; }

<div style="border:3px solid #9BB663">Div</div>

This div border color is #9BB663.


Opacity

.myOpacity80 { color: #9BB663; opacity: 0.8; }

<p style="color:#9BB663;opacity:0.8;">80%</p>

Text with #9BB663 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 #9BB663;}

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

This text has shadow with #9BB663 color.

.textShadow {text-shadow: 3px 3px 1px #9BB663, 3px 3px 1px red;}

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

This text has shadow with #9BB663 primary color and red secondary color.


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

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

This text has shadow with #9BB663 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB663 on black background.


Color preview on white background

This text has color #9BB663 on white background.



Black color preview on #9BB663 background

This text has black color on #9BB663 background.


White color preview on #9BB663 background

This text has white color on #9BB663 background.