COLOR #8CBD52

HEX: #8CBD52
RGB: (140,189,82)

Color info

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

RGB color model

#8CBD52 color RGB value is (140,189,82).

  • red value is 140;
  • green value is 189;
  • blue value is 82.
RGB:
(140,189,82)
(55%,74%,32%)

RGB channels and saturation

R 140 of 255 = 55%
G 189 of 255 = 74%
B 82 of 255 = 32%

140
189
82

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

Portions of RGB colors in percentages

R + G + B =
140 + 189 + 82 = 411 (100%)
R 140 of 411 ~ 34.06%
G 189 of 411 ~ 45.99%
B 82 of 411 ~ 19.95%

%34.06
%45.99
%19.95

CMYK color model

#8CBD52 color CMYK value is (26,0,57,26).

  • cyan value is 25.93%
  • magenta value is 0.00%
  • yellow value is 56.61%
  • key color value is 25.88%
CMYK:
(26,0,57,26)
C26M0Y57K26 
(26%,0%,57%,26%)
(0.26/0.00/0.57/0.26)	

CMYK percentages

%25.93
%0
%56.61
%25.88

Codes

Color #8CBD52 in popluar color models

8CBD52
RGB14018982
HSL87°44.77%53.14%
HSB/HSV87°56.61%74.12%
CMYK25.93%0.00%56.61%
25.88%

Color #8CBD52 in popluar number systems.

HEX8CBD52
Decimal14018982
Binary10001100101111011010010
Octal214275122

Shades and tints

Shades of #8CBD52

#8CBD52
(140,189,82)
#80AC4B
(128,172,75)
#749B44
(116,155,68)
#688A3D
(104,138,61)
#5C7936
(92,121,54)
#50682F
(80,104,47)
#445728
(68,87,40)
#384621
(56,70,33)
#2C351A
(44,53,26)
#202413
(32,36,19)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #8CBD52

#8CBD52
(140,189,82)
#96C361
(150,195,97)
#A0C970
(160,201,112)
#AACF7F
(170,207,127)
#B4D58E
(180,213,142)
#BEDB9D
(190,219,157)
#C8E1AC
(200,225,172)
#D2E7BB
(210,231,187)
#DCEDCA
(220,237,202)
#E6F3D9
(230,243,217)
#F0F9E8
(240,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CBD52; }

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

This text font color is #8CBD52.


Background Color

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

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

This div background color is #8CBD52.


Border color

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

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

This div border color is #8CBD52.


Opacity

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

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

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

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

This text has shadow with #8CBD52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBD52 on black background.


Color preview on white background

This text has color #8CBD52 on white background.



Black color preview on #8CBD52 background

This text has black color on #8CBD52 background.


White color preview on #8CBD52 background

This text has white color on #8CBD52 background.