COLOR #A3BB66

HEX: #A3BB66 RGB: (163,187,102)

Color info

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

RGB color model

#A3BB66 color RGB value is (163,187,102).

RGB: (163,187,102) (64%, 73%, 40%)

RGB channels and saturation

R 163 of 255 = 64%
G 187 of 255 = 73%
B 102 of 255 = 40%

163
187
102

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

Portions of RGB colors in percentages

R + G + B = 163 + 187 + 102 = 452 (100%)
R 163 of 452 ~ 36.06%
G 187 of 452 ~ 41.37%
B 102 of 452 ~ 22.57'%

%36.06
%41.37
%22.57

CMYK color model

#A3BB66 color CMYK value is (13,0,45,27).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 26.67%

CMYK: (13,0,45,27)
C13M0Y45K27 (13%, 0%, 45%, 27%)
(0.13 / 0.00 / 0.45 / 0.27)

CMYK percentages

%12.83
%0
%45.45
%26.67

Codes

Color #A3BB66 in popluar color models

A3 BB 66
RGB 163 187 102
HSL 77° 38.46% 56.67%
HSB/HSV 77° 45.45% 73.33%
CMYK 12.83% 0.00% 45.45%
26.67%

Color #A3BB66 in popluar number systems.

HEX A3 BB 66
Decimal 163 187 102
Binary 10100011 10111011 1100110
Octal 243 273 146

Shades and tints

Shades of #A3BB66

#A3BB66
(163,187,102)
#95AA5D
(149,170,93)
#879954
(135,153,84)
#79884B
(121,136,75)
#6B7742
(107,119,66)
#5D6639
(93,102,57)
#4F5530
(79,85,48)
#414427
(65,68,39)
#33331E
(51,51,30)
#252215
(37,34,21)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #A3BB66

#A3BB66
(163,187,102)
#ABC173
(171,193,115)
#B3C780
(179,199,128)
#BBCD8D
(187,205,141)
#C3D39A
(195,211,154)
#CBD9A7
(203,217,167)
#D3DFB4
(211,223,180)
#DBE5C1
(219,229,193)
#E3EBCE
(227,235,206)
#EBF1DB
(235,241,219)
#F3F7E8
(243,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BB66 color. Also use rgb(163,187,102) instead hex code.

Text Font Color

.myTextColor { color: #A3BB66; }

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

This text font color is #A3BB66.

Background Color

.myBgColor { background-color: #A3BB66; }

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

This div background color is #A3BB66.

Border color

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

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

This div border color is #A3BB66.

Opacity

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

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

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

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

This text has shadow with #A3BB66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BB66.

Preview

Color preview on black background

This text has color #A3BB66 on black background.


Color preview on white background

This text has color #A3BB66 on white background.


Black color preview on #A3BB66 background

This text has black color on #A3BB66 background.


White color preview on #A3BB66 background

This text has white color on #A3BB66 background.


Related colors

Complementary color

Complementary color for #hex is #5C4499.


I love getcolorcode.com

Triadic colors

1 #66A3BB and #BB66A3 with #A3BB66 are triadic colors.

2 #66BBA3 and #BBA366 with #A3BB66 are triadic colors.