COLOR #ABB359

HEX: #ABB359
RGB: (171,179,89)

Renk bilgisi

#ABB359 contains mainly red and green colors. #ABB359 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#ABB359 color RGB value is (171,179,89).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 179 of 255 = 70%
B 89 of 255 = 35%

171
179
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 179 + 89 = 439 (100%)
R 171 of 439 ~ 38.95%
G 179 of 439 ~ 40.77%
B 89 of 439 ~ 20.27%

%38.95
%40.77
%20.27

CMYK RENK MODELİ

#ABB359 rengi CMYK tonu (4,0,50,30).

  • camgöbeği tonu 4.47%
  • eflatun tonu 0.00%
  • sarı tonu 50.28%
  • ana renk tonu 29.80%
CMYK:
(4,0,50,30)
C4M0Y50K30 
(4%,0%,50%,30%)
(0.04/0.00/0.50/0.30)	

CMYK yüzdeleri

%4.47
%0
%50.28
%29.8

Codes

Color #ABB359 in popluar color models

ABB359
RGB17117989
HSL65°37.19%52.55%
HSB/HSV65°50.28%70.20%
CMYK4.47%0.00%50.28%
29.80%

Color #ABB359 in popluar number systems.

HEXABB359
Decimal17117989
Binary10101011101100111011001
Octal253263131

Shades and tints

Shades of #ABB359

#ABB359
(171,179,89)
#9CA351
(156,163,81)
#8D9349
(141,147,73)
#7E8341
(126,131,65)
#6F7339
(111,115,57)
#606331
(96,99,49)
#515329
(81,83,41)
#424321
(66,67,33)
#333319
(51,51,25)
#242311
(36,35,17)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #ABB359

#ABB359
(171,179,89)
#B2B968
(178,185,104)
#B9BF77
(185,191,119)
#C0C586
(192,197,134)
#C7CB95
(199,203,149)
#CED1A4
(206,209,164)
#D5D7B3
(213,215,179)
#DCDDC2
(220,221,194)
#E3E3D1
(227,227,209)
#EAE9E0
(234,233,224)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB359; }

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

This text font color is #ABB359.


Background Color

.myBgColor { background-color: #ABB359; }

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

This div background color is #ABB359.


Border color

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

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

This div border color is #ABB359.


Opacity

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

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

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

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

This text has shadow with #ABB359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB359 on black background.


Color preview on white background

This text has color #ABB359 on white background.



Black color preview on #ABB359 background

This text has black color on #ABB359 background.


White color preview on #ABB359 background

This text has white color on #ABB359 background.