COLOR #ADB92B

HEX: #ADB92B
RGB: (173,185,43)

Color info

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

RGB color model

#ADB92B color RGB value is (173,185,43).

  • red value is 173;
  • green value is 185;
  • blue value is 43.
RGB:
(173,185,43)
(68%,73%,17%)

RGB channels and saturation

R 173 of 255 = 68%
G 185 of 255 = 73%
B 43 of 255 = 17%

173
185
43

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

Portions of RGB colors in percentages

R + G + B =
173 + 185 + 43 = 401 (100%)
R 173 of 401 ~ 43.14%
G 185 of 401 ~ 46.13%
B 43 of 401 ~ 10.72%

%43.14
%46.13
%10.72

CMYK color model

#ADB92B color CMYK value is (6,0,77,27).

  • cyan value is 6.49%
  • magenta value is 0.00%
  • yellow value is 76.76%
  • key color value is 27.45%
CMYK:
(6,0,77,27)
C6M0Y77K27 
(6%,0%,77%,27%)
(0.06/0.00/0.77/0.27)	

CMYK percentages

%6.49
%0
%76.76
%27.45

Codes

Color #ADB92B in popluar color models

ADB92B
RGB17318543
HSL65°62.28%44.71%
HSB/HSV65°76.76%72.55%
CMYK6.49%0.00%76.76%
27.45%

Color #ADB92B in popluar number systems.

HEXADB92B
Decimal17318543
Binary1010110110111001101011
Octal25527153

Shades and tints

Shades of #ADB92B

#ADB92B
(173,185,43)
#9EA928
(158,169,40)
#8F9925
(143,153,37)
#808922
(128,137,34)
#71791F
(113,121,31)
#62691C
(98,105,28)
#535919
(83,89,25)
#444916
(68,73,22)
#353913
(53,57,19)
#262910
(38,41,16)
#17190D
(23,25,13)
#000000
(0,0,0)

Tints of #ADB92B

#ADB92B
(173,185,43)
#B4BF3E
(180,191,62)
#BBC551
(187,197,81)
#C2CB64
(194,203,100)
#C9D177
(201,209,119)
#D0D78A
(208,215,138)
#D7DD9D
(215,221,157)
#DEE3B0
(222,227,176)
#E5E9C3
(229,233,195)
#ECEFD6
(236,239,214)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB92B color. Also use rgb(173,185,43) instead hex code.

Text Font Color

.myTextColor { color: #ADB92B; }

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

This text font color is #ADB92B.


Background Color

.myBgColor { background-color: #ADB92B; }

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

This div background color is #ADB92B.


Border color

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

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

This div border color is #ADB92B.


Opacity

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

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

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

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

This text has shadow with #ADB92B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB92B on black background.


Color preview on white background

This text has color #ADB92B on white background.



Black color preview on #ADB92B background

This text has black color on #ADB92B background.


White color preview on #ADB92B background

This text has white color on #ADB92B background.