#ADAD86

Color #ADAD86 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #ADAD86

Tints of Neutral Green #ADAD86

Color information

#ADAD86 (or 0xADAD86) is unknown color: approx Neutral Green. HEX triplet: AD, AD and 86. RGB value is (173,173,134). Sum of RGB (Red+Green+Blue) = 173+173+134=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD86 is #525279. Grayscale: #A8A8A8. Windows color (decimal): -5395066 or 8826285. OLE color: 8826285.

HSL color Cylindrical-coordinate representation of color #ADAD86: hue angle of 60º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADAD86 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB173173134-
CMYK000.230.32
HSL60º19.21%60.2%-
HSV(B)60º22.54%67.84%-
XYZ36.4840.4928.45-
YUV168.55108.5131.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=36.04%
G=36.04%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173134000.230.326019.2160.2
HexADAD860017203c133c
Octal255255206002740742374
Binary101011011010110110000110001011110000011110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD86; }

 p { color: rgb(173,173,134); }

 H1.HeaderClassName
 {
   color: #ADAD86;
 }
 .AnyTagClassName
 {
   color: #ADAD86;
 }
</style>
background-color css

<style>
 a { background-color: #ADAD86; }

 a { background-color: rgb(173,173,134); }

 div.DivClassName
 {
   background-color: #ADAD86;
 }
 .BgClassName
 {
   background-color: #ADAD86;
 }
</style>
border-color css

<style>
 span { border-color: #ADAD86; }

 span { border-color: rgb(173,173,134); }

 td.TdClassName
 {
   border-color: #ADAD86;
 }
 .TagClassName
 {
   border-color: #ADAD86;
 }
</style>