COLOR #A5BE4F

HEX: #A5BE4F
RGB: (165,190,79)

Renk bilgisi

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

RGB renk modeli

#A5BE4F color RGB value is (165,190,79).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 190 of 255 = 75%
B 79 of 255 = 31%

165
190
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 190 + 79 = 434 (100%)
R 165 of 434 ~ 38.02%
G 190 of 434 ~ 43.78%
B 79 of 434 ~ 18.2%

%38.02
%43.78
%18.2

CMYK RENK MODELİ

#A5BE4F rengi CMYK tonu (13,0,58,25).

  • camgöbeği tonu 13.16%
  • eflatun tonu 0.00%
  • sarı tonu 58.42%
  • ana renk tonu 25.49%
CMYK:
(13,0,58,25)
C13M0Y58K25 
(13%,0%,58%,25%)
(0.13/0.00/0.58/0.25)	

CMYK yüzdeleri

%13.16
%0
%58.42
%25.49

Codes

Color #A5BE4F in popluar color models

A5BE4F
RGB16519079
HSL74°46.06%52.75%
HSB/HSV74°58.42%74.51%
CMYK13.16%0.00%58.42%
25.49%

Color #A5BE4F in popluar number systems.

HEXA5BE4F
Decimal16519079
Binary10100101101111101001111
Octal245276117

Shades and tints

Shades of #A5BE4F

#A5BE4F
(165,190,79)
#96AD48
(150,173,72)
#879C41
(135,156,65)
#788B3A
(120,139,58)
#697A33
(105,122,51)
#5A692C
(90,105,44)
#4B5825
(75,88,37)
#3C471E
(60,71,30)
#2D3617
(45,54,23)
#1E2510
(30,37,16)
#0F1409
(15,20,9)
#000000
(0,0,0)

Tints of #A5BE4F

#A5BE4F
(165,190,79)
#ADC35F
(173,195,95)
#B5C86F
(181,200,111)
#BDCD7F
(189,205,127)
#C5D28F
(197,210,143)
#CDD79F
(205,215,159)
#D5DCAF
(213,220,175)
#DDE1BF
(221,225,191)
#E5E6CF
(229,230,207)
#EDEBDF
(237,235,223)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BE4F; }

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

This text font color is #A5BE4F.


Background Color

.myBgColor { background-color: #A5BE4F; }

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

This div background color is #A5BE4F.


Border color

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

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

This div border color is #A5BE4F.


Opacity

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

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

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

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

This text has shadow with #A5BE4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BE4F on black background.


Color preview on white background

This text has color #A5BE4F on white background.



Black color preview on #A5BE4F background

This text has black color on #A5BE4F background.


White color preview on #A5BE4F background

This text has white color on #A5BE4F background.