COLOR #A8BE66

HEX: #A8BE66 RGB: (168,190,102)

Color info

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

RGB color model

#A8BE66 color RGB value is (168,190,102).

RGB: (168,190,102) (66%, 75%, 40%)

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 102 of 255 = 40%

168
190
102

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

Portions of RGB colors in percentages

R + G + B = 168 + 190 + 102 = 460 (100%)
R 168 of 460 ~ 36.52%
G 190 of 460 ~ 41.3%
B 102 of 460 ~ 22.17'%

%36.52
%41.3
%22.17

CMYK color model

#A8BE66 color CMYK value is (12,0,46,25).

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 46.32%
  • key color value is 25.49%
CMYK: (12,0,46,25) C12M0Y46K25 (12%,0%,46%,25%) (0.12/0.00/0.46/0.25) 

CMYK percentages

%11.58
%0
%46.32
%25.49

Codes

Color #A8BE66 in popluar color models

A8 BE 66
RGB 168 190 102
HSL 75° 40.37% 57.25%
HSB/HSV 75° 46.32% 74.51%
CMYK 11.58% 0.00% 46.32%
25.49%

Color #A8BE66 in popluar number systems.

HEX A8 BE 66
Decimal 168 190 102
Binary 10101000 10111110 1100110
Octal 250 276 146

Shades and tints

Shades of #A8BE66

#A8BE66
(168,190,102)
#99AD5D
(153,173,93)
#8A9C54
(138,156,84)
#7B8B4B
(123,139,75)
#6C7A42
(108,122,66)
#5D6939
(93,105,57)
#4E5830
(78,88,48)
#3F4727
(63,71,39)
#30361E
(48,54,30)
#212515
(33,37,21)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #A8BE66

#A8BE66
(168,190,102)
#AFC373
(175,195,115)
#B6C880
(182,200,128)
#BDCD8D
(189,205,141)
#C4D29A
(196,210,154)
#CBD7A7
(203,215,167)
#D2DCB4
(210,220,180)
#D9E1C1
(217,225,193)
#E0E6CE
(224,230,206)
#E7EBDB
(231,235,219)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BE66; }

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

This text font color is #A8BE66.

Background Color

.myBgColor { background-color: #A8BE66; }

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

This div background color is #A8BE66.

Border color

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

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

This div border color is #A8BE66.

Opacity

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

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

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

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

This text has shadow with #A8BE66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BE66.

Preview

Color preview on black background

This text has color #A8BE66 on black background.


Color preview on white background

This text has color #A8BE66 on white background.


Black color preview on #A8BE66 background

This text has black color on #A8BE66 background.


White color preview on #A8BE66 background

This text has white color on #A8BE66 background.


Related colors

Complementary color

Complementary color for #hex is #574199.


I love getcolorcode.com

Triadic colors

1 #66A8BE and #BE66A8 with #A8BE66 are triadic colors.

2 #66BEA8 and #BEA866 with #A8BE66 are triadic colors.