COLOR #ABB120

HEX: #ABB120
RGB: (171,177,32)

Renk bilgisi

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

RGB renk modeli

#ABB120 color RGB value is (171,177,32).

  • kırmız ton 171;
  • yeşil ton 177;
  • mavi ton 32.
RGB:
(171,177,32)
(67%,69%,13%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 177 of 255 = 69%
B 32 of 255 = 13%

171
177
32

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 177 + 32 = 380 (100%)
R 171 of 380 ~ 45%
G 177 of 380 ~ 46.58%
B 32 of 380 ~ 8.42%

%45
%46.58

CMYK RENK MODELİ

#ABB120 rengi CMYK tonu (3,0,82,31).

  • camgöbeği tonu 3.39%
  • eflatun tonu 0.00%
  • sarı tonu 81.92%
  • ana renk tonu 30.59%
CMYK:
(3,0,82,31)
C3M0Y82K31 
(3%,0%,82%,31%)
(0.03/0.00/0.82/0.31)	

CMYK yüzdeleri

%3.39
%0
%81.92
%30.59

Codes

Color #ABB120 in popluar color models

ABB120
RGB17117732
HSL62°69.38%40.98%
HSB/HSV62°81.92%69.41%
CMYK3.39%0.00%81.92%
30.59%

Color #ABB120 in popluar number systems.

HEXABB120
Decimal17117732
Binary1010101110110001100000
Octal25326140

Shades and tints

Shades of #ABB120

#ABB120
(171,177,32)
#9CA11E
(156,161,30)
#8D911C
(141,145,28)
#7E811A
(126,129,26)
#6F7118
(111,113,24)
#606116
(96,97,22)
#515114
(81,81,20)
#424112
(66,65,18)
#333110
(51,49,16)
#24210E
(36,33,14)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #ABB120

#ABB120
(171,177,32)
#B2B834
(178,184,52)
#B9BF48
(185,191,72)
#C0C65C
(192,198,92)
#C7CD70
(199,205,112)
#CED484
(206,212,132)
#D5DB98
(213,219,152)
#DCE2AC
(220,226,172)
#E3E9C0
(227,233,192)
#EAF0D4
(234,240,212)
#F1F7E8
(241,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB120 color. Also use rgb(171,177,32) instead hex code.

Text Font Color

.myTextColor { color: #ABB120; }

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

This text font color is #ABB120.


Background Color

.myBgColor { background-color: #ABB120; }

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

This div background color is #ABB120.


Border color

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

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

This div border color is #ABB120.


Opacity

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

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

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

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

This text has shadow with #ABB120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB120 on black background.


Color preview on white background

This text has color #ABB120 on white background.



Black color preview on #ABB120 background

This text has black color on #ABB120 background.


White color preview on #ABB120 background

This text has white color on #ABB120 background.