COLOR #9CBE92

HEX: #9CBE92 RGB: (156,190,146)

Color info

#9CBE92 contains red, green and blue colors in about the same proportion. Web safe color of #9CBE92 is #99CC99 (or #9C9).

RGB color model

#9CBE92 color RGB value is (156,190,146).

RGB: (156,190,146) (61%, 75%, 57%)

RGB channels and saturation

R 156 of 255 = 61%
G 190 of 255 = 75%
B 146 of 255 = 57%

156
190
146

R + G + B ~ 64%. #9CBE92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 190 + 146 = 492 (100%)
R 156 of 492 ~ 31.71%
G 190 of 492 ~ 38.62%
B 146 of 492 ~ 29.67'%

%31.71
%38.62
%29.67

CMYK color model

#9CBE92 color CMYK value is (18,0,23,25).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 25.49%

CMYK: (18,0,23,25)
C18M0Y23K25 (18%, 0%, 23%, 25%)
(0.18 / 0.00 / 0.23 / 0.25)

CMYK percentages

%17.89
%0
%23.16
%25.49

Codes

Color #9CBE92 in popluar color models

9C BE 92
RGB 156 190 146
HSL 106° 25.29% 65.88%
HSB/HSV 106° 23.16% 74.51%
CMYK 17.89% 0.00% 23.16%
25.49%

Color #9CBE92 in popluar number systems.

HEX 9C BE 92
Decimal 156 190 146
Binary 10011100 10111110 10010010
Octal 234 276 222

Shades and tints

Shades of #9CBE92

#9CBE92
(156,190,146)
#8EAD85
(142,173,133)
#809C78
(128,156,120)
#728B6B
(114,139,107)
#647A5E
(100,122,94)
#566951
(86,105,81)
#485844
(72,88,68)
#3A4737
(58,71,55)
#2C362A
(44,54,42)
#1E251D
(30,37,29)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #9CBE92

#9CBE92
(156,190,146)
#A5C39B
(165,195,155)
#AEC8A4
(174,200,164)
#B7CDAD
(183,205,173)
#C0D2B6
(192,210,182)
#C9D7BF
(201,215,191)
#D2DCC8
(210,220,200)
#DBE1D1
(219,225,209)
#E4E6DA
(228,230,218)
#EDEBE3
(237,235,227)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CBE92 color. Also use rgb(156,190,146) instead hex code.

Text Font Color

.myTextColor { color: #9CBE92; }

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

This text font color is #9CBE92.

Background Color

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

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

This div background color is #9CBE92.

Border color

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

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

This div border color is #9CBE92.

Opacity

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

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

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

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

This text has shadow with #9CBE92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CBE92.

Preview

Color preview on black background

This text has color #9CBE92 on black background.


Color preview on white background

This text has color #9CBE92 on white background.


Black color preview on #9CBE92 background

This text has black color on #9CBE92 background.


White color preview on #9CBE92 background

This text has white color on #9CBE92 background.


Related colors

Complementary color

Complementary color for #hex is #63416D.


I love getcolorcode.com

Triadic colors

1 #929CBE and #BE929C with #9CBE92 are triadic colors.

2 #92BE9C and #BE9C92 with #9CBE92 are triadic colors.