COLOR #A6BB75

HEX: #A6BB75 RGB: (166,187,117)

Color info

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

RGB color model

#A6BB75 color RGB value is (166,187,117).

RGB: (166,187,117) (65%, 73%, 46%)

RGB channels and saturation

R 166 of 255 = 65%
G 187 of 255 = 73%
B 117 of 255 = 46%

166
187
117

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

Portions of RGB colors in percentages

R + G + B = 166 + 187 + 117 = 470 (100%)
R 166 of 470 ~ 35.32%
G 187 of 470 ~ 39.79%
B 117 of 470 ~ 24.89'%

%35.32
%39.79
%24.89

CMYK color model

#A6BB75 color CMYK value is (11,0,37,27).

  • cyan value is 11.23%
  • magenta value is 0.00%
  • yellow value is 37.43%
  • key color value is 26.67%

CMYK: (11,0,37,27)
C11M0Y37K27 (11%, 0%, 37%, 27%)
(0.11 / 0.00 / 0.37 / 0.27)

CMYK percentages

%11.23
%0
%37.43
%26.67

Codes

Color #A6BB75 in popluar color models

A6 BB 75
RGB 166 187 117
HSL 78° 33.98% 59.61%
HSB/HSV 78° 37.43% 73.33%
CMYK 11.23% 0.00% 37.43%
26.67%

Color #A6BB75 in popluar number systems.

HEX A6 BB 75
Decimal 166 187 117
Binary 10100110 10111011 1110101
Octal 246 273 165

Shades and tints

Shades of #A6BB75

#A6BB75
(166,187,117)
#97AA6B
(151,170,107)
#889961
(136,153,97)
#798857
(121,136,87)
#6A774D
(106,119,77)
#5B6643
(91,102,67)
#4C5539
(76,85,57)
#3D442F
(61,68,47)
#2E3325
(46,51,37)
#1F221B
(31,34,27)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #A6BB75

#A6BB75
(166,187,117)
#AEC181
(174,193,129)
#B6C78D
(182,199,141)
#BECD99
(190,205,153)
#C6D3A5
(198,211,165)
#CED9B1
(206,217,177)
#D6DFBD
(214,223,189)
#DEE5C9
(222,229,201)
#E6EBD5
(230,235,213)
#EEF1E1
(238,241,225)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BB75 color. Also use rgb(166,187,117) instead hex code.

Text Font Color

.myTextColor { color: #A6BB75; }

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

This text font color is #A6BB75.

Background Color

.myBgColor { background-color: #A6BB75; }

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

This div background color is #A6BB75.

Border color

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

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

This div border color is #A6BB75.

Opacity

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

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

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

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

This text has shadow with #A6BB75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BB75.

Preview

Color preview on black background

This text has color #A6BB75 on black background.


Color preview on white background

This text has color #A6BB75 on white background.


Black color preview on #A6BB75 background

This text has black color on #A6BB75 background.


White color preview on #A6BB75 background

This text has white color on #A6BB75 background.


Related colors

Complementary color

Complementary color for #hex is #59448A.


I love getcolorcode.com

Triadic colors

1 #75A6BB and #BB75A6 with #A6BB75 are triadic colors.

2 #75BBA6 and #BBA675 with #A6BB75 are triadic colors.