COLOR #AEBC3D

HEX: #AEBC3D
RGB: (174,188,61)

Color info

#AEBC3D contains mainly red and green colors. Web safe color of #AEBC3D is #99CC33 (or #9C3).

RGB color model

#AEBC3D color RGB value is (174,188,61).

  • red value is 174;
  • green value is 188;
  • blue value is 61.
RGB:
(174,188,61)
(68%,74%,24%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 61 of 255 = 24%

174
188
61

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

Portions of RGB colors in percentages

R + G + B =
174 + 188 + 61 = 423 (100%)
R 174 of 423 ~ 41.13%
G 188 of 423 ~ 44.44%
B 61 of 423 ~ 14.42%

%41.13
%44.44
%14.42

CMYK color model

#AEBC3D color CMYK value is (7,0,68,26).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 67.55%
  • key color value is 26.27%
CMYK:
(7,0,68,26)
C7M0Y68K26 
(7%,0%,68%,26%)
(0.07/0.00/0.68/0.26)	

CMYK percentages

%7.45
%0
%67.55
%26.27

Codes

Color #AEBC3D in popluar color models

AEBC3D
RGB17418861
HSL67°51.00%48.82%
HSB/HSV67°67.55%73.73%
CMYK7.45%0.00%67.55%
26.27%

Color #AEBC3D in popluar number systems.

HEXAEBC3D
Decimal17418861
Binary1010111010111100111101
Octal25627475

Shades and tints

Shades of #AEBC3D

#AEBC3D
(174,188,61)
#9FAB38
(159,171,56)
#909A33
(144,154,51)
#81892E
(129,137,46)
#727829
(114,120,41)
#636724
(99,103,36)
#54561F
(84,86,31)
#45451A
(69,69,26)
#363415
(54,52,21)
#272310
(39,35,16)
#18120B
(24,18,11)
#000000
(0,0,0)

Tints of #AEBC3D

#AEBC3D
(174,188,61)
#B5C24E
(181,194,78)
#BCC85F
(188,200,95)
#C3CE70
(195,206,112)
#CAD481
(202,212,129)
#D1DA92
(209,218,146)
#D8E0A3
(216,224,163)
#DFE6B4
(223,230,180)
#E6ECC5
(230,236,197)
#EDF2D6
(237,242,214)
#F4F8E7
(244,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBC3D color. Also use rgb(174,188,61) instead hex code.

Text Font Color

.myTextColor { color: #AEBC3D; }

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

This text font color is #AEBC3D.


Background Color

.myBgColor { background-color: #AEBC3D; }

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

This div background color is #AEBC3D.


Border color

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

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

This div border color is #AEBC3D.


Opacity

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

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

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

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

This text has shadow with #AEBC3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBC3D on black background.


Color preview on white background

This text has color #AEBC3D on white background.



Black color preview on #AEBC3D background

This text has black color on #AEBC3D background.


White color preview on #AEBC3D background

This text has white color on #AEBC3D background.