COLOR #A5BD71

HEX: #A5BD71
RGB: (165,189,113)

Renk bilgisi

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

RGB renk modeli

#A5BD71 color RGB value is (165,189,113).

  • kırmız ton 165;
  • yeşil ton 189;
  • mavi ton 113.
RGB:
(165,189,113)
(65%,74%,44%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 189 of 255 = 74%
B 113 of 255 = 44%

165
189
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 189 + 113 = 467 (100%)
R 165 of 467 ~ 35.33%
G 189 of 467 ~ 40.47%
B 113 of 467 ~ 24.2%

%35.33
%40.47
%24.2

CMYK RENK MODELİ

#A5BD71 rengi CMYK tonu (13,0,40,26).

  • camgöbeği tonu 12.70%
  • eflatun tonu 0.00%
  • sarı tonu 40.21%
  • ana renk tonu 25.88%
CMYK:
(13,0,40,26)
C13M0Y40K26 
(13%,0%,40%,26%)
(0.13/0.00/0.40/0.26)	

CMYK yüzdeleri

%12.7
%0
%40.21
%25.88

Codes

Color #A5BD71 in popluar color models

A5BD71
RGB165189113
HSL79°36.54%59.22%
HSB/HSV79°40.21%74.12%
CMYK12.70%0.00%40.21%
25.88%

Color #A5BD71 in popluar number systems.

HEXA5BD71
Decimal165189113
Binary10100101101111011110001
Octal245275161

Shades and tints

Shades of #A5BD71

#A5BD71
(165,189,113)
#96AC67
(150,172,103)
#879B5D
(135,155,93)
#788A53
(120,138,83)
#697949
(105,121,73)
#5A683F
(90,104,63)
#4B5735
(75,87,53)
#3C462B
(60,70,43)
#2D3521
(45,53,33)
#1E2417
(30,36,23)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #A5BD71

#A5BD71
(165,189,113)
#ADC37D
(173,195,125)
#B5C989
(181,201,137)
#BDCF95
(189,207,149)
#C5D5A1
(197,213,161)
#CDDBAD
(205,219,173)
#D5E1B9
(213,225,185)
#DDE7C5
(221,231,197)
#E5EDD1
(229,237,209)
#EDF3DD
(237,243,221)
#F5F9E9
(245,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BD71 color. Also use rgb(165,189,113) instead hex code.

Text Font Color

.myTextColor { color: #A5BD71; }

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

This text font color is #A5BD71.


Background Color

.myBgColor { background-color: #A5BD71; }

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

This div background color is #A5BD71.


Border color

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

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

This div border color is #A5BD71.


Opacity

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

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

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

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

This text has shadow with #A5BD71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BD71 on black background.


Color preview on white background

This text has color #A5BD71 on white background.



Black color preview on #A5BD71 background

This text has black color on #A5BD71 background.


White color preview on #A5BD71 background

This text has white color on #A5BD71 background.