COLOR #9BBF92

HEX: #9BBF92
RGB: (155,191,146)

Color info

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

RGB color model

#9BBF92 color RGB value is (155,191,146).

  • red value is 155;
  • green value is 191;
  • blue value is 146.
RGB:
(155,191,146)
(61%,75%,57%)

RGB channels and saturation

R 155 of 255 = 61%
G 191 of 255 = 75%
B 146 of 255 = 57%

155
191
146

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

Portions of RGB colors in percentages

R + G + B =
155 + 191 + 146 = 492 (100%)
R 155 of 492 ~ 31.5%
G 191 of 492 ~ 38.82%
B 146 of 492 ~ 29.67%

%31.5
%38.82
%29.67

CMYK color model

#9BBF92 color CMYK value is (19,0,24,25).

  • cyan value is 18.85%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 25.10%
CMYK:
(19,0,24,25)
C19M0Y24K25 
(19%,0%,24%,25%)
(0.19/0.00/0.24/0.25)	

CMYK percentages

%18.85
%0
%23.56
%25.1

Codes

Color #9BBF92 in popluar color models

9BBF92
RGB155191146
HSL108°26.01%66.08%
HSB/HSV108°23.56%74.90%
CMYK18.85%0.00%23.56%
25.10%

Color #9BBF92 in popluar number systems.

HEX9BBF92
Decimal155191146
Binary100110111011111110010010
Octal233277222

Shades and tints

Shades of #9BBF92

#9BBF92
(155,191,146)
#8DAE85
(141,174,133)
#7F9D78
(127,157,120)
#718C6B
(113,140,107)
#637B5E
(99,123,94)
#556A51
(85,106,81)
#475944
(71,89,68)
#394837
(57,72,55)
#2B372A
(43,55,42)
#1D261D
(29,38,29)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #9BBF92

#9BBF92
(155,191,146)
#A4C49B
(164,196,155)
#ADC9A4
(173,201,164)
#B6CEAD
(182,206,173)
#BFD3B6
(191,211,182)
#C8D8BF
(200,216,191)
#D1DDC8
(209,221,200)
#DAE2D1
(218,226,209)
#E3E7DA
(227,231,218)
#ECECE3
(236,236,227)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBF92 color. Also use rgb(155,191,146) instead hex code.

Text Font Color

.myTextColor { color: #9BBF92; }

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

This text font color is #9BBF92.


Background Color

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

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

This div background color is #9BBF92.


Border color

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

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

This div border color is #9BBF92.


Opacity

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

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

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

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

This text has shadow with #9BBF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBF92 on black background.


Color preview on white background

This text has color #9BBF92 on white background.



Black color preview on #9BBF92 background

This text has black color on #9BBF92 background.


White color preview on #9BBF92 background

This text has white color on #9BBF92 background.