COLOR #A6B850

HEX: #A6B850
RGB: (166,184,80)

Color info

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

RGB color model

#A6B850 color RGB value is (166,184,80).

  • red value is 166;
  • green value is 184;
  • blue value is 80.
RGB:
(166,184,80)
(65%,72%,31%)

RGB channels and saturation

R 166 of 255 = 65%
G 184 of 255 = 72%
B 80 of 255 = 31%

166
184
80

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

Portions of RGB colors in percentages

R + G + B =
166 + 184 + 80 = 430 (100%)
R 166 of 430 ~ 38.6%
G 184 of 430 ~ 42.79%
B 80 of 430 ~ 18.6%

%38.6
%42.79
%18.6

CMYK color model

#A6B850 color CMYK value is (10,0,57,28).

  • cyan value is 9.78%
  • magenta value is 0.00%
  • yellow value is 56.52%
  • key color value is 27.84%
CMYK:
(10,0,57,28)
C10M0Y57K28 
(10%,0%,57%,28%)
(0.10/0.00/0.57/0.28)	

CMYK percentages

%9.78
%0
%56.52
%27.84

Codes

Color #A6B850 in popluar color models

A6B850
RGB16618480
HSL70°42.28%51.76%
HSB/HSV70°56.52%72.16%
CMYK9.78%0.00%56.52%
27.84%

Color #A6B850 in popluar number systems.

HEXA6B850
Decimal16618480
Binary10100110101110001010000
Octal246270120

Shades and tints

Shades of #A6B850

#A6B850
(166,184,80)
#97A849
(151,168,73)
#889842
(136,152,66)
#79883B
(121,136,59)
#6A7834
(106,120,52)
#5B682D
(91,104,45)
#4C5826
(76,88,38)
#3D481F
(61,72,31)
#2E3818
(46,56,24)
#1F2811
(31,40,17)
#10180A
(16,24,10)
#000000
(0,0,0)

Tints of #A6B850

#A6B850
(166,184,80)
#AEBE5F
(174,190,95)
#B6C46E
(182,196,110)
#BECA7D
(190,202,125)
#C6D08C
(198,208,140)
#CED69B
(206,214,155)
#D6DCAA
(214,220,170)
#DEE2B9
(222,226,185)
#E6E8C8
(230,232,200)
#EEEED7
(238,238,215)
#F6F4E6
(246,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B850 color. Also use rgb(166,184,80) instead hex code.

Text Font Color

.myTextColor { color: #A6B850; }

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

This text font color is #A6B850.


Background Color

.myBgColor { background-color: #A6B850; }

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

This div background color is #A6B850.


Border color

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

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

This div border color is #A6B850.


Opacity

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

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

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

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

This text has shadow with #A6B850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B850 on black background.


Color preview on white background

This text has color #A6B850 on white background.



Black color preview on #A6B850 background

This text has black color on #A6B850 background.


White color preview on #A6B850 background

This text has white color on #A6B850 background.