COLOR #A3BE73

HEX: #A3BE73
RGB: (163,190,115)

Color info

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

RGB color model

#A3BE73 color RGB value is (163,190,115).

  • red value is 163;
  • green value is 190;
  • blue value is 115.
RGB:
(163,190,115)
(64%,75%,45%)

RGB channels and saturation

R 163 of 255 = 64%
G 190 of 255 = 75%
B 115 of 255 = 45%

163
190
115

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

Portions of RGB colors in percentages

R + G + B =
163 + 190 + 115 = 468 (100%)
R 163 of 468 ~ 34.83%
G 190 of 468 ~ 40.6%
B 115 of 468 ~ 24.57%

%34.83
%40.6
%24.57

CMYK color model

#A3BE73 color CMYK value is (14,0,39,25).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 39.47%
  • key color value is 25.49%
CMYK:
(14,0,39,25)
C14M0Y39K25 
(14%,0%,39%,25%)
(0.14/0.00/0.39/0.25)	

CMYK percentages

%14.21
%0
%39.47
%25.49

Codes

Color #A3BE73 in popluar color models

A3BE73
RGB163190115
HSL82°36.59%59.80%
HSB/HSV82°39.47%74.51%
CMYK14.21%0.00%39.47%
25.49%

Color #A3BE73 in popluar number systems.

HEXA3BE73
Decimal163190115
Binary10100011101111101110011
Octal243276163

Shades and tints

Shades of #A3BE73

#A3BE73
(163,190,115)
#95AD69
(149,173,105)
#879C5F
(135,156,95)
#798B55
(121,139,85)
#6B7A4B
(107,122,75)
#5D6941
(93,105,65)
#4F5837
(79,88,55)
#41472D
(65,71,45)
#333623
(51,54,35)
#252519
(37,37,25)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #A3BE73

#A3BE73
(163,190,115)
#ABC37F
(171,195,127)
#B3C88B
(179,200,139)
#BBCD97
(187,205,151)
#C3D2A3
(195,210,163)
#CBD7AF
(203,215,175)
#D3DCBB
(211,220,187)
#DBE1C7
(219,225,199)
#E3E6D3
(227,230,211)
#EBEBDF
(235,235,223)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BE73 color. Also use rgb(163,190,115) instead hex code.

Text Font Color

.myTextColor { color: #A3BE73; }

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

This text font color is #A3BE73.


Background Color

.myBgColor { background-color: #A3BE73; }

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

This div background color is #A3BE73.


Border color

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

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

This div border color is #A3BE73.


Opacity

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

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

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

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

This text has shadow with #A3BE73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BE73 on black background.


Color preview on white background

This text has color #A3BE73 on white background.



Black color preview on #A3BE73 background

This text has black color on #A3BE73 background.


White color preview on #A3BE73 background

This text has white color on #A3BE73 background.