COLOR #AFBC5A

HEX: #AFBC5A RGB: (175,188,90)

Color info

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

RGB color model

#AFBC5A color RGB value is (175,188,90).

RGB: (175,188,90) (69%, 74%, 35%)

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 90 of 255 = 35%

175
188
90

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

Portions of RGB colors in percentages

R + G + B = 175 + 188 + 90 = 453 (100%)
R 175 of 453 ~ 38.63%
G 188 of 453 ~ 41.5%
B 90 of 453 ~ 19.87'%

%38.63
%41.5
%19.87

CMYK color model

#AFBC5A color CMYK value is (7,0,52,26).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 52.13%
  • key color value is 26.27%

CMYK: (7,0,52,26)
C7M0Y52K26 (7%, 0%, 52%, 26%)
(0.07 / 0.00 / 0.52 / 0.26)

CMYK percentages

%6.91
%0
%52.13
%26.27

Codes

Color #AFBC5A in popluar color models

AF BC 5A
RGB 175 188 90
HSL 68° 42.24% 54.51%
HSB/HSV 68° 52.13% 73.73%
CMYK 6.91% 0.00% 52.13%
26.27%

Color #AFBC5A in popluar number systems.

HEX AF BC 5A
Decimal 175 188 90
Binary 10101111 10111100 1011010
Octal 257 274 132

Shades and tints

Shades of #AFBC5A

#AFBC5A
(175,188,90)
#A0AB52
(160,171,82)
#919A4A
(145,154,74)
#828942
(130,137,66)
#73783A
(115,120,58)
#646732
(100,103,50)
#55562A
(85,86,42)
#464522
(70,69,34)
#37341A
(55,52,26)
#282312
(40,35,18)
#19120A
(25,18,10)
#000000
(0,0,0)

Tints of #AFBC5A

#AFBC5A
(175,188,90)
#B6C269
(182,194,105)
#BDC878
(189,200,120)
#C4CE87
(196,206,135)
#CBD496
(203,212,150)
#D2DAA5
(210,218,165)
#D9E0B4
(217,224,180)
#E0E6C3
(224,230,195)
#E7ECD2
(231,236,210)
#EEF2E1
(238,242,225)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBC5A color. Also use rgb(175,188,90) instead hex code.

Text Font Color

.myTextColor { color: #AFBC5A; }

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

This text font color is #AFBC5A.

Background Color

.myBgColor { background-color: #AFBC5A; }

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

This div background color is #AFBC5A.

Border color

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

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

This div border color is #AFBC5A.

Opacity

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

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

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

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

This text has shadow with #AFBC5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBC5A.

Preview

Color preview on black background

This text has color #AFBC5A on black background.


Color preview on white background

This text has color #AFBC5A on white background.


Black color preview on #AFBC5A background

This text has black color on #AFBC5A background.


White color preview on #AFBC5A background

This text has white color on #AFBC5A background.


Related colors

Complementary color

Complementary color for #hex is #5043A5.


I love getcolorcode.com

Triadic colors

1 #5AAFBC and #BC5AAF with #AFBC5A are triadic colors.

2 #5ABCAF and #BCAF5A with #AFBC5A are triadic colors.