COLOR #9CBF5D

HEX: #9CBF5D
RGB: (156,191,93)

Color info

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

RGB color model

#9CBF5D color RGB value is (156,191,93).

  • red value is 156;
  • green value is 191;
  • blue value is 93.
RGB:
(156,191,93)
(61%,75%,36%)

RGB channels and saturation

R 156 of 255 = 61%
G 191 of 255 = 75%
B 93 of 255 = 36%

156
191
93

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

Portions of RGB colors in percentages

R + G + B =
156 + 191 + 93 = 440 (100%)
R 156 of 440 ~ 35.45%
G 191 of 440 ~ 43.41%
B 93 of 440 ~ 21.14%

%35.45
%43.41
%21.14

CMYK color model

#9CBF5D color CMYK value is (18,0,51,25).

  • cyan value is 18.32%
  • magenta value is 0.00%
  • yellow value is 51.31%
  • key color value is 25.10%
CMYK:
(18,0,51,25)
C18M0Y51K25 
(18%,0%,51%,25%)
(0.18/0.00/0.51/0.25)	

CMYK percentages

%18.32
%0
%51.31
%25.1

Codes

Color #9CBF5D in popluar color models

9CBF5D
RGB15619193
HSL81°43.36%55.69%
HSB/HSV81°51.31%74.90%
CMYK18.32%0.00%51.31%
25.10%

Color #9CBF5D in popluar number systems.

HEX9CBF5D
Decimal15619193
Binary10011100101111111011101
Octal234277135

Shades and tints

Shades of #9CBF5D

#9CBF5D
(156,191,93)
#8EAE55
(142,174,85)
#809D4D
(128,157,77)
#728C45
(114,140,69)
#647B3D
(100,123,61)
#566A35
(86,106,53)
#48592D
(72,89,45)
#3A4825
(58,72,37)
#2C371D
(44,55,29)
#1E2615
(30,38,21)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #9CBF5D

#9CBF5D
(156,191,93)
#A5C46B
(165,196,107)
#AEC979
(174,201,121)
#B7CE87
(183,206,135)
#C0D395
(192,211,149)
#C9D8A3
(201,216,163)
#D2DDB1
(210,221,177)
#DBE2BF
(219,226,191)
#E4E7CD
(228,231,205)
#EDECDB
(237,236,219)
#F6F1E9
(246,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CBF5D color. Also use rgb(156,191,93) instead hex code.

Text Font Color

.myTextColor { color: #9CBF5D; }

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

This text font color is #9CBF5D.


Background Color

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

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

This div background color is #9CBF5D.


Border color

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

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

This div border color is #9CBF5D.


Opacity

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

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

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

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

This text has shadow with #9CBF5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBF5D on black background.


Color preview on white background

This text has color #9CBF5D on white background.



Black color preview on #9CBF5D background

This text has black color on #9CBF5D background.


White color preview on #9CBF5D background

This text has white color on #9CBF5D background.