COLOR #A5BE60

HEX: #A5BE60
RGB: (165,190,96)

Color info

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

RGB color model

#A5BE60 color RGB value is (165,190,96).

  • red value is 165;
  • green value is 190;
  • blue value is 96.
RGB:
(165,190,96)
(65%,75%,38%)

RGB channels and saturation

R 165 of 255 = 65%
G 190 of 255 = 75%
B 96 of 255 = 38%

165
190
96

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

Portions of RGB colors in percentages

R + G + B =
165 + 190 + 96 = 451 (100%)
R 165 of 451 ~ 36.59%
G 190 of 451 ~ 42.13%
B 96 of 451 ~ 21.29%

%36.59
%42.13
%21.29

CMYK color model

#A5BE60 color CMYK value is (13,0,49,25).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 49.47%
  • key color value is 25.49%
CMYK:
(13,0,49,25)
C13M0Y49K25 
(13%,0%,49%,25%)
(0.13/0.00/0.49/0.25)	

CMYK percentages

%13.16
%0
%49.47
%25.49

Codes

Color #A5BE60 in popluar color models

A5BE60
RGB16519096
HSL76°41.96%56.08%
HSB/HSV76°49.47%74.51%
CMYK13.16%0.00%49.47%
25.49%

Color #A5BE60 in popluar number systems.

HEXA5BE60
Decimal16519096
Binary10100101101111101100000
Octal245276140

Shades and tints

Shades of #A5BE60

#A5BE60
(165,190,96)
#96AD58
(150,173,88)
#879C50
(135,156,80)
#788B48
(120,139,72)
#697A40
(105,122,64)
#5A6938
(90,105,56)
#4B5830
(75,88,48)
#3C4728
(60,71,40)
#2D3620
(45,54,32)
#1E2518
(30,37,24)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #A5BE60

#A5BE60
(165,190,96)
#ADC36E
(173,195,110)
#B5C87C
(181,200,124)
#BDCD8A
(189,205,138)
#C5D298
(197,210,152)
#CDD7A6
(205,215,166)
#D5DCB4
(213,220,180)
#DDE1C2
(221,225,194)
#E5E6D0
(229,230,208)
#EDEBDE
(237,235,222)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BE60 color. Also use rgb(165,190,96) instead hex code.

Text Font Color

.myTextColor { color: #A5BE60; }

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

This text font color is #A5BE60.


Background Color

.myBgColor { background-color: #A5BE60; }

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

This div background color is #A5BE60.


Border color

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

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

This div border color is #A5BE60.


Opacity

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

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

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

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

This text has shadow with #A5BE60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BE60 on black background.


Color preview on white background

This text has color #A5BE60 on white background.



Black color preview on #A5BE60 background

This text has black color on #A5BE60 background.


White color preview on #A5BE60 background

This text has white color on #A5BE60 background.