COLOR #8BB263

HEX: #8BB263 RGB: (139,178,99)

Color info

#8BB263 contains mainly red and green colors. Web safe color of #8BB263 is #999966 (or #996).

RGB color model

#8BB263 color RGB value is (139,178,99).

RGB: (139,178,99) (55%, 70%, 39%)

RGB channels and saturation

R 139 of 255 = 55%
G 178 of 255 = 70%
B 99 of 255 = 39%

139
178
99

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

Portions of RGB colors in percentages

R + G + B = 139 + 178 + 99 = 416 (100%)
R 139 of 416 ~ 33.41%
G 178 of 416 ~ 42.79%
B 99 of 416 ~ 23.8'%

%33.41
%42.79
%23.8

CMYK color model

#8BB263 color CMYK value is (22,0,44,30).

  • cyan value is 21.91%
  • magenta value is 0.00%
  • yellow value is 44.38%
  • key color value is 30.20%
CMYK: (22,0,44,30) C22M0Y44K30 (22%,0%,44%,30%) (0.22/0.00/0.44/0.30) 

CMYK percentages

%21.91
%0
%44.38
%30.2

Codes

Color #8BB263 in popluar color models

8B B2 63
RGB 139 178 99
HSL 90° 33.91% 54.31%
HSB/HSV 90° 44.38% 69.80%
CMYK 21.91% 0.00% 44.38%
30.20%

Color #8BB263 in popluar number systems.

HEX 8B B2 63
Decimal 139 178 99
Binary 10001011 10110010 1100011
Octal 213 262 143

Shades and tints

Shades of #8BB263

#8BB263
(139,178,99)
#7FA25A
(127,162,90)
#739251
(115,146,81)
#678248
(103,130,72)
#5B723F
(91,114,63)
#4F6236
(79,98,54)
#43522D
(67,82,45)
#374224
(55,66,36)
#2B321B
(43,50,27)
#1F2212
(31,34,18)
#131209
(19,18,9)
#000000
(0,0,0)

Tints of #8BB263

#8BB263
(139,178,99)
#95B971
(149,185,113)
#9FC07F
(159,192,127)
#A9C78D
(169,199,141)
#B3CE9B
(179,206,155)
#BDD5A9
(189,213,169)
#C7DCB7
(199,220,183)
#D1E3C5
(209,227,197)
#DBEAD3
(219,234,211)
#E5F1E1
(229,241,225)
#EFF8EF
(239,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB263 color. Also use rgb(139,178,99) instead hex code.

Text Font Color

.myTextColor { color: #8BB263; }

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

This text font color is #8BB263.

Background Color

.myBgColor { background-color: #8BB263; }

<div style="background-color:#8BB263">Inner text</div>

This div background color is #8BB263.

Border color

.myBorderColor { border: 1px solid #8BB263; }

<div style="border:3px solid #8BB263">Div</div>

This div border color is #8BB263.

Opacity

.myOpacity80 { color: #8BB263; opacity: 0.8; }

<p style="color:#8BB263;opacity:0.8;">80%</p>

Text with #8BB263 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 #8BB263;}

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

This text has shadow with #8BB263 color.


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

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

This text has shadow with #8BB263 primary color and red secondary color.


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

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

This text has shadow with #8BB263 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8BB263.

Preview

Color preview on black background

This text has color #8BB263 on black background.


Color preview on white background

This text has color #8BB263 on white background.


Black color preview on #8BB263 background

This text has black color on #8BB263 background.


White color preview on #8BB263 background

This text has white color on #8BB263 background.


Related colors

Complementary color

Complementary color for #hex is #744D9C.


I love getcolorcode.com

Triadic colors

1 #638BB2 and #B2638B with #8BB263 are triadic colors.

2 #63B28B and #B28B63 with #8BB263 are triadic colors.