#ADAD89

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

Shades of Neutral Green #ADAD89

Tints of Neutral Green #ADAD89

Color information

#ADAD89 (or 0xADAD89) is unknown color: approx Neutral Green. HEX triplet: AD, AD and 89. RGB value is (173,173,137). Sum of RGB (Red+Green+Blue) = 173+173+137=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD89 is #525276. Grayscale: #A9A9A9. Windows color (decimal): -5395063 or 9022893. OLE color: 9022893.

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

Color convert

RGB173173137-
CMYK000.210.32
HSL60º18%60.78%-
HSV(B)60º20.81%67.84%-
XYZ36.6940.5829.57-
YUV168.9110130.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 137 (53.91% from 255) = 28.36%
R=35.82%
G=35.82%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173137000.210.32601860.78
HexADAD890015203c123d
Octal255255211002540742275
Binary101011011010110110001001001010110000011110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD89; }

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

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

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

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

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

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

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

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