COLOR #ADBF44

HEX: #ADBF44
RGB: (173,191,68)

Color info

#ADBF44 contains mainly red and green colors. Web safe color of #ADBF44 is #99CC33 (or #9C3).

RGB color model

#ADBF44 color RGB value is (173,191,68).

  • red value is 173;
  • green value is 191;
  • blue value is 68.
RGB:
(173,191,68)
(68%,75%,27%)

RGB channels and saturation

R 173 of 255 = 68%
G 191 of 255 = 75%
B 68 of 255 = 27%

173
191
68

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

Portions of RGB colors in percentages

R + G + B =
173 + 191 + 68 = 432 (100%)
R 173 of 432 ~ 40.05%
G 191 of 432 ~ 44.21%
B 68 of 432 ~ 15.74%

%40.05
%44.21
%15.74

CMYK color model

#ADBF44 color CMYK value is (9,0,64,25).

  • cyan value is 9.42%
  • magenta value is 0.00%
  • yellow value is 64.40%
  • key color value is 25.10%
CMYK:
(9,0,64,25)
C9M0Y64K25 
(9%,0%,64%,25%)
(0.09/0.00/0.64/0.25)	

CMYK percentages

%9.42
%0
%64.4
%25.1

Codes

Color #ADBF44 in popluar color models

ADBF44
RGB17319168
HSL69°49.00%50.78%
HSB/HSV69°64.40%74.90%
CMYK9.42%0.00%64.40%
25.10%

Color #ADBF44 in popluar number systems.

HEXADBF44
Decimal17319168
Binary10101101101111111000100
Octal255277104

Shades and tints

Shades of #ADBF44

#ADBF44
(173,191,68)
#9EAE3E
(158,174,62)
#8F9D38
(143,157,56)
#808C32
(128,140,50)
#717B2C
(113,123,44)
#626A26
(98,106,38)
#535920
(83,89,32)
#44481A
(68,72,26)
#353714
(53,55,20)
#26260E
(38,38,14)
#171508
(23,21,8)
#000000
(0,0,0)

Tints of #ADBF44

#ADBF44
(173,191,68)
#B4C455
(180,196,85)
#BBC966
(187,201,102)
#C2CE77
(194,206,119)
#C9D388
(201,211,136)
#D0D899
(208,216,153)
#D7DDAA
(215,221,170)
#DEE2BB
(222,226,187)
#E5E7CC
(229,231,204)
#ECECDD
(236,236,221)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBF44 color. Also use rgb(173,191,68) instead hex code.

Text Font Color

.myTextColor { color: #ADBF44; }

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

This text font color is #ADBF44.


Background Color

.myBgColor { background-color: #ADBF44; }

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

This div background color is #ADBF44.


Border color

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

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

This div border color is #ADBF44.


Opacity

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

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

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

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

This text has shadow with #ADBF44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBF44 on black background.


Color preview on white background

This text has color #ADBF44 on white background.



Black color preview on #ADBF44 background

This text has black color on #ADBF44 background.


White color preview on #ADBF44 background

This text has white color on #ADBF44 background.