COLOR #AEBB31

HEX: #AEBB31
RGB: (174,187,49)

Color info

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

RGB color model

#AEBB31 color RGB value is (174,187,49).

  • red value is 174;
  • green value is 187;
  • blue value is 49.
RGB:
(174,187,49)
(68%,73%,19%)

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 49 of 255 = 19%

174
187
49

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

Portions of RGB colors in percentages

R + G + B =
174 + 187 + 49 = 410 (100%)
R 174 of 410 ~ 42.44%
G 187 of 410 ~ 45.61%
B 49 of 410 ~ 11.95%

%42.44
%45.61
%11.95

CMYK color model

#AEBB31 color CMYK value is (7,0,74,27).

  • cyan value is 6.95%
  • magenta value is 0.00%
  • yellow value is 73.80%
  • key color value is 26.67%
CMYK:
(7,0,74,27)
C7M0Y74K27 
(7%,0%,74%,27%)
(0.07/0.00/0.74/0.27)	

CMYK percentages

%6.95
%0
%73.8
%26.67

Codes

Color #AEBB31 in popluar color models

AEBB31
RGB17418749
HSL66°58.47%46.27%
HSB/HSV66°73.80%73.33%
CMYK6.95%0.00%73.80%
26.67%

Color #AEBB31 in popluar number systems.

HEXAEBB31
Decimal17418749
Binary1010111010111011110001
Octal25627361

Shades and tints

Shades of #AEBB31

#AEBB31
(174,187,49)
#9FAA2D
(159,170,45)
#909929
(144,153,41)
#818825
(129,136,37)
#727721
(114,119,33)
#63661D
(99,102,29)
#545519
(84,85,25)
#454415
(69,68,21)
#363311
(54,51,17)
#27220D
(39,34,13)
#181109
(24,17,9)
#000000
(0,0,0)

Tints of #AEBB31

#AEBB31
(174,187,49)
#B5C143
(181,193,67)
#BCC755
(188,199,85)
#C3CD67
(195,205,103)
#CAD379
(202,211,121)
#D1D98B
(209,217,139)
#D8DF9D
(216,223,157)
#DFE5AF
(223,229,175)
#E6EBC1
(230,235,193)
#EDF1D3
(237,241,211)
#F4F7E5
(244,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBB31 color. Also use rgb(174,187,49) instead hex code.

Text Font Color

.myTextColor { color: #AEBB31; }

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

This text font color is #AEBB31.


Background Color

.myBgColor { background-color: #AEBB31; }

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

This div background color is #AEBB31.


Border color

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

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

This div border color is #AEBB31.


Opacity

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

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

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

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

This text has shadow with #AEBB31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBB31 on black background.


Color preview on white background

This text has color #AEBB31 on white background.



Black color preview on #AEBB31 background

This text has black color on #AEBB31 background.


White color preview on #AEBB31 background

This text has white color on #AEBB31 background.