COLOR #A3BB64

HEX: #A3BB64
RGB: (163,187,100)

Color info

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

RGB color model

#A3BB64 color RGB value is (163,187,100).

  • red value is 163;
  • green value is 187;
  • blue value is 100.
RGB:
(163,187,100)
(64%,73%,39%)

RGB channels and saturation

R 163 of 255 = 64%
G 187 of 255 = 73%
B 100 of 255 = 39%

163
187
100

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

Portions of RGB colors in percentages

R + G + B =
163 + 187 + 100 = 450 (100%)
R 163 of 450 ~ 36.22%
G 187 of 450 ~ 41.56%
B 100 of 450 ~ 22.22%

%36.22
%41.56
%22.22

CMYK color model

#A3BB64 color CMYK value is (13,0,47,27).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 46.52%
  • key color value is 26.67%
CMYK:
(13,0,47,27)
C13M0Y47K27 
(13%,0%,47%,27%)
(0.13/0.00/0.47/0.27)	

CMYK percentages

%12.83
%0
%46.52
%26.67

Codes

Color #A3BB64 in popluar color models

A3BB64
RGB163187100
HSL77°39.01%56.27%
HSB/HSV77°46.52%73.33%
CMYK12.83%0.00%46.52%
26.67%

Color #A3BB64 in popluar number systems.

HEXA3BB64
Decimal163187100
Binary10100011101110111100100
Octal243273144

Shades and tints

Shades of #A3BB64

#A3BB64
(163,187,100)
#95AA5B
(149,170,91)
#879952
(135,153,82)
#798849
(121,136,73)
#6B7740
(107,119,64)
#5D6637
(93,102,55)
#4F552E
(79,85,46)
#414425
(65,68,37)
#33331C
(51,51,28)
#252213
(37,34,19)
#17110A
(23,17,10)
#000000
(0,0,0)

Tints of #A3BB64

#A3BB64
(163,187,100)
#ABC172
(171,193,114)
#B3C780
(179,199,128)
#BBCD8E
(187,205,142)
#C3D39C
(195,211,156)
#CBD9AA
(203,217,170)
#D3DFB8
(211,223,184)
#DBE5C6
(219,229,198)
#E3EBD4
(227,235,212)
#EBF1E2
(235,241,226)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BB64; }

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

This text font color is #A3BB64.


Background Color

.myBgColor { background-color: #A3BB64; }

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

This div background color is #A3BB64.


Border color

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

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

This div border color is #A3BB64.


Opacity

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

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

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

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

This text has shadow with #A3BB64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BB64 on black background.


Color preview on white background

This text has color #A3BB64 on white background.



Black color preview on #A3BB64 background

This text has black color on #A3BB64 background.


White color preview on #A3BB64 background

This text has white color on #A3BB64 background.