COLOR #A5BE92

HEX: #A5BE92
RGB: (165,190,146)

Color info

#A5BE92 contains red, green and blue colors in about the same proportion. Web safe color of #A5BE92 is #99CC99 (or #9C9).

RGB color model

#A5BE92 color RGB value is (165,190,146).

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

RGB channels and saturation

R 165 of 255 = 65%
G 190 of 255 = 75%
B 146 of 255 = 57%

165
190
146

R + G + B ~ 66%. #A5BE92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 190 + 146 = 501 (100%)
R 165 of 501 ~ 32.93%
G 190 of 501 ~ 37.92%
B 146 of 501 ~ 29.14%

%32.93
%37.92
%29.14

CMYK color model

#A5BE92 color CMYK value is (13,0,23,25).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 25.49%
CMYK:
(13,0,23,25)
C13M0Y23K25 
(13%,0%,23%,25%)
(0.13/0.00/0.23/0.25)	

CMYK percentages

%13.16
%0
%23.16
%25.49

Codes

Color #A5BE92 in popluar color models

A5BE92
RGB165190146
HSL94°25.29%65.88%
HSB/HSV94°23.16%74.51%
CMYK13.16%0.00%23.16%
25.49%

Color #A5BE92 in popluar number systems.

HEXA5BE92
Decimal165190146
Binary101001011011111010010010
Octal245276222

Shades and tints

Shades of #A5BE92

#A5BE92
(165,190,146)
#96AD85
(150,173,133)
#879C78
(135,156,120)
#788B6B
(120,139,107)
#697A5E
(105,122,94)
#5A6951
(90,105,81)
#4B5844
(75,88,68)
#3C4737
(60,71,55)
#2D362A
(45,54,42)
#1E251D
(30,37,29)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #A5BE92

#A5BE92
(165,190,146)
#ADC39B
(173,195,155)
#B5C8A4
(181,200,164)
#BDCDAD
(189,205,173)
#C5D2B6
(197,210,182)
#CDD7BF
(205,215,191)
#D5DCC8
(213,220,200)
#DDE1D1
(221,225,209)
#E5E6DA
(229,230,218)
#EDEBE3
(237,235,227)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BE92; }

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

This text font color is #A5BE92.


Background Color

.myBgColor { background-color: #A5BE92; }

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

This div background color is #A5BE92.


Border color

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

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

This div border color is #A5BE92.


Opacity

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

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

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

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

This text has shadow with #A5BE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BE92 on black background.


Color preview on white background

This text has color #A5BE92 on white background.



Black color preview on #A5BE92 background

This text has black color on #A5BE92 background.


White color preview on #A5BE92 background

This text has white color on #A5BE92 background.