COLOR #ADBF55

HEX: #ADBF55
RGB: (173,191,85)

Color info

#ADBF55 contains mainly red and green colors. Web safe color of #ADBF55 is #99CC66 (or #9C6).

RGB color model

#ADBF55 color RGB value is (173,191,85).

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

RGB channels and saturation

R 173 of 255 = 68%
G 191 of 255 = 75%
B 85 of 255 = 33%

173
191
85

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

Portions of RGB colors in percentages

R + G + B =
173 + 191 + 85 = 449 (100%)
R 173 of 449 ~ 38.53%
G 191 of 449 ~ 42.54%
B 85 of 449 ~ 18.93%

%38.53
%42.54
%18.93

CMYK color model

#ADBF55 color CMYK value is (9,0,55,25).

  • cyan value is 9.42%
  • magenta value is 0.00%
  • yellow value is 55.50%
  • key color value is 25.10%
CMYK:
(9,0,55,25)
C9M0Y55K25 
(9%,0%,55%,25%)
(0.09/0.00/0.55/0.25)	

CMYK percentages

%9.42
%0
%55.5
%25.1

Codes

Color #ADBF55 in popluar color models

ADBF55
RGB17319185
HSL70°45.30%54.12%
HSB/HSV70°55.50%74.90%
CMYK9.42%0.00%55.50%
25.10%

Color #ADBF55 in popluar number systems.

HEXADBF55
Decimal17319185
Binary10101101101111111010101
Octal255277125

Shades and tints

Shades of #ADBF55

#ADBF55
(173,191,85)
#9EAE4E
(158,174,78)
#8F9D47
(143,157,71)
#808C40
(128,140,64)
#717B39
(113,123,57)
#626A32
(98,106,50)
#53592B
(83,89,43)
#444824
(68,72,36)
#35371D
(53,55,29)
#262616
(38,38,22)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #ADBF55

#ADBF55
(173,191,85)
#B4C464
(180,196,100)
#BBC973
(187,201,115)
#C2CE82
(194,206,130)
#C9D391
(201,211,145)
#D0D8A0
(208,216,160)
#D7DDAF
(215,221,175)
#DEE2BE
(222,226,190)
#E5E7CD
(229,231,205)
#ECECDC
(236,236,220)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBF55; }

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

This text font color is #ADBF55.


Background Color

.myBgColor { background-color: #ADBF55; }

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

This div background color is #ADBF55.


Border color

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

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

This div border color is #ADBF55.


Opacity

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

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

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

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

This text has shadow with #ADBF55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBF55 on black background.


Color preview on white background

This text has color #ADBF55 on white background.



Black color preview on #ADBF55 background

This text has black color on #ADBF55 background.


White color preview on #ADBF55 background

This text has white color on #ADBF55 background.