COLOR #8CBB59

HEX: #8CBB59
RGB: (140,187,89)

Color info

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

RGB color model

#8CBB59 color RGB value is (140,187,89).

  • red value is 140;
  • green value is 187;
  • blue value is 89.
RGB:
(140,187,89)
(55%,73%,35%)

RGB channels and saturation

R 140 of 255 = 55%
G 187 of 255 = 73%
B 89 of 255 = 35%

140
187
89

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

Portions of RGB colors in percentages

R + G + B =
140 + 187 + 89 = 416 (100%)
R 140 of 416 ~ 33.65%
G 187 of 416 ~ 44.95%
B 89 of 416 ~ 21.39%

%33.65
%44.95
%21.39

CMYK color model

#8CBB59 color CMYK value is (25,0,52,27).

  • cyan value is 25.13%
  • magenta value is 0.00%
  • yellow value is 52.41%
  • key color value is 26.67%
CMYK:
(25,0,52,27)
C25M0Y52K27 
(25%,0%,52%,27%)
(0.25/0.00/0.52/0.27)	

CMYK percentages

%25.13
%0
%52.41
%26.67

Codes

Color #8CBB59 in popluar color models

8CBB59
RGB14018789
HSL89°41.88%54.12%
HSB/HSV89°52.41%73.33%
CMYK25.13%0.00%52.41%
26.67%

Color #8CBB59 in popluar number systems.

HEX8CBB59
Decimal14018789
Binary10001100101110111011001
Octal214273131

Shades and tints

Shades of #8CBB59

#8CBB59
(140,187,89)
#80AA51
(128,170,81)
#749949
(116,153,73)
#688841
(104,136,65)
#5C7739
(92,119,57)
#506631
(80,102,49)
#445529
(68,85,41)
#384421
(56,68,33)
#2C3319
(44,51,25)
#202211
(32,34,17)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #8CBB59

#8CBB59
(140,187,89)
#96C168
(150,193,104)
#A0C777
(160,199,119)
#AACD86
(170,205,134)
#B4D395
(180,211,149)
#BED9A4
(190,217,164)
#C8DFB3
(200,223,179)
#D2E5C2
(210,229,194)
#DCEBD1
(220,235,209)
#E6F1E0
(230,241,224)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CBB59 color. Also use rgb(140,187,89) instead hex code.

Text Font Color

.myTextColor { color: #8CBB59; }

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

This text font color is #8CBB59.


Background Color

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

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

This div background color is #8CBB59.


Border color

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

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

This div border color is #8CBB59.


Opacity

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

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

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

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

This text has shadow with #8CBB59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBB59 on black background.


Color preview on white background

This text has color #8CBB59 on white background.



Black color preview on #8CBB59 background

This text has black color on #8CBB59 background.


White color preview on #8CBB59 background

This text has white color on #8CBB59 background.