COLOR #A6BF90

HEX: #A6BF90 RGB: (166,191,144)

Color info

#A6BF90 contains red, green and blue colors in about the same proportion. Web safe color of #A6BF90 is #99CC99 (or #9C9).

RGB color model

#A6BF90 color RGB value is (166,191,144).

RGB: (166,191,144) (65%, 75%, 56%)

RGB channels and saturation

R 166 of 255 = 65%
G 191 of 255 = 75%
B 144 of 255 = 56%

166
191
144

R + G + B ~ 65%. #A6BF90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 191 + 144 = 501 (100%)
R 166 of 501 ~ 33.13%
G 191 of 501 ~ 38.12%
B 144 of 501 ~ 28.74'%

%33.13
%38.12
%28.74

CMYK color model

#A6BF90 color CMYK value is (13,0,25,25).

  • cyan value is 13.09%
  • magenta value is 0.00%
  • yellow value is 24.61%
  • key color value is 25.10%
CMYK: (13,0,25,25) C13M0Y25K25 (13%,0%,25%,25%) (0.13/0.00/0.25/0.25) 

CMYK percentages

%13.09
%0
%24.61
%25.1

Codes

Color #A6BF90 in popluar color models

A6 BF 90
RGB 166 191 144
HSL 92° 26.86% 65.69%
HSB/HSV 92° 24.61% 74.90%
CMYK 13.09% 0.00% 24.61%
25.10%

Color #A6BF90 in popluar number systems.

HEX A6 BF 90
Decimal 166 191 144
Binary 10100110 10111111 10010000
Octal 246 277 220

Shades and tints

Shades of #A6BF90

#A6BF90
(166,191,144)
#97AE83
(151,174,131)
#889D76
(136,157,118)
#798C69
(121,140,105)
#6A7B5C
(106,123,92)
#5B6A4F
(91,106,79)
#4C5942
(76,89,66)
#3D4835
(61,72,53)
#2E3728
(46,55,40)
#1F261B
(31,38,27)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #A6BF90

#A6BF90
(166,191,144)
#AEC49A
(174,196,154)
#B6C9A4
(182,201,164)
#BECEAE
(190,206,174)
#C6D3B8
(198,211,184)
#CED8C2
(206,216,194)
#D6DDCC
(214,221,204)
#DEE2D6
(222,226,214)
#E6E7E0
(230,231,224)
#EEECEA
(238,236,234)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BF90 color. Also use rgb(166,191,144) instead hex code.

Text Font Color

.myTextColor { color: #A6BF90; }

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

This text font color is #A6BF90.

Background Color

.myBgColor { background-color: #A6BF90; }

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

This div background color is #A6BF90.

Border color

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

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

This div border color is #A6BF90.

Opacity

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

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

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

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

This text has shadow with #A6BF90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BF90.

Preview

Color preview on black background

This text has color #A6BF90 on black background.


Color preview on white background

This text has color #A6BF90 on white background.


Black color preview on #A6BF90 background

This text has black color on #A6BF90 background.


White color preview on #A6BF90 background

This text has white color on #A6BF90 background.


Related colors

Complementary color

Complementary color for #hex is #59406F.


I love getcolorcode.com

Triadic colors

1 #90A6BF and #BF90A6 with #A6BF90 are triadic colors.

2 #90BFA6 and #BFA690 with #A6BF90 are triadic colors.