COLOR #A5BE94

HEX: #A5BE94
RGB: (165,190,148)

Renk bilgisi

#A5BE94 contains red, green and blue colors in about the same proportion. #A5BE94 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A5BE94 color RGB value is (165,190,148).

  • kırmız ton 165;
  • yeşil ton 190;
  • mavi ton 148.
RGB:
(165,190,148)
(65%,75%,58%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 190 of 255 = 75%
B 148 of 255 = 58%

165
190
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 190 + 148 = 503 (100%)
R 165 of 503 ~ 32.8%
G 190 of 503 ~ 37.77%
B 148 of 503 ~ 29.42%

%32.8
%37.77
%29.42

CMYK RENK MODELİ

#A5BE94 rengi CMYK tonu (13,0,22,25).

  • camgöbeği tonu 13.16%
  • eflatun tonu 0.00%
  • sarı tonu 22.11%
  • ana renk tonu 25.49%
CMYK:
(13,0,22,25)
C13M0Y22K25 
(13%,0%,22%,25%)
(0.13/0.00/0.22/0.25)	

CMYK yüzdeleri

%13.16
%0
%22.11
%25.49

Codes

Color #A5BE94 in popluar color models

A5BE94
RGB165190148
HSL96°24.42%66.27%
HSB/HSV96°22.11%74.51%
CMYK13.16%0.00%22.11%
25.49%

Color #A5BE94 in popluar number systems.

HEXA5BE94
Decimal165190148
Binary101001011011111010010100
Octal245276224

Shades and tints

Shades of #A5BE94

#A5BE94
(165,190,148)
#96AD87
(150,173,135)
#879C7A
(135,156,122)
#788B6D
(120,139,109)
#697A60
(105,122,96)
#5A6953
(90,105,83)
#4B5846
(75,88,70)
#3C4739
(60,71,57)
#2D362C
(45,54,44)
#1E251F
(30,37,31)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #A5BE94

#A5BE94
(165,190,148)
#ADC39D
(173,195,157)
#B5C8A6
(181,200,166)
#BDCDAF
(189,205,175)
#C5D2B8
(197,210,184)
#CDD7C1
(205,215,193)
#D5DCCA
(213,220,202)
#DDE1D3
(221,225,211)
#E5E6DC
(229,230,220)
#EDEBE5
(237,235,229)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BE94; }

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

This text font color is #A5BE94.


Background Color

.myBgColor { background-color: #A5BE94; }

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

This div background color is #A5BE94.


Border color

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

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

This div border color is #A5BE94.


Opacity

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

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

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

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

This text has shadow with #A5BE94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BE94 on black background.


Color preview on white background

This text has color #A5BE94 on white background.



Black color preview on #A5BE94 background

This text has black color on #A5BE94 background.


White color preview on #A5BE94 background

This text has white color on #A5BE94 background.