COLOR #9CBA63

HEX: #9CBA63
RGB: (156,186,99)

Color info

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

RGB color model

#9CBA63 color RGB value is (156,186,99).

  • red value is 156;
  • green value is 186;
  • blue value is 99.
RGB:
(156,186,99)
(61%,73%,39%)

RGB channels and saturation

R 156 of 255 = 61%
G 186 of 255 = 73%
B 99 of 255 = 39%

156
186
99

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

Portions of RGB colors in percentages

R + G + B =
156 + 186 + 99 = 441 (100%)
R 156 of 441 ~ 35.37%
G 186 of 441 ~ 42.18%
B 99 of 441 ~ 22.45%

%35.37
%42.18
%22.45

CMYK color model

#9CBA63 color CMYK value is (16,0,47,27).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 46.77%
  • key color value is 27.06%
CMYK:
(16,0,47,27)
C16M0Y47K27 
(16%,0%,47%,27%)
(0.16/0.00/0.47/0.27)	

CMYK percentages

%16.13
%0
%46.77
%27.06

Codes

Color #9CBA63 in popluar color models

9CBA63
RGB15618699
HSL81°38.67%55.88%
HSB/HSV81°46.77%72.94%
CMYK16.13%0.00%46.77%
27.06%

Color #9CBA63 in popluar number systems.

HEX9CBA63
Decimal15618699
Binary10011100101110101100011
Octal234272143

Shades and tints

Shades of #9CBA63

#9CBA63
(156,186,99)
#8EAA5A
(142,170,90)
#809A51
(128,154,81)
#728A48
(114,138,72)
#647A3F
(100,122,63)
#566A36
(86,106,54)
#485A2D
(72,90,45)
#3A4A24
(58,74,36)
#2C3A1B
(44,58,27)
#1E2A12
(30,42,18)
#101A09
(16,26,9)
#000000
(0,0,0)

Tints of #9CBA63

#9CBA63
(156,186,99)
#A5C071
(165,192,113)
#AEC67F
(174,198,127)
#B7CC8D
(183,204,141)
#C0D29B
(192,210,155)
#C9D8A9
(201,216,169)
#D2DEB7
(210,222,183)
#DBE4C5
(219,228,197)
#E4EAD3
(228,234,211)
#EDF0E1
(237,240,225)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CBA63 color. Also use rgb(156,186,99) instead hex code.

Text Font Color

.myTextColor { color: #9CBA63; }

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

This text font color is #9CBA63.


Background Color

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

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

This div background color is #9CBA63.


Border color

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

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

This div border color is #9CBA63.


Opacity

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

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

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

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

This text has shadow with #9CBA63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBA63 on black background.


Color preview on white background

This text has color #9CBA63 on white background.



Black color preview on #9CBA63 background

This text has black color on #9CBA63 background.


White color preview on #9CBA63 background

This text has white color on #9CBA63 background.