COLOR #8ABA53

HEX: #8ABA53 RGB: (138,186,83)

Color info

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

RGB color model

#8ABA53 color RGB value is (138,186,83).

RGB: (138,186,83) (54%, 73%, 33%)

RGB channels and saturation

R 138 of 255 = 54%
G 186 of 255 = 73%
B 83 of 255 = 33%

138
186
83

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

Portions of RGB colors in percentages

R + G + B = 138 + 186 + 83 = 407 (100%)
R 138 of 407 ~ 33.91%
G 186 of 407 ~ 45.7%
B 83 of 407 ~ 20.39'%

%33.91
%45.7
%20.39

CMYK color model

#8ABA53 color CMYK value is (26,0,55,27).

  • cyan value is 25.81%
  • magenta value is 0.00%
  • yellow value is 55.38%
  • key color value is 27.06%
CMYK: (26,0,55,27) C26M0Y55K27 (26%,0%,55%,27%) (0.26/0.00/0.55/0.27) 

CMYK percentages

%25.81
%0
%55.38
%27.06

Codes

Color #8ABA53 in popluar color models

8A BA 53
RGB 138 186 83
HSL 88° 42.74% 52.75%
HSB/HSV 88° 55.38% 72.94%
CMYK 25.81% 0.00% 55.38%
27.06%

Color #8ABA53 in popluar number systems.

HEX 8A BA 53
Decimal 138 186 83
Binary 10001010 10111010 1010011
Octal 212 272 123

Shades and tints

Shades of #8ABA53

#8ABA53
(138,186,83)
#7EAA4C
(126,170,76)
#729A45
(114,154,69)
#668A3E
(102,138,62)
#5A7A37
(90,122,55)
#4E6A30
(78,106,48)
#425A29
(66,90,41)
#364A22
(54,74,34)
#2A3A1B
(42,58,27)
#1E2A14
(30,42,20)
#121A0D
(18,26,13)
#000000
(0,0,0)

Tints of #8ABA53

#8ABA53
(138,186,83)
#94C062
(148,192,98)
#9EC671
(158,198,113)
#A8CC80
(168,204,128)
#B2D28F
(178,210,143)
#BCD89E
(188,216,158)
#C6DEAD
(198,222,173)
#D0E4BC
(208,228,188)
#DAEACB
(218,234,203)
#E4F0DA
(228,240,218)
#EEF6E9
(238,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABA53 color. Also use rgb(138,186,83) instead hex code.

Text Font Color

.myTextColor { color: #8ABA53; }

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

This text font color is #8ABA53.

Background Color

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

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

This div background color is #8ABA53.

Border color

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

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

This div border color is #8ABA53.

Opacity

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

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

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

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

This text has shadow with #8ABA53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABA53.

Preview

Color preview on black background

This text has color #8ABA53 on black background.


Color preview on white background

This text has color #8ABA53 on white background.


Black color preview on #8ABA53 background

This text has black color on #8ABA53 background.


White color preview on #8ABA53 background

This text has white color on #8ABA53 background.


Related colors

Complementary color

Complementary color for #hex is #7545AC.


I love getcolorcode.com

Triadic colors

1 #538ABA and #BA538A with #8ABA53 are triadic colors.

2 #53BA8A and #BA8A53 with #8ABA53 are triadic colors.