COLOR #A2BE68

HEX: #A2BE68
RGB: (162,190,104)

Color info

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

RGB color model

#A2BE68 color RGB value is (162,190,104).

  • red value is 162;
  • green value is 190;
  • blue value is 104.
RGB:
(162,190,104)
(64%,75%,41%)

RGB channels and saturation

R 162 of 255 = 64%
G 190 of 255 = 75%
B 104 of 255 = 41%

162
190
104

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

Portions of RGB colors in percentages

R + G + B =
162 + 190 + 104 = 456 (100%)
R 162 of 456 ~ 35.53%
G 190 of 456 ~ 41.67%
B 104 of 456 ~ 22.81%

%35.53
%41.67
%22.81

CMYK color model

#A2BE68 color CMYK value is (15,0,45,25).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 45.26%
  • key color value is 25.49%
CMYK:
(15,0,45,25)
C15M0Y45K25 
(15%,0%,45%,25%)
(0.15/0.00/0.45/0.25)	

CMYK percentages

%14.74
%0
%45.26
%25.49

Codes

Color #A2BE68 in popluar color models

A2BE68
RGB162190104
HSL80°39.81%57.65%
HSB/HSV80°45.26%74.51%
CMYK14.74%0.00%45.26%
25.49%

Color #A2BE68 in popluar number systems.

HEXA2BE68
Decimal162190104
Binary10100010101111101101000
Octal242276150

Shades and tints

Shades of #A2BE68

#A2BE68
(162,190,104)
#94AD5F
(148,173,95)
#869C56
(134,156,86)
#788B4D
(120,139,77)
#6A7A44
(106,122,68)
#5C693B
(92,105,59)
#4E5832
(78,88,50)
#404729
(64,71,41)
#323620
(50,54,32)
#242517
(36,37,23)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #A2BE68

#A2BE68
(162,190,104)
#AAC375
(170,195,117)
#B2C882
(178,200,130)
#BACD8F
(186,205,143)
#C2D29C
(194,210,156)
#CAD7A9
(202,215,169)
#D2DCB6
(210,220,182)
#DAE1C3
(218,225,195)
#E2E6D0
(226,230,208)
#EAEBDD
(234,235,221)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2BE68 color. Also use rgb(162,190,104) instead hex code.

Text Font Color

.myTextColor { color: #A2BE68; }

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

This text font color is #A2BE68.


Background Color

.myBgColor { background-color: #A2BE68; }

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

This div background color is #A2BE68.


Border color

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

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

This div border color is #A2BE68.


Opacity

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

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

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

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

This text has shadow with #A2BE68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BE68 on black background.


Color preview on white background

This text has color #A2BE68 on white background.



Black color preview on #A2BE68 background

This text has black color on #A2BE68 background.


White color preview on #A2BE68 background

This text has white color on #A2BE68 background.