COLOR #ABB31D

HEX: #ABB31D
RGB: (171,179,29)

Renk bilgisi

#ABB31D contains mainly red and green colors. #ABB31D ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#ABB31D color RGB value is (171,179,29).

  • kırmız ton 171;
  • yeşil ton 179;
  • mavi ton 29.
RGB:
(171,179,29)
(67%,70%,11%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 179 of 255 = 70%
B 29 of 255 = 11%

171
179
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 179 + 29 = 379 (100%)
R 171 of 379 ~ 45.12%
G 179 of 379 ~ 47.23%
B 29 of 379 ~ 7.65%

%45.12
%47.23

CMYK RENK MODELİ

#ABB31D rengi CMYK tonu (4,0,84,30).

  • camgöbeği tonu 4.47%
  • eflatun tonu 0.00%
  • sarı tonu 83.80%
  • ana renk tonu 29.80%
CMYK:
(4,0,84,30)
C4M0Y84K30 
(4%,0%,84%,30%)
(0.04/0.00/0.84/0.30)	

CMYK yüzdeleri

%4.47
%0
%83.8
%29.8

Codes

Color #ABB31D in popluar color models

ABB31D
RGB17117929
HSL63°72.12%40.78%
HSB/HSV63°83.80%70.20%
CMYK4.47%0.00%83.80%
29.80%

Color #ABB31D in popluar number systems.

HEXABB31D
Decimal17117929
Binary101010111011001111101
Octal25326335

Shades and tints

Shades of #ABB31D

#ABB31D
(171,179,29)
#9CA31B
(156,163,27)
#8D9319
(141,147,25)
#7E8317
(126,131,23)
#6F7315
(111,115,21)
#606313
(96,99,19)
#515311
(81,83,17)
#42430F
(66,67,15)
#33330D
(51,51,13)
#24230B
(36,35,11)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #ABB31D

#ABB31D
(171,179,29)
#B2B931
(178,185,49)
#B9BF45
(185,191,69)
#C0C559
(192,197,89)
#C7CB6D
(199,203,109)
#CED181
(206,209,129)
#D5D795
(213,215,149)
#DCDDA9
(220,221,169)
#E3E3BD
(227,227,189)
#EAE9D1
(234,233,209)
#F1EFE5
(241,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB31D color. Also use rgb(171,179,29) instead hex code.

Text Font Color

.myTextColor { color: #ABB31D; }

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

This text font color is #ABB31D.


Background Color

.myBgColor { background-color: #ABB31D; }

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

This div background color is #ABB31D.


Border color

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

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

This div border color is #ABB31D.


Opacity

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

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

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

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

This text has shadow with #ABB31D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB31D on black background.


Color preview on white background

This text has color #ABB31D on white background.



Black color preview on #ABB31D background

This text has black color on #ABB31D background.


White color preview on #ABB31D background

This text has white color on #ABB31D background.