COLOR #9CBB63

HEX: #9CBB63
RGB: (156,187,99)

Color info

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

RGB color model

#9CBB63 color RGB value is (156,187,99).

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

RGB channels and saturation

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

156
187
99

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

Portions of RGB colors in percentages

R + G + B =
156 + 187 + 99 = 442 (100%)
R 156 of 442 ~ 35.29%
G 187 of 442 ~ 42.31%
B 99 of 442 ~ 22.4%

%35.29
%42.31
%22.4

CMYK color model

#9CBB63 color CMYK value is (17,0,47,27).

  • cyan value is 16.58%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 26.67%
CMYK:
(17,0,47,27)
C17M0Y47K27 
(17%,0%,47%,27%)
(0.17/0.00/0.47/0.27)	

CMYK percentages

%16.58
%0
%47.06
%26.67

Codes

Color #9CBB63 in popluar color models

9CBB63
RGB15618799
HSL81°39.29%56.08%
HSB/HSV81°47.06%73.33%
CMYK16.58%0.00%47.06%
26.67%

Color #9CBB63 in popluar number systems.

HEX9CBB63
Decimal15618799
Binary10011100101110111100011
Octal234273143

Shades and tints

Shades of #9CBB63

#9CBB63
(156,187,99)
#8EAA5A
(142,170,90)
#809951
(128,153,81)
#728848
(114,136,72)
#64773F
(100,119,63)
#566636
(86,102,54)
#48552D
(72,85,45)
#3A4424
(58,68,36)
#2C331B
(44,51,27)
#1E2212
(30,34,18)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #9CBB63

#9CBB63
(156,187,99)
#A5C171
(165,193,113)
#AEC77F
(174,199,127)
#B7CD8D
(183,205,141)
#C0D39B
(192,211,155)
#C9D9A9
(201,217,169)
#D2DFB7
(210,223,183)
#DBE5C5
(219,229,197)
#E4EBD3
(228,235,211)
#EDF1E1
(237,241,225)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBB63; }

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

This text font color is #9CBB63.


Background Color

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

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

This div background color is #9CBB63.


Border color

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

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

This div border color is #9CBB63.


Opacity

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

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

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

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

This text has shadow with #9CBB63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBB63 on black background.


Color preview on white background

This text has color #9CBB63 on white background.



Black color preview on #9CBB63 background

This text has black color on #9CBB63 background.


White color preview on #9CBB63 background

This text has white color on #9CBB63 background.