COLOR #A5BC74

HEX: #A5BC74 RGB: (165,188,116)

Color info

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

RGB color model

#A5BC74 color RGB value is (165,188,116).

RGB: (165,188,116) (65%, 74%, 45%)

RGB channels and saturation

R 165 of 255 = 65%
G 188 of 255 = 74%
B 116 of 255 = 45%

165
188
116

R + G + B ~ 61%. #A5BC74 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 188 + 116 = 469 (100%)
R 165 of 469 ~ 35.18%
G 188 of 469 ~ 40.09%
B 116 of 469 ~ 24.73'%

%35.18
%40.09
%24.73

CMYK color model

#A5BC74 color CMYK value is (12,0,38,26).

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 38.30%
  • key color value is 26.27%

CMYK: (12,0,38,26)
C12M0Y38K26 (12%, 0%, 38%, 26%)
(0.12 / 0.00 / 0.38 / 0.26)

CMYK percentages

%12.23
%0
%38.3
%26.27

Codes

Color #A5BC74 in popluar color models

A5 BC 74
RGB 165 188 116
HSL 79° 34.95% 59.61%
HSB/HSV 79° 38.30% 73.73%
CMYK 12.23% 0.00% 38.30%
26.27%

Color #A5BC74 in popluar number systems.

HEX A5 BC 74
Decimal 165 188 116
Binary 10100101 10111100 1110100
Octal 245 274 164

Shades and tints

Shades of #A5BC74

#A5BC74
(165,188,116)
#96AB6A
(150,171,106)
#879A60
(135,154,96)
#788956
(120,137,86)
#69784C
(105,120,76)
#5A6742
(90,103,66)
#4B5638
(75,86,56)
#3C452E
(60,69,46)
#2D3424
(45,52,36)
#1E231A
(30,35,26)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #A5BC74

#A5BC74
(165,188,116)
#ADC280
(173,194,128)
#B5C88C
(181,200,140)
#BDCE98
(189,206,152)
#C5D4A4
(197,212,164)
#CDDAB0
(205,218,176)
#D5E0BC
(213,224,188)
#DDE6C8
(221,230,200)
#E5ECD4
(229,236,212)
#EDF2E0
(237,242,224)
#F5F8EC
(245,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BC74 color. Also use rgb(165,188,116) instead hex code.

Text Font Color

.myTextColor { color: #A5BC74; }

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

This text font color is #A5BC74.

Background Color

.myBgColor { background-color: #A5BC74; }

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

This div background color is #A5BC74.

Border color

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

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

This div border color is #A5BC74.

Opacity

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

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

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

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

This text has shadow with #A5BC74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BC74.

Preview

Color preview on black background

This text has color #A5BC74 on black background.


Color preview on white background

This text has color #A5BC74 on white background.


Black color preview on #A5BC74 background

This text has black color on #A5BC74 background.


White color preview on #A5BC74 background

This text has white color on #A5BC74 background.


Related colors

Complementary color

Complementary color for #hex is #5A438B.


I love getcolorcode.com

Triadic colors

1 #74A5BC and #BC74A5 with #A5BC74 are triadic colors.

2 #74BCA5 and #BCA574 with #A5BC74 are triadic colors.