#ADAD85

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

Shades of Neutral Green #ADAD85

Tints of Neutral Green #ADAD85

Color information

#ADAD85 (or 0xADAD85) is unknown color: approx Neutral Green. HEX triplet: AD, AD and 85. RGB value is (173,173,133). Sum of RGB (Red+Green+Blue) = 173+173+133=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD85 is #52527A. Grayscale: #A8A8A8. Windows color (decimal): -5395067 or 8760749. OLE color: 8760749.

HSL color Cylindrical-coordinate representation of color #ADAD85: hue angle of 60º degrees, saturation: 0.2, 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 #ADAD85 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB173173133-
CMYK000.230.32
HSL60º19.61%60%-
HSV(B)60º23.12%67.84%-
XYZ36.4140.4628.08-
YUV168.44108131.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 133 (52.34% from 255) = 27.77%
R=36.12%
G=36.12%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173133000.230.326019.6160
HexADAD850017203c143c
Octal255255205002740742474
Binary101011011010110110000101001011110000011110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD85; }

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

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

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

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

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

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

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

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