COLOR #8CBD58

HEX: #8CBD58 RGB: (140,189,88)

Color info

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

RGB color model

#8CBD58 color RGB value is (140,189,88).

RGB: (140,189,88) (55%, 74%, 35%)

RGB channels and saturation

R 140 of 255 = 55%
G 189 of 255 = 74%
B 88 of 255 = 35%

140
189
88

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

Portions of RGB colors in percentages

R + G + B = 140 + 189 + 88 = 417 (100%)
R 140 of 417 ~ 33.57%
G 189 of 417 ~ 45.32%
B 88 of 417 ~ 21.1'%

%33.57
%45.32
%21.1

CMYK color model

#8CBD58 color CMYK value is (26,0,53,26).

  • cyan value is 25.93%
  • magenta value is 0.00%
  • yellow value is 53.44%
  • key color value is 25.88%

CMYK: (26,0,53,26)
C26M0Y53K26 (26%, 0%, 53%, 26%)
(0.26 / 0.00 / 0.53 / 0.26)

CMYK percentages

%25.93
%0
%53.44
%25.88

Codes

Color #8CBD58 in popluar color models

8C BD 58
RGB 140 189 88
HSL 89° 43.35% 54.31%
HSB/HSV 89° 53.44% 74.12%
CMYK 25.93% 0.00% 53.44%
25.88%

Color #8CBD58 in popluar number systems.

HEX 8C BD 58
Decimal 140 189 88
Binary 10001100 10111101 1011000
Octal 214 275 130

Shades and tints

Shades of #8CBD58

#8CBD58
(140,189,88)
#80AC50
(128,172,80)
#749B48
(116,155,72)
#688A40
(104,138,64)
#5C7938
(92,121,56)
#506830
(80,104,48)
#445728
(68,87,40)
#384620
(56,70,32)
#2C3518
(44,53,24)
#202410
(32,36,16)
#141308
(20,19,8)
#000000
(0,0,0)

Tints of #8CBD58

#8CBD58
(140,189,88)
#96C367
(150,195,103)
#A0C976
(160,201,118)
#AACF85
(170,207,133)
#B4D594
(180,213,148)
#BEDBA3
(190,219,163)
#C8E1B2
(200,225,178)
#D2E7C1
(210,231,193)
#DCEDD0
(220,237,208)
#E6F3DF
(230,243,223)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CBD58 color. Also use rgb(140,189,88) instead hex code.

Text Font Color

.myTextColor { color: #8CBD58; }

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

This text font color is #8CBD58.

Background Color

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

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

This div background color is #8CBD58.

Border color

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

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

This div border color is #8CBD58.

Opacity

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

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

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

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

This text has shadow with #8CBD58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CBD58.

Preview

Color preview on black background

This text has color #8CBD58 on black background.


Color preview on white background

This text has color #8CBD58 on white background.


Black color preview on #8CBD58 background

This text has black color on #8CBD58 background.


White color preview on #8CBD58 background

This text has white color on #8CBD58 background.


Related colors

Complementary color

Complementary color for #hex is #7342A7.


I love getcolorcode.com

Triadic colors

1 #588CBD and #BD588C with #8CBD58 are triadic colors.

2 #58BD8C and #BD8C58 with #8CBD58 are triadic colors.