COLOR #9CB651

HEX: #9CB651
RGB: (156,182,81)

Color info

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

RGB color model

#9CB651 color RGB value is (156,182,81).

  • red value is 156;
  • green value is 182;
  • blue value is 81.
RGB:
(156,182,81)
(61%,71%,32%)

RGB channels and saturation

R 156 of 255 = 61%
G 182 of 255 = 71%
B 81 of 255 = 32%

156
182
81

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

Portions of RGB colors in percentages

R + G + B =
156 + 182 + 81 = 419 (100%)
R 156 of 419 ~ 37.23%
G 182 of 419 ~ 43.44%
B 81 of 419 ~ 19.33%

%37.23
%43.44
%19.33

CMYK color model

#9CB651 color CMYK value is (14,0,55,29).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 55.49%
  • key color value is 28.63%
CMYK:
(14,0,55,29)
C14M0Y55K29 
(14%,0%,55%,29%)
(0.14/0.00/0.55/0.29)	

CMYK percentages

%14.29
%0
%55.49
%28.63

Codes

Color #9CB651 in popluar color models

9CB651
RGB15618281
HSL75°40.89%51.57%
HSB/HSV75°55.49%71.37%
CMYK14.29%0.00%55.49%
28.63%

Color #9CB651 in popluar number systems.

HEX9CB651
Decimal15618281
Binary10011100101101101010001
Octal234266121

Shades and tints

Shades of #9CB651

#9CB651
(156,182,81)
#8EA64A
(142,166,74)
#809643
(128,150,67)
#72863C
(114,134,60)
#647635
(100,118,53)
#56662E
(86,102,46)
#485627
(72,86,39)
#3A4620
(58,70,32)
#2C3619
(44,54,25)
#1E2612
(30,38,18)
#10160B
(16,22,11)
#000000
(0,0,0)

Tints of #9CB651

#9CB651
(156,182,81)
#A5BC60
(165,188,96)
#AEC26F
(174,194,111)
#B7C87E
(183,200,126)
#C0CE8D
(192,206,141)
#C9D49C
(201,212,156)
#D2DAAB
(210,218,171)
#DBE0BA
(219,224,186)
#E4E6C9
(228,230,201)
#EDECD8
(237,236,216)
#F6F2E7
(246,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB651 color. Also use rgb(156,182,81) instead hex code.

Text Font Color

.myTextColor { color: #9CB651; }

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

This text font color is #9CB651.


Background Color

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

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

This div background color is #9CB651.


Border color

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

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

This div border color is #9CB651.


Opacity

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

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

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

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

This text has shadow with #9CB651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB651 on black background.


Color preview on white background

This text has color #9CB651 on white background.



Black color preview on #9CB651 background

This text has black color on #9CB651 background.


White color preview on #9CB651 background

This text has white color on #9CB651 background.