COLOR #A5B93A

HEX: #A5B93A
RGB: (165,185,58)

Renk bilgisi

#A5B93A contains mainly red and green colors. #A5B93A ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#A5B93A color RGB value is (165,185,58).

  • kırmız ton 165;
  • yeşil ton 185;
  • mavi ton 58.
RGB:
(165,185,58)
(65%,73%,23%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 185 of 255 = 73%
B 58 of 255 = 23%

165
185
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 185 + 58 = 408 (100%)
R 165 of 408 ~ 40.44%
G 185 of 408 ~ 45.34%
B 58 of 408 ~ 14.22%

%40.44
%45.34
%14.22

CMYK RENK MODELİ

#A5B93A rengi CMYK tonu (11,0,69,27).

  • camgöbeği tonu 10.81%
  • eflatun tonu 0.00%
  • sarı tonu 68.65%
  • ana renk tonu 27.45%
CMYK:
(11,0,69,27)
C11M0Y69K27 
(11%,0%,69%,27%)
(0.11/0.00/0.69/0.27)	

CMYK yüzdeleri

%10.81
%0
%68.65
%27.45

Codes

Color #A5B93A in popluar color models

A5B93A
RGB16518558
HSL69°52.26%47.65%
HSB/HSV69°68.65%72.55%
CMYK10.81%0.00%68.65%
27.45%

Color #A5B93A in popluar number systems.

HEXA5B93A
Decimal16518558
Binary1010010110111001111010
Octal24527172

Shades and tints

Shades of #A5B93A

#A5B93A
(165,185,58)
#96A935
(150,169,53)
#879930
(135,153,48)
#78892B
(120,137,43)
#697926
(105,121,38)
#5A6921
(90,105,33)
#4B591C
(75,89,28)
#3C4917
(60,73,23)
#2D3912
(45,57,18)
#1E290D
(30,41,13)
#0F1908
(15,25,8)
#000000
(0,0,0)

Tints of #A5B93A

#A5B93A
(165,185,58)
#ADBF4B
(173,191,75)
#B5C55C
(181,197,92)
#BDCB6D
(189,203,109)
#C5D17E
(197,209,126)
#CDD78F
(205,215,143)
#D5DDA0
(213,221,160)
#DDE3B1
(221,227,177)
#E5E9C2
(229,233,194)
#EDEFD3
(237,239,211)
#F5F5E4
(245,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B93A color. Also use rgb(165,185,58) instead hex code.

Text Font Color

.myTextColor { color: #A5B93A; }

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

This text font color is #A5B93A.


Background Color

.myBgColor { background-color: #A5B93A; }

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

This div background color is #A5B93A.


Border color

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

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

This div border color is #A5B93A.


Opacity

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

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

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

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

This text has shadow with #A5B93A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B93A on black background.


Color preview on white background

This text has color #A5B93A on white background.



Black color preview on #A5B93A background

This text has black color on #A5B93A background.


White color preview on #A5B93A background

This text has white color on #A5B93A background.