COLOR #A5BE6D

HEX: #A5BE6D
RGB: (165,190,109)

Renk bilgisi

#A5BE6D contains mainly red and green colors. #A5BE6D ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#A5BE6D color RGB value is (165,190,109).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 190 of 255 = 75%
B 109 of 255 = 43%

165
190
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 190 + 109 = 464 (100%)
R 165 of 464 ~ 35.56%
G 190 of 464 ~ 40.95%
B 109 of 464 ~ 23.49%

%35.56
%40.95
%23.49

CMYK RENK MODELİ

#A5BE6D rengi CMYK tonu (13,0,43,25).

  • camgöbeği tonu 13.16%
  • eflatun tonu 0.00%
  • sarı tonu 42.63%
  • ana renk tonu 25.49%
CMYK:
(13,0,43,25)
C13M0Y43K25 
(13%,0%,43%,25%)
(0.13/0.00/0.43/0.25)	

CMYK yüzdeleri

%13.16
%0
%42.63
%25.49

Codes

Color #A5BE6D in popluar color models

A5BE6D
RGB165190109
HSL79°38.39%58.63%
HSB/HSV79°42.63%74.51%
CMYK13.16%0.00%42.63%
25.49%

Color #A5BE6D in popluar number systems.

HEXA5BE6D
Decimal165190109
Binary10100101101111101101101
Octal245276155

Shades and tints

Shades of #A5BE6D

#A5BE6D
(165,190,109)
#96AD64
(150,173,100)
#879C5B
(135,156,91)
#788B52
(120,139,82)
#697A49
(105,122,73)
#5A6940
(90,105,64)
#4B5837
(75,88,55)
#3C472E
(60,71,46)
#2D3625
(45,54,37)
#1E251C
(30,37,28)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5BE6D

#A5BE6D
(165,190,109)
#ADC37A
(173,195,122)
#B5C887
(181,200,135)
#BDCD94
(189,205,148)
#C5D2A1
(197,210,161)
#CDD7AE
(205,215,174)
#D5DCBB
(213,220,187)
#DDE1C8
(221,225,200)
#E5E6D5
(229,230,213)
#EDEBE2
(237,235,226)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BE6D; }

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

This text font color is #A5BE6D.


Background Color

.myBgColor { background-color: #A5BE6D; }

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

This div background color is #A5BE6D.


Border color

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

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

This div border color is #A5BE6D.


Opacity

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

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

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

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

This text has shadow with #A5BE6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BE6D on black background.


Color preview on white background

This text has color #A5BE6D on white background.



Black color preview on #A5BE6D background

This text has black color on #A5BE6D background.


White color preview on #A5BE6D background

This text has white color on #A5BE6D background.