COLOR #A8BE56

HEX: #A8BE56 RGB: (168,190,86)

Color info

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

RGB color model

#A8BE56 color RGB value is (168,190,86).

RGB: (168,190,86) (66%, 75%, 34%)

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 86 of 255 = 34%

168
190
86

R + G + B ~ 58%. #A8BE56 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 168 + 190 + 86 = 444 (100%)
R 168 of 444 ~ 37.84%
G 190 of 444 ~ 42.79%
B 86 of 444 ~ 19.37'%

%37.84
%42.79
%19.37

CMYK color model

#A8BE56 color CMYK value is (12,0,55,25).

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 54.74%
  • key color value is 25.49%

CMYK: (12,0,55,25)
C12M0Y55K25 (12%, 0%, 55%, 25%)
(0.12 / 0.00 / 0.55 / 0.25)

CMYK percentages

%11.58
%0
%54.74
%25.49

Codes

Color #A8BE56 in popluar color models

A8 BE 56
RGB 168 190 86
HSL 73° 44.44% 54.12%
HSB/HSV 73° 54.74% 74.51%
CMYK 11.58% 0.00% 54.74%
25.49%

Color #A8BE56 in popluar number systems.

HEX A8 BE 56
Decimal 168 190 86
Binary 10101000 10111110 1010110
Octal 250 276 126

Shades and tints

Shades of #A8BE56

#A8BE56
(168,190,86)
#99AD4F
(153,173,79)
#8A9C48
(138,156,72)
#7B8B41
(123,139,65)
#6C7A3A
(108,122,58)
#5D6933
(93,105,51)
#4E582C
(78,88,44)
#3F4725
(63,71,37)
#30361E
(48,54,30)
#212517
(33,37,23)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #A8BE56

#A8BE56
(168,190,86)
#AFC365
(175,195,101)
#B6C874
(182,200,116)
#BDCD83
(189,205,131)
#C4D292
(196,210,146)
#CBD7A1
(203,215,161)
#D2DCB0
(210,220,176)
#D9E1BF
(217,225,191)
#E0E6CE
(224,230,206)
#E7EBDD
(231,235,221)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BE56 color. Also use rgb(168,190,86) instead hex code.

Text Font Color

.myTextColor { color: #A8BE56; }

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

This text font color is #A8BE56.

Background Color

.myBgColor { background-color: #A8BE56; }

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

This div background color is #A8BE56.

Border color

.myBorderColor { border: 1px solid #A8BE56; }

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

This div border color is #A8BE56.

Opacity

.myOpacity80 { color: #A8BE56; opacity: 0.8; }

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

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

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

This text has shadow with #A8BE56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BE56.

Preview

Color preview on black background

This text has color #A8BE56 on black background.


Color preview on white background

This text has color #A8BE56 on white background.


Black color preview on #A8BE56 background

This text has black color on #A8BE56 background.


White color preview on #A8BE56 background

This text has white color on #A8BE56 background.


Related colors

Complementary color

Complementary color for #hex is #5741A9.


I love getcolorcode.com

Triadic colors

1 #56A8BE and #BE56A8 with #A8BE56 are triadic colors.

2 #56BEA8 and #BEA856 with #A8BE56 are triadic colors.