COLOR #A8BF51

HEX: #A8BF51 RGB: (168,191,81)

Color info

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

RGB color model

#A8BF51 color RGB value is (168,191,81).

RGB: (168,191,81) (66%, 75%, 32%)

RGB channels and saturation

R 168 of 255 = 66%
G 191 of 255 = 75%
B 81 of 255 = 32%

168
191
81

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

Portions of RGB colors in percentages

R + G + B = 168 + 191 + 81 = 440 (100%)
R 168 of 440 ~ 38.18%
G 191 of 440 ~ 43.41%
B 81 of 440 ~ 18.41'%

%38.18
%43.41
%18.41

CMYK color model

#A8BF51 color CMYK value is (12,0,58,25).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 57.59%
  • key color value is 25.10%

CMYK: (12,0,58,25)
C12M0Y58K25 (12%, 0%, 58%, 25%)
(0.12 / 0.00 / 0.58 / 0.25)

CMYK percentages

%12.04
%0
%57.59
%25.1

Codes

Color #A8BF51 in popluar color models

A8 BF 51
RGB 168 191 81
HSL 73° 46.22% 53.33%
HSB/HSV 73° 57.59% 74.90%
CMYK 12.04% 0.00% 57.59%
25.10%

Color #A8BF51 in popluar number systems.

HEX A8 BF 51
Decimal 168 191 81
Binary 10101000 10111111 1010001
Octal 250 277 121

Shades and tints

Shades of #A8BF51

#A8BF51
(168,191,81)
#99AE4A
(153,174,74)
#8A9D43
(138,157,67)
#7B8C3C
(123,140,60)
#6C7B35
(108,123,53)
#5D6A2E
(93,106,46)
#4E5927
(78,89,39)
#3F4820
(63,72,32)
#303719
(48,55,25)
#212612
(33,38,18)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #A8BF51

#A8BF51
(168,191,81)
#AFC460
(175,196,96)
#B6C96F
(182,201,111)
#BDCE7E
(189,206,126)
#C4D38D
(196,211,141)
#CBD89C
(203,216,156)
#D2DDAB
(210,221,171)
#D9E2BA
(217,226,186)
#E0E7C9
(224,231,201)
#E7ECD8
(231,236,216)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BF51 color. Also use rgb(168,191,81) instead hex code.

Text Font Color

.myTextColor { color: #A8BF51; }

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

This text font color is #A8BF51.

Background Color

.myBgColor { background-color: #A8BF51; }

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

This div background color is #A8BF51.

Border color

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

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

This div border color is #A8BF51.

Opacity

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

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

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

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

This text has shadow with #A8BF51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BF51.

Preview

Color preview on black background

This text has color #A8BF51 on black background.


Color preview on white background

This text has color #A8BF51 on white background.


Black color preview on #A8BF51 background

This text has black color on #A8BF51 background.


White color preview on #A8BF51 background

This text has white color on #A8BF51 background.


Related colors

Complementary color

Complementary color for #hex is #5740AE.


I love getcolorcode.com

Triadic colors

1 #51A8BF and #BF51A8 with #A8BF51 are triadic colors.

2 #51BFA8 and #BFA851 with #A8BF51 are triadic colors.